Metecho
Metecho copied to clipboard
Bump i18next-scanner-webpack from 0.8.2 to 0.9.1
trafficstars
Bumps i18next-scanner-webpack from 0.8.2 to 0.9.1.
Release notes
Sourced from i18next-scanner-webpack's releases.
v0.9.0 BREAKING CHANGE
This release has BREAKING CHANGES. It uses a new scanner/parser (https://github.com/i18next/i18next-parser), because of #15. Thanks to
@KhaledSakr. The last version depending oni18next-scannerisv0.8.3.Migrate config
from:
new i18nextWebpackPlugin({ options: { func: { list: ['t', '$t', 'i18next.t', 'i18n.t'], extensions: ['.js', '.jsx'], }, lngs: ['en', 'de'], resource: { loadPath: '{{lng}}/{{ns}}.json', savePath: '{{lng}}/{{ns}}.json', }, }, });to:
new i18nextWebpackPlugin({ extensions: ['.js', '.jsx'], options: { lexers: { js: [ { lexer: 'JavascriptLexer', functions: ['t', '$t', 'i18next.t', 'i18n.t'], }, ], }, locales: ['en', 'de'], output: '$LOCALE/$NAMESPACE.json', }, });
Commits
344368d0.9.1d54d793chore(deps): update dependenciesf15ec550.9.0bc41a9aMerge pull request #16 from KhaledSakr/parser7c72148Merge branch 'master' into parseraac79ff0.8.3cf1aaa6build(deps): update dependencies6b79da9feat: switch i18next-scanner to i18next-parser- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)