fix(deps): update frontend non-major dependencies #1424
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:
1.1.0
->1.2.0
9.3.0
->9.3.1
0.9.12
->0.9.15
1.2.4
->1.2.5
1.8.2
->1.8.3
0.15.13
->0.15.14
15.4.3
->15.5.0
2.0.0
->2.0.1
0.15.13
->0.15.14
10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3
->10.6.2
10.6.1
->10.6.2
1.29.0
->1.30.0
Release Notes
nuxt/eslint (@nuxt/eslint)
v1.2.0
Compare Source
🚀 Features
eslint-plugin-vue
- by @antfu (9fab1)View changes on GitHub
nuxt-modules/i18n (@nuxtjs/i18n)
v9.3.1
Compare Source
This changelog is generated by GitHub Releases
🐞 Bug Fixes
std-env
dependency - by @BobbieGoede in https://github.com/nuxt-modules/i18n/issues/3397 (7bc69)View changes on GitHub
nuxt-modules/turnstile (@nuxtjs/turnstile)
v0.9.15
Compare Source
Bug Fixes
@nuxt/scripts
implementation (#391) (94deb2c)v0.9.14
Compare Source
Bug Fixes
v0.9.13
Compare Source
Bug Fixes
axios/axios (axios)
v1.8.3
Compare Source
Bug Fixes
allowAbsoluteUrls
tobuildFullPath
inxhr
andfetch
adapters (#6814) (ec159e5)Contributors to this release
oxc-project/eslint-plugin-oxlint (eslint-plugin-oxlint)
v0.15.14
Compare Source
No significant changes
View changes on GitHub
lint-staged/lint-staged (lint-staged)
v15.5.0
Compare Source
Minor Changes
630af5f
Thanks @iiroj! - Lint-staged no longer resets to the original state when preventing an empty git commit. This happens when your configured tasks reset all the staged changes, typically when trying to commit formatting changes which conflict with your linter setup like ESLint or Prettier.Example with Prettier
By default Prettier prefers double quotes.
Previously
file.js
with only double quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
'
are stagedNow
file.js
with only double-quotes"
changed to'
git commit -am "I don't like double quotes"
prettier --write file.js
, converting all the'
back to"
calculuschild/marked-extended-tables (marked-extended-tables)
v2.0.1
Compare Source
oxc-project/oxc (oxlint)
v0.15.14
Compare Source
Features
3fce826
linter: Add support forextends
property in oxlintrc (#9217) (camchenry)pnpm/pnpm (pnpm)
v10.6.2
Compare Source
Patch Changes
pnpm self-update
should always update the version in thepackageManager
field ofpackage.json
.pnpm patch-commit
will now use the same filesystem as the store directory to compare and create patch files.--loglevel=error
is used.peerDependencyRules
should be set inpnpm-workspace.yaml
to take effect.PrismJS/prism (prismjs)
v1.30.0
Compare Source
Configuration
📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.