eslint-plugin-vue-i18n icon indicating copy to clipboard operation
eslint-plugin-vue-i18n copied to clipboard

fix(deps): update dependency is-language-code to v4

Open renovate[bot] opened this issue 3 years ago • 1 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
is-language-code (source) ^3.1.0 -> ^4.0.0 age adoption passing confidence

Release Notes

codsen/codsen

v4.1.2

Bug Fixes
  • address memory leaks related to arrays not being garbage-collected (7001193)

v4.1.0

Features

4.0.0 (2021-09-09)

Features
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 ... - now import { 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
BREAKING CHANGES
  • init

1.0.0 (2020-01-05)

  • ✨ First public release

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Features
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.

renovate[bot] avatar Feb 11 '22 15:02 renovate[bot]

We will not be able to use the new version until eslint supports the ESM plugin.

ota-meshi avatar Feb 12 '22 01:02 ota-meshi