Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: github/template-parts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.1
Choose a base ref
...
head repository: github/template-parts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.3
Choose a head ref
  • 13 commits
  • 7 files changed
  • 5 contributors

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    19c135b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. move AOR to primer

    keithamus authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    0a553f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #61 from github/move-AOR-to-primer

    move AOR to primer
    manuelpuyol authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    e84495b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. build(deps): bump minimatch from 3.0.4 to 3.1.2

    Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2.
    - [Release notes](https://github.com/isaacs/minimatch/releases)
    - [Commits](isaacs/minimatch@v3.0.4...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: minimatch
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    f23ffc2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from github/dependabot/npm_and_yarn/minimatch-…

    …3.1.2
    
    build(deps): bump minimatch from 3.0.4 to 3.1.2
    keithamus authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1f13aca View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. build(deps): bump qs from 6.7.0 to 6.11.0

    Bumps [qs](https://github.com/ljharb/qs) from 6.7.0 to 6.11.0.
    - [Release notes](https://github.com/ljharb/qs/releases)
    - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
    - [Commits](ljharb/qs@v6.7.0...v6.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: qs
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    14ce756 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Extend processPropertyIdentity to handle Element

    Closes [#62][]
    
    Extends the `processPropertyIdentity` function from the `processors`
    module to pass-through `Element` instances, instead of coercing them
    through calls to `String()`. In order to accommodate that change, this
    commit also extends the `TemplatePart` interface to accept `Element`
    instances for its `value:` property.
    
    The change to the `createTreeWalker` invocation within `collectParts`
    was highlighted by TypeScript, as the final `boolean` argument doesn't
    conform to the [createTreeWalker][] signature. It was a necessary change
    to build the project and execute the test suite locally.
    
    [#62]: #62
    [createTreeWalker]: https://developer.mozilla.org/en-US/docs/Web/API/Document/createTreeWalker
    seanpdoyle committed Dec 12, 2022
    Configuration menu
    Copy the full SHA
    f6ab0f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. build(deps): bump json5 from 2.2.0 to 2.2.3

    Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3.
    - [Release notes](https://github.com/json5/json5/releases)
    - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
    - [Commits](json5/json5@v2.2.0...v2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: json5
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 7, 2023
    Configuration menu
    Copy the full SHA
    f3aa800 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge pull request #66 from github/dependabot/npm_and_yarn/json5-2.2.3

    build(deps): bump json5 from 2.2.0 to 2.2.3
    jonrohan authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    f49928b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Merge pull request #64 from github/dependabot/npm_and_yarn/qs-6.11.0

    build(deps): bump qs from 6.7.0 to 6.11.0
    jonrohan authored Jan 19, 2023
    Configuration menu
    Copy the full SHA
    3e82773 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. build(deps): bump ua-parser-js from 1.0.2 to 1.0.33

    Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 1.0.2 to 1.0.33.
    - [Release notes](https://github.com/faisalman/ua-parser-js/releases)
    - [Changelog](https://github.com/faisalman/ua-parser-js/blob/master/changelog.md)
    - [Commits](faisalman/ua-parser-js@1.0.2...1.0.33)
    
    ---
    updated-dependencies:
    - dependency-name: ua-parser-js
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    243ef62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #67 from github/dependabot/npm_and_yarn/ua-parser-…

    …js-1.0.33
    
    build(deps): bump ua-parser-js from 1.0.2 to 1.0.33
    jonrohan authored Jan 24, 2023
    Configuration menu
    Copy the full SHA
    001646f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Merge pull request #65 from seanpdoyle/node-template-part

    Extend `processPropertyIdentity` to handle Element
    keithamus authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    5c3e242 View commit details
    Browse the repository at this point in the history
Loading