Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #929

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 17, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
@stylistic/eslint-plugin-js (source) ^2.1.0 -> ^2.2.2 age adoption passing confidence
@sveltejs/adapter-auto (source) ^3.2.1 -> ^3.2.2 age adoption passing confidence
@sveltejs/adapter-auto (source) 3.2.1 -> 3.2.2 age adoption passing confidence
@sveltejs/adapter-node (source) ^5.0.1 -> ^5.2.0 age adoption passing confidence
@sveltejs/kit (source) ^2.5.10 -> ^2.5.17 age adoption passing confidence
@sveltejs/package (source) ^2.3.1 -> ^2.3.2 age adoption passing confidence
@types/node (source) ^20.14.2 -> ^20.14.6 age adoption passing confidence
eslint (source) ^9.4.0 -> ^9.5.0 age adoption passing confidence
eslint-plugin-n ^17.8.1 -> ^17.9.0 age adoption passing confidence
globals ^15.4.0 -> ^15.6.0 age adoption passing confidence
lint-staged ^15.2.5 -> ^15.2.7 age adoption passing confidence
pnpm (source) 9.3.0 -> 9.4.0 age adoption passing confidence
prettier (source) ^3.3.1 -> ^3.3.2 age adoption passing confidence
prettier-plugin-svelte ^3.2.4 -> ^3.2.5 age adoption passing confidence
sass ^1.77.4 -> ^1.77.6 age adoption passing confidence
svelte (source) ^5.0.0-next.153 -> ^5.0.0-next.160 age adoption passing confidence
svelte-check ^3.8.0 -> ^3.8.1 age adoption passing confidence
vite (source) ^5.2.13 -> ^5.3.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.5.0

Compare Source

Features

  • b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#​18579) (fisker Cheung)

Bug Fixes

  • 6880286 fix: treat * as a universal pattern (#​18586) (Milos Djermanovic)
  • 7fbe211 fix: message template for all files ignored (#​18564) (Milos Djermanovic)
  • 469cb36 fix: Don't lint the same file multiple times (#​18552) (Milos Djermanovic)
  • 5cff638 fix: improve message for ignored files without a matching config (#​18404) (Francesco Trotta)

Documentation

  • 455f7fd docs: add section about including .gitignore files (#​18590) (Milos Djermanovic)
  • 721eafe docs: update info about universal files patterns (#​18587) (Francesco Trotta)
  • 8127127 docs: Update README (GitHub Actions Bot)
  • 55c2a66 docs: Update README (GitHub Actions Bot)
  • eb76282 docs: Update README (GitHub Actions Bot)
  • ff6e96e docs: baseConfig and overrideConfig can be arrays (#​18571) (Milos Djermanovic)
  • d2d83e0 docs: Add mention of eslint-transforms to v9 migration guide (#​18566) (Nicholas C. Zakas)
  • 9ce6832 docs: add callout box for unintuitive behavior (#​18567) (Ben McCann)
  • b8db99c docs: Add VS Code info to config migration guide (#​18555) (Nicholas C. Zakas)
  • 518a35c docs: Mention config migrator (#​18561) (Nicholas C. Zakas)
  • eb440fc docs: specifying files with arbitrary or no extension (#​18539) (Francesco Trotta)
  • 38c159e docs: Provide example of reading package.json for plugins meta (#​18530) (Nicholas C. Zakas)
  • d16a659 docs: add link to migration guide for --ext CLI option (#​18537) (Milos Djermanovic)
  • 73408de docs: add link to configuration file docs before examples (#​18535) (Milos Djermanovic)

Chores

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin-js)

v2.2.2

Compare Source

Bug Fixes
Documentation
Chores

v2.2.1

Compare Source

Bug Fixes
  • indent: correct indentation in chained methods calls with generics (#​424) (4ba8b08)
  • indent: handle undefined node.decorators when tsParser is not configured (#​422) (3d63054)

v2.2.0

Compare Source

Features
Bug Fixes
  • indent: correct indentation for PropertyDefinition with decorators (#​416) (4b4d27c)
  • make plugin assignable to ESLint.Plugin (#​418) (9887ead)
  • quotes: allow template literals to avoid escape sequences (#​410) (1891c5f)
sveltejs/kit (@​sveltejs/adapter-auto)

v3.2.2

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/adapter-node)

v5.2.0

Compare Source

Minor Changes
  • feat: add unit suffixes to the BODY_SIZE_LIMIT environment variable (#​11680)
Patch Changes

v5.1.1

Compare Source

Patch Changes

v5.1.0

Compare Source

Minor Changes
Patch Changes
  • fix: close keep-alive connections as soon as possible during graceful shutdown rather than accepting new requests (#​12153)

v5.0.2

Compare Source

Patch Changes
sveltejs/kit (@​sveltejs/kit)

v2.5.17

Compare Source

Patch Changes
  • chore: update package description (#​11846)

v2.5.16

Compare Source

Patch Changes
  • fix: determine local Svelte version more reliably (#​12350)

v2.5.15

Compare Source

Patch Changes

v2.5.14

Compare Source

Patch Changes
  • fix: read non-encoded data URIs (#​12347)

v2.5.13

Compare Source

Patch Changes
  • fix: decode asset URLs in dev when reading them, but for real this time (#​12344)

v2.5.12

Compare Source

Patch Changes
  • fix: decode asset URLs in dev when reading them (#​12341)

v2.5.11

Compare Source

Patch Changes
  • fix: hrefs that start with config.prerender.origin are now crawled (#​12277)

  • chore: add keywords for discovery in npm search (#​12330)

  • fix: handle whitespace in HTTP Accept header (#​12292)

sveltejs/kit (@​sveltejs/package)

v2.3.2

Compare Source

Patch Changes
  • chore: add keywords for discovery in npm search (#​12330)
eslint/eslint (eslint)

v9.5.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.9.0

Compare Source

🌟 Features
  • Add flag ignorePrivate to no-unpublished-x rules (#​298) (0609431)
sindresorhus/globals (globals)

v15.6.0

Compare Source

v15.5.0

Compare Source

okonet/lint-staged (lint-staged)

v15.2.7

Compare Source

Patch Changes
  • #​1440 a51be80 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version drops the --path-format=absolute option to support earlier git versions since it's also the default behavior. If you are still having trouble, please try upgrading git to the latest version.

v15.2.6

Compare Source

Patch Changes
  • #​1433 119adb2 Thanks @​iiroj! - Use native "git rev-parse" commands to determine git repo root directory and the .git config directory, instead of using custom logic. This hopefully makes path resolution more robust on non-POSIX systems.
pnpm/pnpm (pnpm)

v9.4.0

Compare Source

prettier/prettier (prettier)

v3.3.2

Compare Source

diff

Fix handlebars path expressions starts with @ (#​16358 by @​Princeyadav05)
{{! Input }}
<div>{{@&#8203;x.y.z}}</div>

{{! Prettier 3.3.1 }}
<div>{{@&#8203;x}}</div>

{{! Prettier 3.3.2 }}
<div>{{@&#8203;x.y.z}}</div>
sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.2.5

Compare Source

  • (fix) Svelte 5: format TypeScript in the template
sass/dart-sass (sass)

v1.77.6

Compare Source

  • Fix a few cases where comments and occasionally even whitespace wasn't allowed
    between the end of Sass statements and the following semicolon.

v1.77.5

Compare Source

  • Fully trim redundant selectors generated by @extend.
sveltejs/svelte (svelte)

v5.0.0-next.160

Compare Source

Patch Changes
  • chore: improve runtime performance of capturing reactive signals (#​12093)

v5.0.0-next.159

Compare Source

Patch Changes
  • fix: ensure element size bindings don't unsubscribe multiple times from the resize observer (#​12091)

  • fix: prevent misidentification of bindings as delegatable event handlers if used outside event attribute (#​12081)

  • fix: preserve current input values when removing defaults (#​12083)

  • fix: preserve component function context for nested components (#​12089)

v5.0.0-next.158

Compare Source

Patch Changes
  • fix: adjust module declaration to work around language tools bug (#​12071)

v5.0.0-next.157

Compare Source

Patch Changes
  • fix: handle is attribute on elements with spread (#​12056)

  • fix: correctly process empty lines in messages (#​12057)

  • fix: rewrite state_unsafe_mutation message (#​12059)

  • fix: support function invocation from imported *.svelte components (#​12061)

  • fix: better types for on (#​12053)

v5.0.0-next.155

Compare Source

Patch Changes
  • fix: robustify migration script (#​12019)

  • fix: relax constraint for ComponentProps (#​12026)

  • fix: address event delegation duplication behaviour (#​12014)

  • chore: remove createRoot references (#​12018)

  • chore: clear Map/Set before triggering $inspect callbacks (#​12013)

  • breaking: rename $effect.active to $effect.tracking (#​12022)

v5.0.0-next.154

Compare Source

Patch Changes
  • fix: ensure bound input content is resumed on hydration (#​11986)

  • fix: better render type (#​11997)

  • fix: SSR template escaping (#​12007)

sveltejs/language-tools (svelte-check)

v3.8.1

Compare Source

  • fix: adjust ambient module snipping logic
  • chore: speed up regex
vitejs/vite (vite)

v5.3.1

Compare Source

v5.3.0

Compare Source


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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 7879156 to 5ef12b4 Compare June 20, 2024 14:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5ef12b4 to 628a3a3 Compare June 20, 2024 16:42
@dominikg dominikg merged commit 80aebfd into main Jun 20, 2024
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch June 20, 2024 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant