Skip to content

Update all non-major dependencies

renovate requested to merge renovate/all-minor-patch into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
@sveltejs/kit (source) ^1.16.2 -> ^1.18.0 age adoption passing confidence
@types/node (source) ^18.16.6 -> ^18.16.14 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.59.5 -> ^5.59.6 age adoption passing confidence
@typescript-eslint/parser ^5.59.5 -> ^5.59.6 age adoption passing confidence
eslint (source) ^8.40.0 -> ^8.41.0 age adoption passing confidence
eslint-plugin-svelte (source) ^2.27.4 -> ^2.29.0 age adoption passing confidence
eslint-plugin-yml (source) ^1.6.0 -> ^1.7.0 age adoption passing confidence
prettier-plugin-tailwindcss ^0.2.8 -> ^0.3.0 age adoption passing confidence
tslib (source) ^2.5.0 -> ^2.5.2 age adoption passing confidence
vite (source) ^4.3.5 -> ^4.3.8 age adoption passing confidence
vite-plugin-dynamic-import ^1.3.4 -> ^1.4.0 age adoption passing confidence

Release Notes

sveltejs/kit

v1.18.0

Compare Source

Minor Changes
  • security: Stop implicitly tracking URLs as dependencies in server-side loads (#​9945)

v1.17.1

Compare Source

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

Compare Source

Minor Changes
  • feat: unshadow data and form in enhance and warn about future deprecation when used in dev 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 to Config (#​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

Compare Source

Patch Changes
  • fix: entry generation with mixed segments (#​9879)

  • fix: use focusVisible: false to prevent unwanted focus ring on navigation (#​9861)

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.59.6

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​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

sveltejs/eslint-plugin-svelte

v2.29.0

Compare Source

Minor Changes

v2.28.0

Compare Source

Minor Changes
ota-meshi/eslint-plugin-yml

v1.7.0

Compare Source

Minor Changes
tailwindlabs/prettier-plugin-tailwindcss

v0.3.0

Compare Source

Added
  • Added support for prettier-plugin-marko (#​151)
  • Allow sorting of custom attributes, functions, and tagged template literals (#​155)
Fixed
  • Speed up formatting (#​153)
  • Fix plugin compatibility when loaded with require (#​159)
Microsoft/tslib

v2.5.2: tslib 2.5.2

Compare Source

This release explicitly re-exports helpers to work around TypeScript's incomplete symbol resolution for tslib.

v2.5.1: tslib 2.5.1

Compare Source

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

Compare Source

v4.3.7

Compare Source

v4.3.6

Compare Source

vite-plugin/vite-plugin-dynamic-import

v1.4.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate

Merge request reports