Update all non-major dependencies
This MR contains the following updates:
Release Notes
sveltejs/kit
v1.18.0
Minor Changes
- security: Stop implicitly tracking URLs as dependencies in server-side
load
s (#9945)
v1.17.1
Patch Changes
-
fix: ensure styles are loaded in dev mode for routes containing special characters (#9894)
-
feat: warn users when enhancing forms with files but no
enctype="multipart/form-data"
(#9888)
v1.17.0
Minor Changes
-
feat: unshadow
data
andform
inenhance
and warn about future deprecation when used indev
mode (#9902) -
feat: crawl URLs in
<meta>
tags (#9900)
Patch Changes
-
fix: avoid trying to inline raw or url css imports (#9925)
-
feat: prerender in worker rather than subprocess to support Deno (#9919)
-
perf: add
<script>
to prerendered redirects for faster redirects (#9911) -
fix: add typing for
vitePlugin
toConfig
(#9946) -
fix: stop setting Kit cookie defaults on cookies parsed from headers (#9908)
-
fix: only skip hydration with vite overlay if current page is an error (#9892)
v1.16.3
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.6
Note: Version bump only for package @typescript-eslint/eslint-plugin
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.6
Note: Version bump only for package @typescript-eslint/parser
eslint/eslint
v8.41.0
Features
-
880a431
feat: change default ignore pattern to**/node_modules/
in flat config (#17184) (Milos Djermanovic) -
8bf5505
feat: exposeshouldUseFlatConfig
(#17169) (Connor Prussin)
Bug Fixes
-
4f5440d
fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic) -
94da96c
fix: unifyLintMessage
type (#17076) (Brandon Mills) -
0c415cd
fix: validateignorePatterns
constructor option inFlatESLint
class (#17139) (Milos Djermanovic) -
9682d66
fix: switchgrapheme-splitter
tographemer
(#17160) (fisker Cheung)
Documentation
-
7709b14
docs: Update README (GitHub Actions Bot) -
7f183e0
docs: Update triage process description (#17157) (Nicholas C. Zakas) -
b68346b
docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)
Chores
-
f43216a
chore: upgrade @eslint/js@8.41.0 (#17200) (Milos Djermanovic) -
95c3007
chore: package.json update for @eslint/js release (ESLint Jenkins) -
ddc5291
chore: don't use deprecatedcontext
methods inast-utils
tests (#17194) (Milos Djermanovic) -
b1516db
chore: Fix return type offindFlatConfigFile
(#17161) (Milos Djermanovic) -
918b0fd
perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta) -
4caa344
refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)
sveltejs/eslint-plugin-svelte
v2.29.0
Minor Changes
-
#486
011de46
Thanks @renovate! - fix(deps): update dependency svelte-eslint-parser to ^0.29.0
v2.28.0
Minor Changes
-
#470
6290345
Thanks @renovate! - fix(deps): update dependency svelte-eslint-parser to ^0.28.0 -
#473
6b71add
Thanks @ota-meshi! - feat: addsvelte/require-each-key
rule -
#475
abac19f
Thanks @ota-meshi! - feat: addsvelte/valid-each-key
rule -
#467
170f816
Thanks @ota-meshi! - feat: export meta object
ota-meshi/eslint-plugin-yml
v1.7.0
Minor Changes
-
#238
6033d9c
Thanks @ota-meshi! - feat: export meta object
tailwindlabs/prettier-plugin-tailwindcss
v0.3.0
Added
- Added support for
prettier-plugin-marko
(#151) - Allow sorting of custom attributes, functions, and tagged template literals (#155)
Fixed
Microsoft/tslib
v2.5.2
: tslib 2.5.2
This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.
v2.5.1
: tslib 2.5.1
This release of tslib provides fixes for two issues.
First, it reverses the order of init
hooks provided by decorators to correctly reflect proposed behavior.
Second, it corrects the exports
field of tslib's package.json
and provides accurate declaration files so that it may be consumed under the node16
and bundler
settings for moduleResolution.
vitejs/vite
v4.3.8
- fix: avoid outdated module to crash in importAnalysis after restart (#13231) (3609e79), closes #13231
- fix(ssr): skip updateCjsSsrExternals if legacy flag disabled (#13230) (13fc345), closes #13230
v4.3.7
- fix: revert only watch .env files in envDir (#12587) (#13217) (0fd4616), closes #12587 #13217
- fix(assetImportMetaUrl): allow ternary operator in template literal urls (#13121) (d5d9a31), closes #13121
v4.3.6
- fix: avoid dev-server crash when ws proxy error (#12829) (87e1f58), closes #12829
- fix: call
tryFsResolve
for relativenew URL(foo, import.meta.url)
(#13142) (eeb0617), closes #13142 - fix: don't inject CSS sourcemap for direct requests (#13115) (7d80a47), closes #13115
- fix: handle more yarn pnp load errors (#13160) (adf61d9), closes #13160
- fix(build): declare moduleSideEffects for vite:modulepreload-polyfill (#13099) (d63129b), closes #13099
- fix(css): respect
esbuild.charset
when minify (#13190) (4fd35ed), closes #13190 - fix(server): intercept ping requests (#13117) (d06cc42), closes #13117
- fix(ssr): stacktrace uses abs path with or without sourcemap (#12902) (88c855e), closes #12902
- perf: skip windows absolute paths for node resolve (#13162) (e640939), closes #13162
- chore: remove useless dep (#13165) (9a7ec98), closes #13165
- chore(reporter): reuse clearLine (#13156) (535795a), closes #13156
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.