-
-
Notifications
You must be signed in to change notification settings - Fork 209
Comparing changes
Open a pull request
base repository: i18next/i18next-parser
base: 8.11.0
head repository: i18next/i18next-parser
compare: 8.12.0
- 11 commits
- 8 files changed
- 3 contributors
Commits on Dec 25, 2023
-
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>
Configuration menu - View commit details
-
Copy full SHA for 434e5c7 - Browse repository at this point
Copy the full SHA 434e5c7View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for d24c273 - Browse repository at this point
Copy the full SHA d24c273View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for c72209b - Browse repository at this point
Copy the full SHA c72209bView commit details
Commits on Jan 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 61f15c6 - Browse repository at this point
Copy the full SHA 61f15c6View commit details
Commits on Jan 2, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for b66051e - Browse repository at this point
Copy the full SHA b66051eView commit details -
Merge pull request #957 from tec27/fix-sort-false-negatives
Fix --fail-on-update false negatives from new sort code.
Configuration menu - View commit details
-
Copy full SHA for 09687fa - Browse repository at this point
Copy the full SHA 09687faView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 8cfdbd4 - Browse repository at this point
Copy the full SHA 8cfdbd4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1d94042 - Browse repository at this point
Copy the full SHA 1d94042View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4ce56de - Browse repository at this point
Copy the full SHA 4ce56deView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 60d3b51 - Browse repository at this point
Copy the full SHA 60d3b51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3427e03 - Browse repository at this point
Copy the full SHA 3427e03View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 8.11.0...8.12.0