Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.0-rc.5
->8.0.0-rc.6
^18.18.13
->^18.19.2
^6.12.0
->^6.13.1
^6.12.0
->^6.13.1
^8.54.0
->^8.55.0
^9.0.0
->^9.1.0
^9.18.1
->^9.19.2
^15.1.0
->^15.2.0
^8.4.31
->^8.4.32
^1.8.22
->^1.8.24
Release Notes
nuxt-community/i18n-module (@nuxtjs/i18n)
v8.0.0-rc.6
Compare Source
This changelog is generated by GitHub Releases
🚀 Features
bundle.onlyLocales
- by @imslepov in https://github.com/nuxt-modules/i18n/issues/2478 (1fc1f)experimental.typedPages
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2522 (c5b00)jsTsFormatResource
experimental - by @GaborTorma in https://github.com/nuxt-modules/i18n/issues/2531 (727db)🐞 Bug Fixes
no_prefix
redirect detection locale change attempt - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2505 (b4a56)setLocale
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2511 (7454a)is-https
using@nuxt/kit
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2512 (d5d55)localePath
correctly - by @kazupon and @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2534 (4a511)verbatimModuleSyntax
and use explicit type imports - by @BobbieGoede (b889e)vue-i18n
- by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/2573 (ca4d7)View changes on GitHub
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.13.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.13.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
eslint/eslint (eslint)
v8.55.0
Compare Source
Features
8c9e6c1
feat: importNamePattern option in no-restricted-imports (#17721) (Tanuj Kanti)Documentation
83ece2a
docs: fix typo--rules
->--rule
(#17806) (OKURA Masafumi)fffca5c
docs: remove "Open in Playground" buttons for removed rules (#17791) (Francesco Trotta)a6d9442
docs: fix correct/incorrect examples of rules (#17789) (Tanuj Kanti)383e999
docs: update and fix examples forno-unused-vars
(#17788) (Tanuj Kanti)5a8efd5
docs: add specific stylistic rule for each deprecated rule (#17778) (Etienne)Chores
eb8950c
chore: upgrade @eslint/js@8.55.0 (#17811) (Milos Djermanovic)93df384
chore: package.json update for @eslint/js release (Jenkins)fe4b954
chore: upgrade @eslint/eslintrc@2.1.4 (#17799) (Milos Djermanovic)bd8911d
ci: pin Node.js 21.2.0 (#17809) (Milos Djermanovic)b29a16b
chore: fix severalcli
tests to run in the intended flat config mode (#17797) (Milos Djermanovic)de165c1
chore: remove unused config-extends fixtures (#17781) (Milos Djermanovic)d4304b8
chore: remove formatting/stylistic rules from new rule templates (#17780) (Francesco Trotta)21024fe
chore: check rule examples for syntax errors (#17718) (Francesco Trotta)prettier/eslint-config-prettier (eslint-config-prettier)
v9.1.0
Compare Source
ESLINT_CONFIG_PRETTIER_NO_DEPRECATED
environment variable.vuejs/eslint-plugin-vue (eslint-plugin-vue)
v9.19.2
Compare Source
🐛 Bug Fixes
type-literal
option invue/define-emits-declaration
ruleFull Changelog: vuejs/eslint-plugin-vue@v9.19.1...v9.19.2
v9.19.1
Compare Source
🐛 Bug Fixes
plugin:vue/vue3-strongly-recommended
Full Changelog: vuejs/eslint-plugin-vue@v9.19.0...v9.19.1
v9.19.0
Compare Source
okonet/lint-staged (lint-staged)
v15.2.0
Compare Source
Minor Changes
f3378be
Thanks @iiroj! - Using the--no-stash
flag no longer discards all unstaged changes to partially staged files, which resulted in inadvertent data loss. This fix is available with a new flag--no-hide-partially-staged
that is automatically enabled when--no-stash
is used.Patch Changes
#1362
17bc480
Thanks @antonk52! - update [email protected]#1368
7c55ca9
Thanks @iiroj! - Update most dependencies#1368
777d4e9
Thanks @iiroj! - To improve performance, only uselilconfig
when searching for config files outside the git repo. In the regular case, lint-staged finds the config files from the Git index and loads them directly.#1373
85eb0dd
Thanks @iiroj! - When determining git directory, usefs.realpath()
only for symlinks. It looks likefs.realpath()
changes some Windows mapped network filepaths unexpectedly, causing issues.postcss/postcss (postcss)
v8.4.32
Compare Source
postcss().process()
types (by Andrew Ferreira).vuejs/language-tools (vue-tsc)
v1.8.24
Compare Source
vue-component-type-helpers/vue2
(#3404)defineEmits
'sarg
andtypeArg
inparseScriptSetupRanges
(#3710) - thanks @so1vestrictTemplates
fails to report unknown components (#3539)as
with multiple<script>
blocks (#3733) - thanks @so1ve<script setup>
tag above<script>
tag (#3743) - thanks @so1ve.prop
shorthand (#3729) - thanks @so1veVolar.js 1.11.1 updates:
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.