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.0
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.1
Choose a head ref
  • 17 commits
  • 16 files changed
  • 5 contributors

Commits on Mar 2, 2022

  1. build(deps-dev): bump karma from 6.3.4 to 6.3.16

    Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.16.
    - [Release notes](https://github.com/karma-runner/karma/releases)
    - [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
    - [Commits](karma-runner/karma@v6.3.4...v6.3.16)
    
    ---
    updated-dependencies:
    - dependency-name: karma
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    c7dfbd7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Fix Safari for..of bug

    luwes committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    75823f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

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

Commits on Mar 29, 2022

  1. Merge pull request #51 from github/dependabot/npm_and_yarn/karma-6.3.16

    build(deps-dev): bump karma from 6.3.4 to 6.3.16
    koddsson authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    22b5b6b View commit details
    Browse the repository at this point in the history
  2. build(deps): bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    09ce1db View commit details
    Browse the repository at this point in the history
  3. build(deps): bump ansi-regex from 3.0.0 to 3.0.1

    Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
    - [Release notes](https://github.com/chalk/ansi-regex/releases)
    - [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ansi-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    da5fb81 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #55 from muxinc/fix-safari-for-of-bug

    Fix Safari runtime error for..of weirdness
    keithamus authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    75018f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Merge pull request #56 from github/dependabot/npm_and_yarn/minimist-1…

    ….2.6
    
    build(deps): bump minimist from 1.2.5 to 1.2.6
    koddsson authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    e67727f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #57 from github/dependabot/npm_and_yarn/ansi-regex…

    …-3.0.1
    
    build(deps): bump ansi-regex from 3.0.0 to 3.0.1
    koddsson authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    d8525e4 View commit details
    Browse the repository at this point in the history
  3. Delete .github/workflows/release.yml

    Kristján Oddsson committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    1e15d04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    902fbb9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #58 from github/add-release-action

    Add a release action
    koddsson authored Mar 30, 2022
    Configuration menu
    Copy the full SHA
    cb62e5a View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. switch to @web/test-runner

    keithamus committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    7f0b912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d2033 View commit details
    Browse the repository at this point in the history
  3. type-check tests

    keithamus committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    1eb60af View commit details
    Browse the repository at this point in the history
  4. upgrade nodejs build job

    keithamus committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e977426 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #59 from github/web-test-runner

    Web test runner
    keithamus authored Apr 14, 2022
    Configuration menu
    Copy the full SHA
    b1e679e View commit details
    Browse the repository at this point in the history
Loading