eslint-plugin-vue-i18n
eslint-plugin-vue-i18n copied to clipboard
fix(deps): update dependency is-language-code to v4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| is-language-code (source) | ^3.1.0 -> ^4.0.0 |
Release Notes
codsen/codsen
v4.1.2
Bug Fixes
- address memory leaks related to arrays not being garbage-collected (7001193)
v4.1.0
Features
- export types (11b5fb9)
4.0.0 (2021-09-09)
Features
- migrate to ES Modules (8c9d95d)
BREAKING CHANGES
- programs now are in ES Modules and won't work with Common JS require()
3.1.0 (2021-05-24)
Features
- config file based major bump blacklisting (e15f9bb)
3.0.15 (2021-04-11)
Reverts
- Revert "chore: setup refresh" (23cf206)
3.0.1 (2021-01-28)
Bug Fixes
- add testStats to npmignore (f3c84e9)
3.0.0 (2021-01-23)
Features
- rewrite in TS, start using named exports (5b05e0c)
BREAKING CHANGES
- previously, you'd consume like:
import isLangCode from ...- nowimport { isLangCode } from ...
2.0.0 (2020-11-28)
Accidental version bump during migration to sourcehut. Sorry about that.
1.0.0 (2020-01-05)
Features
- init (00776db)
BREAKING CHANGES
- init
1.0.0 (2020-01-05)
- ✨ First public release
v4.0.7
v4.0.6
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
Features
- migrate to ES Modules (8c9d95d)
BREAKING CHANGES
- programs now are in ES Modules and won't work with Common JS require()
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.
We will not be able to use the new version until eslint supports the ESM plugin.