Update all non-major dependencies - autoclosed
This MR contains the following updates:
Release Notes
eslint/json (@eslint/json)
v0.8.0
Features
Bug Fixes
v0.7.0
Features
- enable
no-unsafe-valuesand add it to recommended configuration (#51) (72273f5) - rule no-unsafe-values (#30) (6988e5c)
Bug Fixes
v0.6.0
Features
sveltejs/kit (@sveltejs/adapter-static)
v3.0.6
Patch Changes
-
docs: update URLs for new svelte.dev site (#12857)
-
Updated dependencies [
dcbe4222a194c5f90cfc0fc020cf065f7a4e4c46,4cdbf76fbbf0c0ce7f574ef69c8daddcf954d39d,3a9b78f04786898ca93f6d4b75ab18d26bc45192,723eb8b31e6a22c82f730c30e485386c8676b746,8ec471c875345b751344e67580ff1b772ef2735b]:
sveltejs/kit (@sveltejs/kit)
v2.9.0
Minor Changes
- feat: Vite 6 support (#12270)
Patch Changes
- fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#13077)
v2.8.5
Patch Changes
- fix: don't hydrate when falling back to error page (#13056)
v2.8.4
Patch Changes
- fix: update inline css url generation for FOUC prevention in dev (#13007)
v2.8.3
Patch Changes
-
fix: ensure error messages are escaped (#13050)
-
fix: escape values included in dev 404 page (#13039)
v2.8.2
Patch Changes
-
fix: prevent duplicate fetch request when using Request with load function's fetch (#13023)
-
fix: do not override default cookie decoder to allow users to override the
cookielibrary version (#13037)
v2.8.1
Patch Changes
-
fix: only add nonce to
script-src-elem,style-src-attrandstyle-src-elemCSP directives whenunsafe-inlineis not present (#11613) -
fix: support HTTP/2 in dev and production. Revert the changes from #12907 to downgrade HTTP/2 to TLS as now being unnecessary (#12989)
v2.8.0
Minor Changes
- feat: add helper to identify
ActionFailureobjects (#12878)
v2.7.7
Patch Changes
- fix: update link in JSDoc (#12963)
v2.7.6
Patch Changes
- fix: update broken links in JSDoc (#12960)
v2.7.5
Patch Changes
-
fix: warn on invalid cookie name characters (#12806)
-
fix: when using
@vitejs/plugin-basic-ssl, set a no-op proxy config to downgrade from HTTP/2 to TLS sinceundicidoes not yet enable HTTP/2 by default (#12907)
v2.7.4
Patch Changes
-
fix: ensure element is focused after subsequent clicks of the same hash link (#12866)
-
fix: avoid preload if event default was prevented for
touchstartandmousedownevents (#12887) -
fix: avoid reloading behaviour for hash links with data-sveltekit-reload if the hash is on the same page (#12866)
v2.7.3
Patch Changes
-
fix: include importer in illegal import error message (#12820)
-
fix: don't try reading assets directly that aren't present (#12876)
-
fix: decode non-latin characters when previewing prerendered pages (#12874)
-
fix: better error message when a
Resultis returned from a form action (#12829) -
docs: update URLs for new svelte.dev site (#12857)
v2.7.2
Patch Changes
- fix: use absolute links in JSDoc comments (#12718)
eslint/eslint (eslint)
v9.16.0
Features
Documentation
-
9eefc8fdocs: fix typos inuse-isnan(#19190) (루밀LuMir) -
0c8cea8docs: switch the order of words inno-unreachable(#19189) (루밀LuMir) -
0c19417docs: add missing backtick tono-async-promise-executor(#19188) (루밀LuMir) -
8df9276docs: add backtick in-0indescriptionofno-compare-neg-zero(#19186) (루밀LuMir) -
7e16e3fdocs: fixcaseSensitiveoption's title ofsort-keys(#19183) (Tanuj Kanti) -
0c6b842docs: fix typos inmigration-guide.md(#19180) (루밀LuMir) -
353266edocs: fix a typo indebug.md(#19179) (루밀LuMir) -
5ff318adocs: delete unnecessary horizontal rule(---) innodejs-api(#19175) (루밀LuMir) -
576bcc5docs: mark more rules as handled by TypeScript (#19164) (Tanuj Kanti) -
742d054docs: note thatno-restricted-syntaxcan be used with any language (#19148) (Milos Djermanovic)
Chores
-
feb703bchore: upgrade to@eslint/js@9.16.0(#19195) (Francesco Trotta) -
df9bf95chore: package.json update for @eslint/js release (Jenkins) -
f831893chore: add type forignoreComputedKeysoption ofsort-keys(#19184) (Tanuj Kanti) -
3afb8a1chore: update dependency @eslint/json to ^0.8.0 (#19177) (Milos Djermanovic) -
1f77c53chore: addrepository.directoryproperty topackage.json(#19165) (루밀LuMir) -
d460594chore: update dependency @arethetypeswrong/cli to ^0.17.0 (#19147) (renovate[bot]) -
45cd4earefactor: update default options in rules (#19136) (Milos Djermanovic)
v9.15.0
Features
-
01557cefeat: Implement Language#normalizeLanguageOptions() (#19104) (Nicholas C. Zakas) -
2edc0e2feat: add meta.defaultOptions (#17656) (Josh Goldberg✨ ) -
bdec50efeat: fixno-useless-computed-keyfalse negative with__proto__(#19123) (Milos Djermanovic) -
3087c9efeat: addmetaobject to@eslint/jsplugin (#19095) (Francesco Trotta)
Bug Fixes
-
fd33f13fix: update types forno-restricted-importsrule (#19060) (Nitin Kumar) -
bd35098fix: switch away from Node.js node:assert and AssertionError (#19082) (Josh Goldberg✨ ) -
9db5b15fix: unsafe report forno-lonely-if(#19087) (Abraham Guo) -
68fa497fix: ignore files on a different drive on Windows (#19069) (Francesco Trotta) -
4ce625afix: upgrade @humanwhocodes/retry@0.4.1 to avoid debug logs (#19102) (Milos Djermanovic)
Documentation
-
d927920docs: fix styles in no-js mode (#18916) (Tanuj Kanti) -
09bc2a8docs: Update README (GitHub Actions Bot) -
39089c8docs: addno-useless-computed-keyexamples with object patterns (#19109) (Milos Djermanovic) -
895c60fdocs: add missing messageId property and suggestion properties (#19122) (fnx) -
298625edocs: Change CLI -c to use flat config (#19103) (Nicholas C. Zakas) -
522d8a3docs: add deprecation onindent,quotesandsemirule types (#19090) (Marco Pasqualetti)
Chores
-
2967d91chore: upgrade @eslint/js@9.15.0 (#19133) (Milos Djermanovic) -
b441beechore: package.json update for @eslint/js release (Jenkins) -
7d6bf4achore: upgrade @eslint/core@0.9.0 (#19131) (Milos Djermanovic) -
902e707chore: upgrade @eslint/plugin-kit@0.2.3 (#19130) (Milos Djermanovic) -
5ff6c1dchore: bump cross-spawn (#19125) (Ian Bobinac) -
cceccc7chore: update dependency @eslint/json to ^0.6.0 (#19117) (renovate[bot]) -
0da3f73chore: update algolia referrer (#19114) (Strek) -
4f08332ci: unpintrunk-io/trunk-action(#19108) (Francesco Trotta) -
6b75683perf: optimizetext-tableby replacing regex withtrimEnd(#19061) (Nitin Kumar)
v9.14.0
Features
-
3fa009ffeat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic) -
b0faee3feat: add types for the@eslint/jspackage (#19010) (Nitin Kumar)
Bug Fixes
-
24d0172fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas) -
b442067fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas) -
d474443fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
Documentation
-
151c965docs: updatecontext.languageOptions.parserdescription (#19084) (Nitin Kumar) -
dc34f94docs: Update README (GitHub Actions Bot) -
f16e846docs: Update README (GitHub Actions Bot) -
ee0a77edocs: change link from @types/eslint to lib/types (#19049) (Karl Horky) -
50f03a1docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
Build Related
-
37c9177build: update@wdio/*dependencies (#19068) (Francesco Trotta) -
35a8858build: exclude flawed dendency versions (#19065) (Francesco Trotta)
Chores
-
f36cb16chore: upgrade @eslint/js@9.14.0 (#19086) (Milos Djermanovic) -
28be447chore: package.json update for @eslint/js release (Jenkins) -
f48a2a0test: addno-invalid-regexptests with RegExp Modifiers (#19075) (Milos Djermanovic) -
425202eperf: Fix caching in config loaders (#19042) (Milos Djermanovic) -
3d44b3cci: run tests in Node.js 23 (#19055) (Francesco Trotta) -
7259627test: ensure tmp directory cleanup incheck-emfile-handling.js(#19036) (Livia Medeiros)
v9.13.0
Features
-
381c32bfeat: Allow languages to providedefaultLanguageOptions(#19003) (Milos Djermanovic) -
bf723bdfeat: Improve eslintrc warning message (#19023) (Milos Djermanovic) -
1def4cdfeat: drop support for jiti v1.21 (#18996) (Francesco Trotta) -
f879be2feat: exportESLint.defaultConfig(#18983) (Nitin Kumar)
Bug Fixes
-
78836d4fix: update thecomplexityrule type (#19027) (Nitin Kumar) -
064c8b6fix: update rule types (#18925) (Nitin Kumar)
Documentation
-
abdbfa8docs: markLintMessage#nodeTypeas deprecated (#19019) (Nitin Kumar) -
19e68d3docs: update deprecated rules type definitions (#19018) (Nitin Kumar) -
7dd402ddocs: Update examples of passing multiple values to a CLI option (#19006) (Milos Djermanovic) -
5dcbc51docs: Add example with side-effect imports to no-restricted-imports (#18997) (Milos Djermanovic) -
1ee87cadocs: Update README (GitHub Actions Bot) -
2c3dbdcdocs: Use prerendered sponsors for README (#18988) (Milos Djermanovic)
Chores
-
68d2d9dchore: upgrade to@eslint/js@9.13.0and@eslint/core@^0.7.0(#19034) (Francesco Trotta) -
2211f0achore: package.json update for @eslint/js release (Jenkins) -
c7abaefperf: using Node.js compile cache (#19012) (唯然) -
1d7c077chore: add pkg.type "commonjs" (#19011) (唯然) -
468e3bdtest: fixESLinttests (#19021) (Francesco Trotta) -
ed4635fci: upgrade knip@5.32.0 (#18992) (Milos Djermanovic) -
efad767chore: remove unused ignore dependency (#18993) (Amaresh S M)
sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v2.46.1
Patch Changes
-
https://github.com/sveltejs/eslint-plugin-svelte/commit/a6b19c012c8d79538ab1843d76eb11b2574bd637 fix: crash with eslint v9.16.0 in
svelte/no-inner-declarations
v2.46.0
Minor Changes
-
#881
051925cThanks @ota-meshi! - feat: update svelte to v5.0.0 -
#884
bbc3e07Thanks @renovate! - fix(deps): update dependency svelte-eslint-parser to ^0.43.0
ota-meshi/eslint-plugin-yml (eslint-plugin-yml)
v1.16.0
Minor Changes
-
#385
5c11866Thanks @ota-meshi! - feat: changed to prevent crash when used with language plugins
v1.15.0
Minor Changes
-
#374
4790eafThanks @ota-meshi! - feat: addoverridesoption toyml/plain-scalar
postcss/postcss (postcss)
v8.4.49
- Fixed custom syntax without
source.offset(by @romainmenke).
v8.4.48
- Fixed position calculation in error/warnings methods (by @romainmenke).
prettier/prettier (prettier)
v3.4.2
Treat U+30A0 & U+30FB in Katakana Block as CJK (#16796 by @tats-u)
Prettier doesn't treat U+30A0 & U+30FB as Japanese. U+30FB is commonly used in Japanese to represent the delimitation of first and last names of non-Japanese people or “and”. The following “C言語・C++・Go・Rust” means “C language & C++ & Go & Rust” in Japanese.
<!-- Input (--prose-wrap=never) -->
C言
語
・
C++
・
Go
・
Rust
<!-- Prettier 3.4.1 -->
C言語・ C++ ・ Go ・ Rust
<!-- Prettier 3.4.2 -->
C言語・C++・Go・Rust
U+30A0 can be used as the replacement of the - in non-Japanese names (e.g. “Saint-Saëns” (Charles Camille Saint-Saëns) can be represented as “サン゠サーンス” in Japanese), but substituted by ASCII hyphen (U+002D) or U+FF1D (full width hyphen) in many cases (e.g. “サン=サーンス” or “サン=サーンス”).
Fix comments print on class methods with decorators (#16891 by @fisker)
// Input
class A {
@​decorator
/**
* The method description
*
*/
async method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
// Prettier 3.4.1
class A {
@​decorator
async /**
* The method description
*
*/
method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
// Prettier 3.4.2
class A {
@​decorator
/**
* The method description
*
*/
async method(foo: Foo, bar: Bar) {
console.log(foo);
}
}
Fix non-idempotent formatting (#16899 by @seiyab)
This bug fix is not language-specific. You may see similar change in any languages. This fixes regression in 3.4.0 so change caused by it should yield same formatting as 3.3.3.
// Input
<div>
foo
<span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
, abc
</div>;
// Prettier 3.4.1 (first)
<div>
foo
<span>
longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo
</span>, abc
</div>;
// Prettier 3.4.1 (second)
<div>
foo
<span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
, abc
</div>;
// Prettier 3.4.2
<div>
foo
<span>longlonglonglonglonglonglonglonglonglonglonglonglonglonglongl foo</span>
, abc
</div>;
v3.4.1
Remove unnecessary parentheses around assignment in v-on (#16887 by @fisker)
<!-- Input -->
<template>
<button @​click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
<template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
<template>
<button @​click="foo += 2">Click</button>
</template>
v3.4.0
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)
v0.6.9
- Introduce
tailwindStylesheetoption to replacetailwindEntryPoint(#330)
sveltejs/language-tools (svelte-check)
v4.1.1
- fix: support each without as (#2615)
v4.1.0
- fix: don't move appended content from previous node while hoisting interface (#2596)
- fix: ensure hoisted interfaces are moved after hoisted imports (#2597)
- fix: preserve bind:... mapping on elements for better source maps
- feat: prepare for some upcoming features of Svelte 5
v4.0.9
- fix: detect shadowed variables/types during type hoisting (#2590)
v4.0.8
- fix: fall back to any instead of unknown for untyped $props (#2582)
- fix: robustify and fix file writing (#2584)
- fix: hoist types related to $props rune if possible (#2571)
v4.0.7
- fix:
$props: infer types for$bindable, infer function type from arrow function
v4.0.6
tailwindlabs/tailwindcss (tailwindcss)
v3.4.16
Fixed
- Ensure the TypeScript types for
PluginsConfigallowundefinedvalues (#14668)
Changed
- Bumped lilconfig to v3.x (#15289)
v3.4.15
microsoft/TypeScript (typescript)
v5.7.2: TypeScript 5.7
For release notes, check out the release announcement.
- fixed issues query for Typescript 5.7.0 (Beta).
- fixed issues query for Typescript 5.7.1 (RC).
- fixed issues query for Typescript 5.7.2 (Stable).
Downloads are available on:
typescript-eslint/typescript-eslint (typescript-eslint)
v8.17.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.16.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.15.0
🚀 Features
- typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
-
eslint-plugin: new rule
no-unsafe-type-assertion(#10051) - eslint-plugin: added related-getter-setter-pairs rule (#10192)
🩹 Fixes
- add missing peer dependencies (#9744)
❤️ Thank You
- Brad Zacher @bradzacher
- Ethan Wu
- Josh Goldberg
✨ - Ronen Amiel
You can read about our versioning strategy and releases on our website.
v8.14.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.13.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.2
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.1
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.12.0
🚀 Features
- typescript-eslint: improve undefined extension handling (#10177)
❤️ Thank You
- Maxim Stykow @mstykow
You can read about our versioning strategy and releases on our website.
v8.11.0
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.4.11
Please refer to CHANGELOG.md for details.
v5.4.10
Please refer to CHANGELOG.md for details.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.