chore(deps): update all non-major dependencies #1001
Merged
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:
^9.12.0
->^9.13.0
^5.2.7
->^5.2.8
^2.7.1
->^2.7.2
^20.16.11
->^20.16.13
^9.12.0
->^9.13.0
^2.45.1
->^2.46.0
^6.2.3
->^6.2.4
^1.79.5
->^1.80.3
^0.63.0
->^0.64.0
^5.0.0-next.268
->^5.0.3
^0.42.0
->^0.43.0
^8.9.0
->^8.10.0
Release Notes
eslint/eslint (@eslint/js)
v9.13.0
Compare Source
Features
381c32b
feat: Allow languages to providedefaultLanguageOptions
(#19003) (Milos Djermanovic)bf723bd
feat: Improve eslintrc warning message (#19023) (Milos Djermanovic)1def4cd
feat: drop support for jiti v1.21 (#18996) (Francesco Trotta)f879be2
feat: exportESLint.defaultConfig
(#18983) (Nitin Kumar)Bug Fixes
78836d4
fix: update thecomplexity
rule type (#19027) (Nitin Kumar)064c8b6
fix: update rule types (#18925) (Nitin Kumar)Documentation
abdbfa8
docs: markLintMessage#nodeType
as deprecated (#19019) (Nitin Kumar)19e68d3
docs: update deprecated rules type definitions (#19018) (Nitin Kumar)7dd402d
docs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic)5dcbc51
docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic)1ee87ca
docs: Update README (GitHub Actions Bot)2c3dbdc
docs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)Chores
68d2d9d
chore: upgrade to@eslint/[email protected]
and@eslint/core@^0.7.0
(#19034) (Francesco Trotta)2211f0a
chore: package.json update for @eslint/js release (Jenkins)c7abaef
perf: using Node.js compile cache (#19012) (唯然)1d7c077
chore: add pkg.type "commonjs" (#19011) (唯然)468e3bd
test: fixESLint
tests (#19021) (Francesco Trotta)ed4635f
ci: upgrade [email protected] (#18992) (Milos Djermanovic)efad767
chore: remove unused ignore dependency (#18993) (Amaresh S M)sveltejs/kit (@sveltejs/adapter-node)
v5.2.8
Compare Source
Patch Changes
sveltejs/kit (@sveltejs/kit)
v2.7.2
Compare Source
Patch Changes
eslint/eslint (eslint)
v9.13.0
Compare Source
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.46.0
Compare Source
Minor Changes
#881
051925c
Thanks @ota-meshi! - feat: update svelte to v5.0.0#884
bbc3e07
Thanks @renovate! - fix(deps): update dependency svelte-eslint-parser to ^0.43.0bcomnes/npm-run-all2 (npm-run-all2)
v6.2.4
Compare Source
Merged
which
command#154
Fixed
which
command#153
sass/dart-sass (sass)
v1.80.3
Compare Source
Fix a bug where
@import url("...")
would crash in plain CSS files.Improve consistency of how warnings are emitted by different parts of the
compiler. This should result in minimal user-visible changes, but different
types of warnings should now respond more reliably to flags like
--quiet
,--verbose
, and--silence-deprecation
.v1.80.2
Compare Source
plain-CSS
invert()
function.v1.80.1
Compare Source
v1.80.0
Compare Source
@import
is now officially deprecated, as are global built-in functions thatare available within built-in modules. See the Sass blog post for more
details on the deprecation process.
Embedded Host
emitted when using a custom importer with the legacy API.
v1.79.6
Compare Source
Fix a bug where Sass would add an extra
*/
after loud comments withwhitespace after an explicit
*/
in the indented syntax.Potentially breaking bug fix: Adding text after an explicit
*/
in theindented syntax is now an error, rather than silently generating invalid CSS.
Embedded Host
SassBoolean
type.stylus/stylus (stylus)
v0.64.0
Compare Source
===================
sveltejs/svelte (svelte)
v5.0.3
Compare Source
Patch Changes
v5.0.2
Compare Source
Patch Changes
v5.0.1
Compare Source
Patch Changes
v5.0.0
Compare Source
A new major version of Svelte has been released! 🎉
The new version brings:
For more details check out the Svelte docs and the migration guide.
v5.0.0-next.272
Compare Source
Patch Changes
fix: ensure user effects are correctly executed on initialisation (#13697)
breaking: state mutations inside the template are no longer allowed (#13660)
v5.0.0-next.271
Compare Source
Patch Changes
v5.0.0-next.270
Compare Source
Patch Changes
fix: bail out if slot name changes and $slots assigned to variable (#13678)
feat: add
migration-task
for impossible to migrate slots (#13658)feat: tell users of
@migration-task
(#13668)fix: correct migration of uninitialised state (#13673)
fix: ensure migrate correctly handles named slots (#13676)
feat: add
migration-task
comment after errors (#13659)fix: migrate reactive statements with inner blocks (#13675)
fix: migrating rest props type includes props types (#13632)
fix: migrated snippet shadowing prop and let directive removal (#13679)
chore: CompileDiagnostic no longer extends Error (#13651)
fix: reset
reset_element
inrender
to prevent runtime error (#13669)v5.0.0-next.269
Compare Source
Patch Changes
fix: transitions within dynamic components now function correctly (#13646)
fix: use
internal_set
inawait
block (#13642)fix: correctly applies autofocus to static elements (#13648)
fix:
method
attribute is case insensitive (#13639)chore: avoid reporting inspections when an exception occurs (#13601)
fix: ensure legacy run utility does not cause cycles (#13643)
fix: better migration for leading and trailing comments (#13630)
sveltejs/svelte-eslint-parser (svelte-eslint-parser)
v0.43.0
Compare Source
Minor Changes
88548e9
Thanks @ota-meshi! - update svelte to v5Patch Changes
88548e9
Thanks @ota-meshi! - fix some$props()
type linting errortypescript-eslint/typescript-eslint (typescript-eslint)
v8.10.0
Compare Source
🩹 Fixes
name
field to extended configs inconfig
helper (#10094)❤️ Thank You
You can read about our versioning strategy and releases on our website.
Configuration
📅 Schedule: Branch creation - "before 4am 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.