Skip to content

fix(deps): update all non-major dependencies #1093

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

Merged
merged 3 commits into from
Mar 5, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@fontsource/fira-mono (source) ^5.1.1 -> ^5.2.5 age adoption passing confidence
@stylistic/eslint-plugin-js (source) ^4.1.0 -> ^4.2.0 age adoption passing confidence
@sveltejs/eslint-config (source) ^8.1.0 -> ^8.2.0 age adoption passing confidence
@sveltejs/kit (source) ^2.17.3 -> ^2.18.0 age adoption passing confidence
@types/node (source) ^22.13.5 -> ^22.13.9 age adoption passing confidence
@types/node@<=20.12.0 (source) 20.17.19 -> 20.17.23 age adoption passing confidence
eslint-plugin-n ^17.15.1 -> ^17.16.2 age adoption passing confidence
prettier (source) ^3.5.2 -> ^3.5.3 age adoption passing confidence
publint (source) ^0.3.6 -> ^0.3.8 age adoption passing confidence
svelte (source) ^5.20.5 -> ^5.22.2 age adoption passing confidence
typescript (source) ^5.7.3 -> ^5.8.2 age adoption passing confidence
typescript-eslint (source) ^8.25.0 -> ^8.26.0 age adoption passing confidence

Release Notes

fontsource/font-files (@​fontsource/fira-mono)

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.1

Compare Source

v5.2.0

Compare Source

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

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation
sveltejs/eslint-config (@​sveltejs/eslint-config)

v8.2.0

Compare Source

Minor Changes
  • deps: update eslint-plugin-svelte v3 (#​43)
Patch Changes
  • fix: only allow template literals when needed to avoid an escape sequence (#​42)
sveltejs/kit (@​sveltejs/kit)

v2.18.0

Compare Source

Minor Changes
Patch Changes
  • fix: correct navigation history with hash router and ensure load functions are rerun on user changes to URL hash (#​13492)

  • fix: include universal load assets as server assets (#​13531)

  • fix: Include root layout and error nodes even when apps have only prerendered pages (#​13522)

  • fix: correctly preload data on mousedown/touchstart if code was preloaded on hover (#​13530)

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

v17.16.2

Compare Source

🩹 Fixes
  • Revert "feat: add support for ignoring sync methods from certain locations" (#​416) (0779e2f)

v17.16.1

Compare Source

🩹 Fixes
🧹 Chores
prettier/prettier (prettier)

v3.5.3

Compare Source

publint/publint (publint)

v0.3.8

Compare Source

Patch Changes
  • Support passing a tarball path to the publint CLI. This allows to easily lint any tarball files at hand. (#​166)

    npx publint ./mylib-1.0.0.tgz
  • The publint API now returns a pkg object as a convenience to pass it to formatMessage (#​166)

  • Updated dependencies [02d169b]:

v0.3.7

Compare Source

Patch Changes
  • The "imports" field is now linted with the following rules: (#​162)

    • IMPORTS_KEY_INVALID: Ensure the imports key starts with a #
    • IMPORTS_VALUE_INVALID: Ensure the imports value is a valid path that starts with a ./
    • IMPORTS_GLOB_NO_MATCHED_FILES: Ensure the imports glob matches at least one file
    • IMPORTS_DEFAULT_SHOULD_BE_LAST: Ensure the "default" condition is last in an entrypoint's object
    • IMPORTS_MODULE_SHOULD_BE_ESM: Ensure the "module" condition file is ESM
    • IMPORTS_MODULE_SHOULD_PRECEDE_REQUIRE: Ensure the "module" condition precedes the "require" condition in an entrypoint's object
  • Improve SSH git URL detection when checking the "repository" field. Values like "[email protected]:user/project.git" is now detected as a valid git URL, but will be suggested to use a full git URL instead, like "git+ssh://[email protected]/user/project.git" (28da844)

  • Fix exports types message when the "require" or "import" condition already exists but the dts file format is still invalid (a731ec3)

sveltejs/svelte (svelte)

v5.22.2

Compare Source

Patch Changes
  • fix: correctly set is_updating before flushing root effects (#​15442)

v5.22.1

Compare Source

Patch Changes
  • chore: switch acorn-typescript plugin (#​15393)

v5.22.0

Compare Source

Minor Changes
  • feat: Add idPrefix option to render (#​15428)
Patch Changes
  • fix: make dialog element and role interactive (#​15429)

v5.21.0

Compare Source

Minor Changes
  • chore: Reduce hydration comment for {:else if} (#​15250)
Patch Changes
  • fix: disallow bind:group to snippet parameters (#​15401)
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

typescript-eslint/typescript-eslint (typescript-eslint)

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

You can read about our versioning strategy and releases on our website.


Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Mar 3, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 2834975 to f180cb3 Compare March 5, 2025 03:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f180cb3 to f28fb62 Compare March 5, 2025 10:23
Copy link
Contributor Author

renovate bot commented Mar 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@dominikg dominikg merged commit 1644cd4 into main Mar 5, 2025
6 checks passed
@dominikg dominikg deleted the renovate/all-minor-patch branch March 5, 2025 10:54
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