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

Merged
vbrandl merged 1 commits from renovate/all-minor-patch into main 2024-10-23 13:41:31 +02:00
Collaborator

This PR contains the following updates:

Package Type Update Change
@sveltejs/adapter-auto (source) devDependencies minor 3.2.5 -> 3.3.0
@sveltejs/adapter-node (source) devDependencies patch 5.2.7 -> 5.2.8
@sveltejs/kit (source) devDependencies patch 2.7.1 -> 2.7.2
@types/node (source) devDependencies patch 20.16.12 -> 20.16.15
eslint (source) devDependencies minor 9.12.0 -> 9.13.0
eslint-plugin-svelte (source) devDependencies minor 2.45.1 -> 2.46.0
sass devDependencies patch 1.80.1 -> 1.80.3
typescript-eslint (source) devDependencies minor 8.9.0 -> 8.11.0
vite (source) devDependencies patch 5.4.9 -> 5.4.10

Release Notes

sveltejs/kit (@​sveltejs/adapter-auto)

v3.3.0

Minor Changes
  • feat: add support for Bun package manager (#​12854)
sveltejs/kit (@​sveltejs/adapter-node)

v5.2.8

Compare Source

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

v2.7.2

Compare Source

Patch Changes
  • fix: use absolute links in JSDoc comments (#​12718)
eslint/eslint (eslint)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)

v2.46.0

Compare Source

Minor Changes
sass/dart-sass (sass)

v1.80.3

Compare Source

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the
    compiler. This should result in minimal user-visible changes, but different
    types of warnings should now respond more reliably to flags like --quiet,
    --verbose, and --silence-deprecation.

v1.80.2

Compare Source

  • Fix a bug where deprecation warnings were incorrectly emitted for the
    plain-CSS invert() function.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

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.10.0

Compare Source

🩹 Fixes
  • typescript-eslint: propagate name field to extended configs in config helper (#​10094)
❤️ Thank You

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

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.


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 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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@sveltejs/adapter-auto](https://kit.svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto)) | devDependencies | minor | [`3.2.5` -> `3.3.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fadapter-auto/3.2.5/3.3.0) | | [@sveltejs/adapter-node](https://kit.svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-node)) | devDependencies | patch | [`5.2.7` -> `5.2.8`](https://renovatebot.com/diffs/npm/@sveltejs%2fadapter-node/5.2.7/5.2.8) | | [@sveltejs/kit](https://kit.svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | patch | [`2.7.1` -> `2.7.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.7.1/2.7.2) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | patch | [`20.16.12` -> `20.16.15`](https://renovatebot.com/diffs/npm/@types%2fnode/20.16.12/20.16.15) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.12.0` -> `9.13.0`](https://renovatebot.com/diffs/npm/eslint/9.12.0/9.13.0) | | [eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte) ([source](https://github.com/sveltejs/eslint-plugin-svelte)) | devDependencies | minor | [`2.45.1` -> `2.46.0`](https://renovatebot.com/diffs/npm/eslint-plugin-svelte/2.45.1/2.46.0) | | [sass](https://github.com/sass/dart-sass) | devDependencies | patch | [`1.80.1` -> `1.80.3`](https://renovatebot.com/diffs/npm/sass/1.80.1/1.80.3) | | [typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)) | devDependencies | minor | [`8.9.0` -> `8.11.0`](https://renovatebot.com/diffs/npm/typescript-eslint/8.9.0/8.11.0) | | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`5.4.9` -> `5.4.10`](https://renovatebot.com/diffs/npm/vite/5.4.9/5.4.10) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/adapter-auto)</summary> ### [`v3.3.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/adapter-auto/CHANGELOG.md#330) ##### Minor Changes - feat: add support for Bun package manager ([#&#8203;12854](https://github.com/sveltejs/kit/pull/12854)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/adapter-node)</summary> ### [`v5.2.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/adapter-node/CHANGELOG.md#528) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/adapter-node@5.2.7...@sveltejs/adapter-node@5.2.8) ##### Patch Changes - chore: upgrade [@&#8203;rollup/plugin-commonjs](https://github.com/rollup/plugin-commonjs) to 28.0.1 ([#&#8203;12817](https://github.com/sveltejs/kit/pull/12817)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.7.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#272) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.7.1...@sveltejs/kit@2.7.2) ##### Patch Changes - fix: use absolute links in JSDoc comments ([#&#8203;12718](https://github.com/sveltejs/kit/pull/12718)) </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.13.0`](https://github.com/eslint/eslint/releases/tag/v9.13.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.12.0...v9.13.0) #### Features - [`381c32b`](https://github.com/eslint/eslint/commit/381c32b6975fa3208c62ca2b1052eb87182ed731) feat: Allow languages to provide `defaultLanguageOptions` ([#&#8203;19003](https://github.com/eslint/eslint/issues/19003)) (Milos Djermanovic) - [`bf723bd`](https://github.com/eslint/eslint/commit/bf723bd0f948dbfef57f9b34ff894e7603aeaf88) feat: Improve eslintrc warning message ([#&#8203;19023](https://github.com/eslint/eslint/issues/19023)) (Milos Djermanovic) - [`1def4cd`](https://github.com/eslint/eslint/commit/1def4cdfab1f067c5089df8b36242cdf912b0eb6) feat: drop support for jiti v1.21 ([#&#8203;18996](https://github.com/eslint/eslint/issues/18996)) (Francesco Trotta) - [`f879be2`](https://github.com/eslint/eslint/commit/f879be240ca7ddf485b700df0eb93985ccb1db45) feat: export `ESLint.defaultConfig` ([#&#8203;18983](https://github.com/eslint/eslint/issues/18983)) (Nitin Kumar) #### Bug Fixes - [`78836d4`](https://github.com/eslint/eslint/commit/78836d40ebd3881e527075a991da4cbb0ff9adfc) fix: update the `complexity` rule type ([#&#8203;19027](https://github.com/eslint/eslint/issues/19027)) (Nitin Kumar) - [`064c8b6`](https://github.com/eslint/eslint/commit/064c8b612e2e4b773d6b25867f2045e3ceaa9d66) fix: update rule types ([#&#8203;18925](https://github.com/eslint/eslint/issues/18925)) (Nitin Kumar) #### Documentation - [`abdbfa8`](https://github.com/eslint/eslint/commit/abdbfa83907712d0d44a35aeed4e0ea7bf106740) docs: mark `LintMessage#nodeType` as deprecated ([#&#8203;19019](https://github.com/eslint/eslint/issues/19019)) (Nitin Kumar) - [`19e68d3`](https://github.com/eslint/eslint/commit/19e68d3f3a86cf23e5c98eaf8736eeaa33f194f4) docs: update deprecated rules type definitions ([#&#8203;19018](https://github.com/eslint/eslint/issues/19018)) (Nitin Kumar) - [`7dd402d`](https://github.com/eslint/eslint/commit/7dd402d33226d821a17b22c4753ce9c40fc909bd) docs: Update examples of passing multiple values to a CLI option ([#&#8203;19006](https://github.com/eslint/eslint/issues/19006)) (Milos Djermanovic) - [`5dcbc51`](https://github.com/eslint/eslint/commit/5dcbc519b729698be651bdbddb39da774cb70bf1) docs: Add example with side-effect imports to no-restricted-imports ([#&#8203;18997](https://github.com/eslint/eslint/issues/18997)) (Milos Djermanovic) - [`1ee87ca`](https://github.com/eslint/eslint/commit/1ee87ca1c50018947e76c29e78da9aaf711f53a2) docs: Update README (GitHub Actions Bot) - [`2c3dbdc`](https://github.com/eslint/eslint/commit/2c3dbdc2319fcf2f65c2de13f9064c5a315be890) docs: Use prerendered sponsors for README ([#&#8203;18988](https://github.com/eslint/eslint/issues/18988)) (Milos Djermanovic) #### Chores - [`68d2d9d`](https://github.com/eslint/eslint/commit/68d2d9dfd63401b6a9b413f11ac2c4b583e4897a) chore: upgrade to `@eslint/js@9.13.0` and `@eslint/core@^0.7.0` ([#&#8203;19034](https://github.com/eslint/eslint/issues/19034)) (Francesco Trotta) - [`2211f0a`](https://github.com/eslint/eslint/commit/2211f0aeb350f55e1fa71d4df93d46bc1795789d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`c7abaef`](https://github.com/eslint/eslint/commit/c7abaef5332caf4b6251c9550a81a9c29bf324fd) perf: using Node.js compile cache ([#&#8203;19012](https://github.com/eslint/eslint/issues/19012)) (唯然) - [`1d7c077`](https://github.com/eslint/eslint/commit/1d7c077145d070aa7754018b29b038ce2e0c8b0e) chore: add pkg.type "commonjs" ([#&#8203;19011](https://github.com/eslint/eslint/issues/19011)) (唯然) - [`468e3bd`](https://github.com/eslint/eslint/commit/468e3bdadfdf5f197a44efd6c8dc5cf2b241f964) test: fix `ESLint` tests ([#&#8203;19021](https://github.com/eslint/eslint/issues/19021)) (Francesco Trotta) - [`ed4635f`](https://github.com/eslint/eslint/commit/ed4635fa0e4fb91705223a7d9c230b6e9a87cd4c) ci: upgrade knip@5.32.0 ([#&#8203;18992](https://github.com/eslint/eslint/issues/18992)) (Milos Djermanovic) - [`efad767`](https://github.com/eslint/eslint/commit/efad76732170a9a7db2e056a8d9a0cf503448c48) chore: remove unused ignore dependency ([#&#8203;18993](https://github.com/eslint/eslint/issues/18993)) (Amaresh S M) </details> <details> <summary>sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)</summary> ### [`v2.46.0`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/eslint-plugin-svelte%402.46.0) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.45.1...eslint-plugin-svelte@2.46.0) ##### Minor Changes - [#&#8203;881](https://github.com/sveltejs/eslint-plugin-svelte/pull/881) [`051925c`](https://github.com/sveltejs/eslint-plugin-svelte/commit/051925c742e1cae98cc8e7f637a6a510e472128f) Thanks [@&#8203;ota-meshi](https://github.com/ota-meshi)! - feat: update svelte to v5.0.0 - [#&#8203;884](https://github.com/sveltejs/eslint-plugin-svelte/pull/884) [`bbc3e07`](https://github.com/sveltejs/eslint-plugin-svelte/commit/bbc3e07931da8f4aff2044a4792064200b63ab60) Thanks [@&#8203;renovate](https://github.com/apps/renovate)! - fix(deps): update dependency svelte-eslint-parser to ^0.43.0 </details> <details> <summary>sass/dart-sass (sass)</summary> ### [`v1.80.3`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1803) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.2...1.80.3) - Fix a bug where `@import url("...")` would crash in plain CSS files. - Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like `--quiet`, `--verbose`, and `--silence-deprecation`. ### [`v1.80.2`](https://github.com/sass/dart-sass/blob/HEAD/CHANGELOG.md#1802) [Compare Source](https://github.com/sass/dart-sass/compare/1.80.1...1.80.2) - Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS `invert()` function. </details> <details> <summary>typescript-eslint/typescript-eslint (typescript-eslint)</summary> ### [`v8.11.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8110-2024-10-21) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.10.0...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](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v8.10.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8100-2024-10-17) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.9.0...v8.10.0) ##### 🩹 Fixes - **typescript-eslint:** propagate `name` field to extended configs in `config` helper ([#&#8203;10094](https://github.com/typescript-eslint/typescript-eslint/pull/10094)) ##### ❤️ Thank You - auvred [@&#8203;auvred](https://github.com/auvred) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v5.4.10`](https://github.com/vitejs/vite/releases/tag/v5.4.10) [Compare Source](https://github.com/vitejs/vite/compare/v5.4.9...v5.4.10) Please refer to [CHANGELOG.md](https://github.com/vitejs/vite/blob/v5.4.10/packages/vite/CHANGELOG.md) for details. </details> --- ### 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 PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-10-18 07:02:15 +02:00
chore(deps): update all non-major dependencies
All checks were successful
/ Misc Linters (pull_request) Successful in 31s
/ Build App (pull_request) Successful in 1m45s
a6cb3a7456
renovate-bot force-pushed renovate/all-minor-patch from a6cb3a7456 to 57036e51c5 2024-10-19 07:02:15 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 57036e51c5 to d9d0df6fd0 2024-10-20 07:02:48 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from d9d0df6fd0 to 6975e6bdb3 2024-10-21 07:02:08 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 6975e6bdb3 to 51f348a492 2024-10-22 07:02:23 +02:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 51f348a492 to f68f032a23 2024-10-23 07:01:55 +02:00 Compare
vbrandl merged commit 60c0d5a2c3 into main 2024-10-23 13:41:31 +02:00
vbrandl deleted branch renovate/all-minor-patch 2024-10-23 13:41:32 +02:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vbrandl/fotochallenge#122
No description provided.