Skip to content
This repository was archived by the owner on Feb 22, 2026. It is now read-only.
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: i18next/i18next-parser
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 8.11.0
Choose a base ref
...
head repository: i18next/i18next-parser
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8.12.0
Choose a head ref
  • 11 commits
  • 8 files changed
  • 3 contributors

Commits on Dec 25, 2023

  1. Build(deps): bump lilconfig from 2.1.0 to 3.0.0

    Bumps [lilconfig](https://github.com/antonk52/lilconfig) from 2.1.0 to 3.0.0.
    - [Release notes](https://github.com/antonk52/lilconfig/releases)
    - [Commits](antonk52/lilconfig@v2.1.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: lilconfig
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    434e5c7 View commit details
    Browse the repository at this point in the history
  2. Build(deps): bump fs-extra from 11.1.1 to 11.2.0

    Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 11.1.1 to 11.2.0.
    - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md)
    - [Commits](jprichardson/node-fs-extra@11.1.1...11.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: fs-extra
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    d24c273 View commit details
    Browse the repository at this point in the history
  3. Build(deps): bump vue-template-compiler from 2.7.14 to 2.7.16

    Bumps [vue-template-compiler](https://github.com/vuejs/vue) from 2.7.14 to 2.7.16.
    - [Release notes](https://github.com/vuejs/vue/releases)
    - [Changelog](https://github.com/vuejs/vue/blob/main/CHANGELOG.md)
    - [Commits](vuejs/vue@v2.7.14...v2.7.16)
    
    ---
    updated-dependencies:
    - dependency-name: vue-template-compiler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 25, 2023
    Configuration menu
    Copy the full SHA
    c72209b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Build(deps): bump i18next from 23.5.1 to 23.7.13

    Bumps [i18next](https://github.com/i18next/i18next) from 23.5.1 to 23.7.13.
    - [Release notes](https://github.com/i18next/i18next/releases)
    - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
    - [Commits](i18next/i18next@v23.5.1...v23.7.13)
    
    ---
    updated-dependencies:
    - dependency-name: i18next
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Jan 1, 2024
    Configuration menu
    Copy the full SHA
    61f15c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Fix --fail-on-update false negatives from new sort code.

    This replaces the code that previously tried to check for sorting via a
    wrapped `compare` function with a much simpler approach: JSON encode the
    old and (sorted) new version and see if they match. This code only runs
    if we have not already seen an update to the keys/contents before, so
    the performance implications are minimal.
    
    This also adds a test to ensure that false negatives don't occur (i.e.
    it checks the --fail-on-update behavior against a file that is not being
    updated and was already sorted).
    
    Fixes #955.
    tec27 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b66051e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #957 from tec27/fix-sort-false-negatives

    Fix --fail-on-update false negatives from new sort code.
    karellm authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    09687fa View commit details
    Browse the repository at this point in the history
  3. Merge pull request #956 from i18next/dependabot/npm_and_yarn/master/i…

    …18next-23.7.13
    
    Build(deps): bump i18next from 23.5.1 to 23.7.13
    karellm authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8cfdbd4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #950 from i18next/dependabot/npm_and_yarn/master/f…

    …s-extra-11.2.0
    
    Build(deps): bump fs-extra from 11.1.1 to 11.2.0
    karellm authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    1d94042 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #949 from i18next/dependabot/npm_and_yarn/master/l…

    …ilconfig-3.0.0
    
    Build(deps): bump lilconfig from 2.1.0 to 3.0.0
    karellm authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    4ce56de View commit details
    Browse the repository at this point in the history
  6. Merge pull request #953 from i18next/dependabot/npm_and_yarn/master/v…

    …ue-template-compiler-2.7.16
    
    Build(deps): bump vue-template-compiler from 2.7.14 to 2.7.16
    karellm authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    60d3b51 View commit details
    Browse the repository at this point in the history
  7. Bump to 8.12.0

    karellm committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3427e03 View commit details
    Browse the repository at this point in the history
Loading