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

Merged
renovate-bot merged 1 commit from renovate/all-minor-patch into master 2024-11-30 15:32:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
@sveltejs/kit (source) devDependencies minor 2.8.1 -> 2.9.0
@sveltejs/vite-plugin-svelte (source) devDependencies patch 4.0.0 -> 4.0.2
@types/node (source) devDependencies minor 22.9.0 -> 22.10.1
@typescript-eslint/eslint-plugin (source) devDependencies minor 8.14.0 -> 8.16.0
@typescript-eslint/parser (source) devDependencies minor 8.14.0 -> 8.16.0
eslint (source) devDependencies minor 9.14.0 -> 9.16.0
eslint-plugin-svelte (source) devDependencies patch 2.46.0 -> 2.46.1
prettier (source) devDependencies minor 3.3.3 -> 3.4.1
prettier-plugin-svelte devDependencies minor 3.2.8 -> 3.3.2
svelte (source) devDependencies patch 5.2.0 -> 5.2.11
svelte-check devDependencies minor 4.0.8 -> 4.1.0
typescript (source) devDependencies minor 5.6.3 -> 5.7.2

Release Notes

sveltejs/kit (@​sveltejs/kit)

v2.9.0

Compare Source

Minor Changes
Patch Changes
  • fix: transform link[rel='shortcut icon'] and link[rel='apple-touch-icon'] to be absolute to avoid console error when navigating (#​13077)

v2.8.5

Compare Source

Patch Changes
  • fix: don't hydrate when falling back to error page (#​13056)

v2.8.4

Compare Source

Patch Changes
  • fix: update inline css url generation for FOUC prevention in dev (#​13007)

v2.8.3

Compare Source

Patch Changes
  • fix: ensure error messages are escaped (#​13050)

  • fix: escape values included in dev 404 page (#​13039)

v2.8.2

Compare Source

Patch Changes
  • fix: prevent duplicate fetch request when using Request with load function's fetch (#​13023)

  • fix: do not override default cookie decoder to allow users to override the cookie library version (#​13037)

sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v4.0.2

Compare Source

Patch Changes
  • Allow script tags to span multiple lines (5309d7b)

v4.0.1

Compare Source

Patch Changes
  • removed references to compiler options no longer available in svelte5 (#​1010)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

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

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

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

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

v8.16.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg

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

v8.15.0

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

eslint/eslint (eslint)

v9.16.0

Compare Source

Features

  • 8f70eb1 feat: Add ignoreComputedKeys option in sort-keys rule (#​19162) (Milos Djermanovic)

Documentation

  • 9eefc8f docs: fix typos in use-isnan (#​19190) (루밀LuMir)
  • 0c8cea8 docs: switch the order of words in no-unreachable (#​19189) (루밀LuMir)
  • 0c19417 docs: add missing backtick to no-async-promise-executor (#​19188) (루밀LuMir)
  • 8df9276 docs: add backtick in -0 in description of no-compare-neg-zero (#​19186) (루밀LuMir)
  • 7e16e3f docs: fix caseSensitive option's title of sort-keys (#​19183) (Tanuj Kanti)
  • 0c6b842 docs: fix typos in migration-guide.md (#​19180) (루밀LuMir)
  • 353266e docs: fix a typo in debug.md (#​19179) (루밀LuMir)
  • 5ff318a docs: delete unnecessary horizontal rule(---) in nodejs-api (#​19175) (루밀LuMir)
  • 576bcc5 docs: mark more rules as handled by TypeScript (#​19164) (Tanuj Kanti)
  • 742d054 docs: note that no-restricted-syntax can be used with any language (#​19148) (Milos Djermanovic)

Chores

v9.15.0

Compare Source

Features

  • 01557ce feat: Implement Language#normalizeLanguageOptions() (#​19104) (Nicholas C. Zakas)
  • 2edc0e2 feat: add meta.defaultOptions (#​17656) (Josh Goldberg )
  • bdec50e feat: fix no-useless-computed-key false negative with __proto__ (#​19123) (Milos Djermanovic)
  • 3087c9e feat: add meta object to @eslint/js plugin (#​19095) (Francesco Trotta)

Bug Fixes

Documentation

  • d927920 docs: fix styles in no-js mode (#​18916) (Tanuj Kanti)
  • 09bc2a8 docs: Update README (GitHub Actions Bot)
  • 39089c8 docs: add no-useless-computed-key examples with object patterns (#​19109) (Milos Djermanovic)
  • 895c60f docs: add missing messageId property and suggestion properties (#​19122) (fnx)
  • 298625e docs: Change CLI -c to use flat config (#​19103) (Nicholas C. Zakas)
  • 522d8a3 docs: add deprecation on indent, quotes and semi rule types (#​19090) (Marco Pasqualetti)

Chores

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

v2.46.1

Compare Source

Patch Changes
  • a6b19c012c fix: crash with eslint v9.16.0 in svelte/no-inner-declarations
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

sveltejs/svelte (svelte)

v5.2.11

Compare Source

Patch Changes
  • fix: ignore text and expressions outside the template when validating HTML (#​14468)

  • fix: better account for render tags when pruning CSS (#​14456)

v5.2.10

Compare Source

Patch Changes
  • fix: correctly remove unused selectors in middle of selector lists (#​14448)

  • chore: upgrade esm-env for Vite 6 support (#​14460)

  • fix: strip exported TypeScript function overloads (#​14458)

v5.2.9

Compare Source

Patch Changes
  • fix: show :then block for null/undefined value (#​14440)

  • fix: relax html parent validation (#​14442)

  • fix: prevent memory leak when creating deriveds inside untrack (#​14443)

  • fix: disregard TypeScript nodes when pruning CSS (#​14446)

v5.2.8

Compare Source

Patch Changes
  • fix: correctly prune each blocks (#​14403)

  • fix: provide temporary LegacyComponentType (#​14257)

  • fix: attach spread attribute events synchronously (#​14387)

  • fix: ensure last empty text node correctly hydrates (#​14425)

  • fix: correctly prune key blocks (#​14403)

v5.2.7

Compare Source

Patch Changes
  • fix: always use set for private identifiers (#​14378)

v5.2.6

Compare Source

Patch Changes
  • fix: remove template expression inlining (#​14374)

v5.2.5

Compare Source

Patch Changes
  • fix: correctly handle srcObject attribute on video elements (#​14369)

  • add contentvisibilityautostatechange event to element definitions (#​14373)

  • fix: tighten up export default validation (#​14368)

  • fix: include method definitions in class private fields (#​14365)

v5.2.4

Compare Source

Patch Changes
  • fix: ensure internal cloning can work circular values (#​14347)

  • fix: correctly update dynamic member expressions (#​14359)

  • fix: ensure is_pure takes into account $effect.tracking() (#​14333)

  • fix: coerce value to number when hydrating range/number input with changed value (#​14349)

v5.2.3

Compare Source

Patch Changes
  • fix: ensure dynamic call expressions correctly generate output (#​14345)

v5.2.2

Compare Source

Patch Changes
  • fix: treat property accesses of literals as pure (#​14325)

v5.2.1

Compare Source

Patch Changes
  • fix: ignore text and expressions outside the template when validating HTML (#​14468)

  • fix: better account for render tags when pruning CSS (#​14456)

sveltejs/language-tools (svelte-check)

v4.1.0

Compare Source

  • fix: don't move appended content from previous node while hoisting interface (#​2596)
  • fix: ensure hoisted interfaces are moved after hoisted imports (#​2597)
  • fix: preserve bind:... mapping on elements for better source maps
  • feat: prepare for some upcoming features of Svelte 5

v4.0.9

Compare Source

  • fix: detect shadowed variables/types during type hoisting (#​2590)
microsoft/TypeScript (typescript)

v5.7.2: TypeScript 5.7

Compare Source

For release notes, check out the release announcement.

Downloads are available on:


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.8.1` -> `2.9.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.8.1/2.9.0) | | [@sveltejs/vite-plugin-svelte](https://github.com/sveltejs/vite-plugin-svelte) ([source](https://github.com/sveltejs/vite-plugin-svelte/tree/HEAD/packages/vite-plugin-svelte)) | devDependencies | patch | [`4.0.0` -> `4.0.2`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/4.0.0/4.0.2) | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | devDependencies | minor | [`22.9.0` -> `22.10.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.9.0/22.10.1) | | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.14.0` -> `8.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.14.0/8.16.0) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.14.0` -> `8.16.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.14.0/8.16.0) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.14.0` -> `9.16.0`](https://renovatebot.com/diffs/npm/eslint/9.14.0/9.16.0) | | [eslint-plugin-svelte](https://sveltejs.github.io/eslint-plugin-svelte) ([source](https://github.com/sveltejs/eslint-plugin-svelte)) | devDependencies | patch | [`2.46.0` -> `2.46.1`](https://renovatebot.com/diffs/npm/eslint-plugin-svelte/2.46.0/2.46.1) | | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.3.3` -> `3.4.1`](https://renovatebot.com/diffs/npm/prettier/3.3.3/3.4.1) | | [prettier-plugin-svelte](https://github.com/sveltejs/prettier-plugin-svelte) | devDependencies | minor | [`3.2.8` -> `3.3.2`](https://renovatebot.com/diffs/npm/prettier-plugin-svelte/3.2.8/3.3.2) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | devDependencies | patch | [`5.2.0` -> `5.2.11`](https://renovatebot.com/diffs/npm/svelte/5.2.0/5.2.11) | | [svelte-check](https://github.com/sveltejs/language-tools) | devDependencies | minor | [`4.0.8` -> `4.1.0`](https://renovatebot.com/diffs/npm/svelte-check/4.0.8/4.1.0) | | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.6.3` -> `5.7.2`](https://renovatebot.com/diffs/npm/typescript/5.6.3/5.7.2) | --- ### Release Notes <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.9.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#290) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.5...@sveltejs/kit@2.9.0) ##### Minor Changes - feat: Vite 6 support ([#&#8203;12270](https://github.com/sveltejs/kit/pull/12270)) ##### Patch Changes - fix: transform link\[rel='shortcut icon'] and link\[rel='apple-touch-icon'] to be absolute to avoid console error when navigating ([#&#8203;13077](https://github.com/sveltejs/kit/pull/13077)) ### [`v2.8.5`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#285) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.4...@sveltejs/kit@2.8.5) ##### Patch Changes - fix: don't hydrate when falling back to error page ([#&#8203;13056](https://github.com/sveltejs/kit/pull/13056)) ### [`v2.8.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#284) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.3...@sveltejs/kit@2.8.4) ##### Patch Changes - fix: update inline css url generation for FOUC prevention in dev ([#&#8203;13007](https://github.com/sveltejs/kit/pull/13007)) ### [`v2.8.3`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#283) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.2...@sveltejs/kit@2.8.3) ##### Patch Changes - fix: ensure error messages are escaped ([#&#8203;13050](https://github.com/sveltejs/kit/pull/13050)) - fix: escape values included in dev 404 page ([#&#8203;13039](https://github.com/sveltejs/kit/pull/13039)) ### [`v2.8.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#282) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.8.1...@sveltejs/kit@2.8.2) ##### Patch Changes - fix: prevent duplicate fetch request when using Request with load function's fetch ([#&#8203;13023](https://github.com/sveltejs/kit/pull/13023)) - fix: do not override default cookie decoder to allow users to override the `cookie` library version ([#&#8203;13037](https://github.com/sveltejs/kit/pull/13037)) </details> <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`v4.0.2`](https://github.com/sveltejs/vite-plugin-svelte/releases/tag/%40sveltejs/vite-plugin-svelte%404.0.2) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.1...@sveltejs/vite-plugin-svelte@4.0.2) ##### Patch Changes - Allow script tags to span multiple lines ([`5309d7b`](https://github.com/sveltejs/vite-plugin-svelte/commit/5309d7bda16eeea740c0e1e94b878e8d0f248b82)) ### [`v4.0.1`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#401) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@4.0.0...@sveltejs/vite-plugin-svelte@4.0.1) ##### Patch Changes - removed references to compiler options no longer available in svelte5 ([#&#8203;1010](https://github.com/sveltejs/vite-plugin-svelte/pull/1010)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.16.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8160-2024-11-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.15.0...v8.16.0) ##### 🚀 Features - **eslint-plugin:** \[no-base-to-string] check Array.prototype.join ([#&#8203;10287](https://github.com/typescript-eslint/typescript-eslint/pull/10287)) - **eslint-plugin:** \[max-params] add function overload and function type support ([#&#8203;10312](https://github.com/typescript-eslint/typescript-eslint/pull/10312)) ##### ❤️ Thank You - Kim Sang Du [@&#8203;developer-bandi](https://github.com/developer-bandi) - YeonJuan [@&#8203;yeonjuan](https://github.com/yeonjuan) 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.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8150-2024-11-18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.14.0...v8.15.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-nullish-coalescing] fix detection of `ignoreConditionalTests` involving boolean `!` operator ([#&#8203;10299](https://github.com/typescript-eslint/typescript-eslint/pull/10299)) - **eslint-plugin:** new rule `no-unsafe-type-assertion` ([#&#8203;10051](https://github.com/typescript-eslint/typescript-eslint/pull/10051)) - **eslint-plugin:** added related-getter-setter-pairs rule ([#&#8203;10192](https://github.com/typescript-eslint/typescript-eslint/pull/10192)) ##### 🩹 Fixes - **utils:** add defaultOptions to meta in rule ([#&#8203;10339](https://github.com/typescript-eslint/typescript-eslint/pull/10339)) - **eslint-plugin:** report deprecations used in default export ([#&#8203;10330](https://github.com/typescript-eslint/typescript-eslint/pull/10330)) - **eslint-plugin:** \[explicit-module-boundary-types] and \[explicit-function-return-type] don't report on `as const satisfies` ([#&#8203;10315](https://github.com/typescript-eslint/typescript-eslint/pull/10315)) - **eslint-plugin:** \[await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary ([#&#8203;10314](https://github.com/typescript-eslint/typescript-eslint/pull/10314)) - **eslint-plugin:** \[consistent-indexed-object-style] handle circular mapped types ([#&#8203;10301](https://github.com/typescript-eslint/typescript-eslint/pull/10301)) ##### ❤️ Thank You - Josh Goldberg ✨ - Kim Sang Du [@&#8203;developer-bandi](https://github.com/developer-bandi) - Luis Sebastian Urrutia Fuentes [@&#8203;LuisUrrutia](https://github.com/LuisUrrutia) - Phillip Huang - Ronen Amiel - Szydlak [@&#8203;wszydlak](https://github.com/wszydlak) 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>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.16.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8160-2024-11-25) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.15.0...v8.16.0) ##### 🚀 Features - support TypeScript 5.7 ([#&#8203;10372](https://github.com/typescript-eslint/typescript-eslint/pull/10372)) ##### ❤️ Thank You - Josh Goldberg ✨ 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.15.0`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8150-2024-11-18) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.14.0...v8.15.0) This was a version bump only for parser 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. </details> <details> <summary>eslint/eslint (eslint)</summary> ### [`v9.16.0`](https://github.com/eslint/eslint/releases/tag/v9.16.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.15.0...v9.16.0) #### Features - [`8f70eb1`](https://github.com/eslint/eslint/commit/8f70eb142cce025e7040d016a959eff0f51eb672) feat: Add `ignoreComputedKeys` option in `sort-keys` rule ([#&#8203;19162](https://github.com/eslint/eslint/issues/19162)) (Milos Djermanovic) #### Documentation - [`9eefc8f`](https://github.com/eslint/eslint/commit/9eefc8f813b5c31f49fbbd9a36f439b365bea180) docs: fix typos in `use-isnan` ([#&#8203;19190](https://github.com/eslint/eslint/issues/19190)) (루밀LuMir) - [`0c8cea8`](https://github.com/eslint/eslint/commit/0c8cea8c803962a4358032fde5c117a1e9c41ca0) docs: switch the order of words in `no-unreachable` ([#&#8203;19189](https://github.com/eslint/eslint/issues/19189)) (루밀LuMir) - [`0c19417`](https://github.com/eslint/eslint/commit/0c19417c644a29b5113d3a2b94ce00640117574b) docs: add missing backtick to `no-async-promise-executor` ([#&#8203;19188](https://github.com/eslint/eslint/issues/19188)) (루밀LuMir) - [`8df9276`](https://github.com/eslint/eslint/commit/8df927646cadaa70263914c62f2f76fccb8c46fd) docs: add backtick in `-0` in `description` of `no-compare-neg-zero` ([#&#8203;19186](https://github.com/eslint/eslint/issues/19186)) (루밀LuMir) - [`7e16e3f`](https://github.com/eslint/eslint/commit/7e16e3fb8594e361b3e121d2d4059dc26e30c407) docs: fix `caseSensitive` option's title of `sort-keys` ([#&#8203;19183](https://github.com/eslint/eslint/issues/19183)) (Tanuj Kanti) - [`0c6b842`](https://github.com/eslint/eslint/commit/0c6b84212144da3238693fa56500b02bd4a9f05a) docs: fix typos in `migration-guide.md` ([#&#8203;19180](https://github.com/eslint/eslint/issues/19180)) (루밀LuMir) - [`353266e`](https://github.com/eslint/eslint/commit/353266edf827d4e63e9efef321f5d128748bc74d) docs: fix a typo in `debug.md` ([#&#8203;19179](https://github.com/eslint/eslint/issues/19179)) (루밀LuMir) - [`5ff318a`](https://github.com/eslint/eslint/commit/5ff318a528e3f6b8b9c6a62ea949d66ebb7f0716) docs: delete unnecessary horizontal rule(`---`) in `nodejs-api` ([#&#8203;19175](https://github.com/eslint/eslint/issues/19175)) (루밀LuMir) - [`576bcc5`](https://github.com/eslint/eslint/commit/576bcc5461c0c00c30dfceec9abcddb99e559c74) docs: mark more rules as handled by TypeScript ([#&#8203;19164](https://github.com/eslint/eslint/issues/19164)) (Tanuj Kanti) - [`742d054`](https://github.com/eslint/eslint/commit/742d054ac1124d4e53c84234dd6960d4e272d490) docs: note that `no-restricted-syntax` can be used with any language ([#&#8203;19148](https://github.com/eslint/eslint/issues/19148)) (Milos Djermanovic) #### Chores - [`feb703b`](https://github.com/eslint/eslint/commit/feb703b3dc198cda03fb69c75a31d56d999b9d2e) chore: upgrade to `@eslint/js@9.16.0` ([#&#8203;19195](https://github.com/eslint/eslint/issues/19195)) (Francesco Trotta) - [`df9bf95`](https://github.com/eslint/eslint/commit/df9bf9519a302e284700ad300463ecdf2ebf9f25) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`f831893`](https://github.com/eslint/eslint/commit/f831893b6e2951f56ce8b9ff12e4a16913b72b47) chore: add type for `ignoreComputedKeys` option of `sort-keys` ([#&#8203;19184](https://github.com/eslint/eslint/issues/19184)) (Tanuj Kanti) - [`3afb8a1`](https://github.com/eslint/eslint/commit/3afb8a1dcf12ad12df480db014042a51403ff672) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.8.0 ([#&#8203;19177](https://github.com/eslint/eslint/issues/19177)) (Milos Djermanovic) - [`1f77c53`](https://github.com/eslint/eslint/commit/1f77c53b12d00403b88a0e02c8d2432278abcf52) chore: add `repository.directory` property to `package.json` ([#&#8203;19165](https://github.com/eslint/eslint/issues/19165)) (루밀LuMir) - [`d460594`](https://github.com/eslint/eslint/commit/d46059410a0e02b98067aa31975c25fd8d0d1c2b) chore: update dependency [@&#8203;arethetypeswrong/cli](https://github.com/arethetypeswrong/cli) to ^0.17.0 ([#&#8203;19147](https://github.com/eslint/eslint/issues/19147)) (renovate\[bot]) - [`45cd4ea`](https://github.com/eslint/eslint/commit/45cd4ead9c4fc354a2542b806ec82afb67cb54fc) refactor: update default options in rules ([#&#8203;19136](https://github.com/eslint/eslint/issues/19136)) (Milos Djermanovic) ### [`v9.15.0`](https://github.com/eslint/eslint/releases/tag/v9.15.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.14.0...v9.15.0) #### Features - [`01557ce`](https://github.com/eslint/eslint/commit/01557cec24203be72222858a3912da0a474ac75c) feat: Implement Language#normalizeLanguageOptions() ([#&#8203;19104](https://github.com/eslint/eslint/issues/19104)) (Nicholas C. Zakas) - [`2edc0e2`](https://github.com/eslint/eslint/commit/2edc0e2bdc40c4a6da8d526c82c0b6c582bae419) feat: add meta.defaultOptions ([#&#8203;17656](https://github.com/eslint/eslint/issues/17656)) (Josh Goldberg ✨) - [`bdec50e`](https://github.com/eslint/eslint/commit/bdec50e91baf9d5eefa07d97d2059fdebb53cdaa) feat: fix `no-useless-computed-key` false negative with `__proto__` ([#&#8203;19123](https://github.com/eslint/eslint/issues/19123)) (Milos Djermanovic) - [`3087c9e`](https://github.com/eslint/eslint/commit/3087c9e95094cad1354aca2e4ae48c7bd2381184) feat: add `meta` object to `@eslint/js` plugin ([#&#8203;19095](https://github.com/eslint/eslint/issues/19095)) (Francesco Trotta) #### Bug Fixes - [`fd33f13`](https://github.com/eslint/eslint/commit/fd33f1315ac59b1b3828dbab8e1e056a1585eff0) fix: update types for `no-restricted-imports` rule ([#&#8203;19060](https://github.com/eslint/eslint/issues/19060)) (Nitin Kumar) - [`bd35098`](https://github.com/eslint/eslint/commit/bd35098f5b949ecb83e8c7e287524b28b2a3dd71) fix: switch away from Node.js node:assert and AssertionError ([#&#8203;19082](https://github.com/eslint/eslint/issues/19082)) (Josh Goldberg ✨) - [`9db5b15`](https://github.com/eslint/eslint/commit/9db5b152c325a930130d49ca967013471c3ba0dc) fix: unsafe report for `no-lonely-if` ([#&#8203;19087](https://github.com/eslint/eslint/issues/19087)) (Abraham Guo) - [`68fa497`](https://github.com/eslint/eslint/commit/68fa497f6a11f1738dce85bb2bdd7a5f8b9f5d6d) fix: ignore files on a different drive on Windows ([#&#8203;19069](https://github.com/eslint/eslint/issues/19069)) (Francesco Trotta) - [`4ce625a`](https://github.com/eslint/eslint/commit/4ce625a230778a41b856162df9ebcc57c25cc103) fix: upgrade [@&#8203;humanwhocodes/retry](https://github.com/humanwhocodes/retry)[@&#8203;0](https://github.com/0).4.1 to avoid debug logs ([#&#8203;19102](https://github.com/eslint/eslint/issues/19102)) (Milos Djermanovic) #### Documentation - [`d927920`](https://github.com/eslint/eslint/commit/d9279202e7d15452e44adf38451d33d4aaad3bd4) docs: fix styles in no-js mode ([#&#8203;18916](https://github.com/eslint/eslint/issues/18916)) (Tanuj Kanti) - [`09bc2a8`](https://github.com/eslint/eslint/commit/09bc2a88c00aa9a93c7de505795fc4e85b2e6357) docs: Update README (GitHub Actions Bot) - [`39089c8`](https://github.com/eslint/eslint/commit/39089c80a7af09494fce86a6574bf012cbe46d10) docs: add `no-useless-computed-key` examples with object patterns ([#&#8203;19109](https://github.com/eslint/eslint/issues/19109)) (Milos Djermanovic) - [`895c60f`](https://github.com/eslint/eslint/commit/895c60f7fe09f59df1e9490006220d3ec4b9d5b0) docs: add missing messageId property and suggestion properties ([#&#8203;19122](https://github.com/eslint/eslint/issues/19122)) (fnx) - [`298625e`](https://github.com/eslint/eslint/commit/298625eb65dc00bfa0a877ea46faada22021c23e) docs: Change CLI -c to use flat config ([#&#8203;19103](https://github.com/eslint/eslint/issues/19103)) (Nicholas C. Zakas) - [`522d8a3`](https://github.com/eslint/eslint/commit/522d8a32f326c52886c531f43cf6a1ff15af8286) docs: add deprecation on `indent`, `quotes` and `semi` rule types ([#&#8203;19090](https://github.com/eslint/eslint/issues/19090)) (Marco Pasqualetti) #### Chores - [`2967d91`](https://github.com/eslint/eslint/commit/2967d91037ad670ea3a67fdb9c171b60d9af138b) chore: upgrade [@&#8203;eslint/js](https://github.com/eslint/js)[@&#8203;9](https://github.com/9).15.0 ([#&#8203;19133](https://github.com/eslint/eslint/issues/19133)) (Milos Djermanovic) - [`b441bee`](https://github.com/eslint/eslint/commit/b441bee6ad9807fef614bd071e6bd3e8b3307b2d) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`7d6bf4a`](https://github.com/eslint/eslint/commit/7d6bf4a250f97d8ff1e2606e3d769e016a32f45b) chore: upgrade [@&#8203;eslint/core](https://github.com/eslint/core)[@&#8203;0](https://github.com/0).9.0 ([#&#8203;19131](https://github.com/eslint/eslint/issues/19131)) (Milos Djermanovic) - [`902e707`](https://github.com/eslint/eslint/commit/902e70713de1ab67ede9ef8a3836fd2d09a759e5) chore: upgrade [@&#8203;eslint/plugin-kit](https://github.com/eslint/plugin-kit)[@&#8203;0](https://github.com/0).2.3 ([#&#8203;19130](https://github.com/eslint/eslint/issues/19130)) (Milos Djermanovic) - [`5ff6c1d`](https://github.com/eslint/eslint/commit/5ff6c1dd09f32b56c05ab97f328741fc8ffb1f64) chore: bump cross-spawn ([#&#8203;19125](https://github.com/eslint/eslint/issues/19125)) (Ian Bobinac) - [`cceccc7`](https://github.com/eslint/eslint/commit/cceccc771631011e04b37122b990205f0e8b6925) chore: update dependency [@&#8203;eslint/json](https://github.com/eslint/json) to ^0.6.0 ([#&#8203;19117](https://github.com/eslint/eslint/issues/19117)) (renovate\[bot]) - [`0da3f73`](https://github.com/eslint/eslint/commit/0da3f732fe1776f8f79dac829b2cab4cedd4b6d8) chore: update algolia referrer ([#&#8203;19114](https://github.com/eslint/eslint/issues/19114)) (Strek) - [`4f08332`](https://github.com/eslint/eslint/commit/4f08332ac03e51002f8de6da5c5a362608205437) ci: unpin `trunk-io/trunk-action` ([#&#8203;19108](https://github.com/eslint/eslint/issues/19108)) (Francesco Trotta) - [`6b75683`](https://github.com/eslint/eslint/commit/6b75683b47c346faaeb6c1dac8e168d64338c7b3) perf: optimize `text-table` by replacing regex with `trimEnd` ([#&#8203;19061](https://github.com/eslint/eslint/issues/19061)) (Nitin Kumar) </details> <details> <summary>sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)</summary> ### [`v2.46.1`](https://github.com/sveltejs/eslint-plugin-svelte/releases/tag/v2.46.1) [Compare Source](https://github.com/sveltejs/eslint-plugin-svelte/compare/eslint-plugin-svelte@2.46.0...v2.46.1) ##### Patch Changes - https://github.com/sveltejs/eslint-plugin-svelte/commit/a6b19c012c8d79538ab1843d76eb11b2574bd637 fix: crash with eslint v9.16.0 in `svelte/no-inner-declarations` </details> <details> <summary>prettier/prettier (prettier)</summary> ### [`v3.4.1`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#341) [Compare Source](https://github.com/prettier/prettier/compare/3.4.0...3.4.1) [diff](https://github.com/prettier/prettier/compare/3.4.0...3.4.1) ##### Remove unnecessary parentheses around assignment in `v-on` ([#&#8203;16887](https://github.com/prettier/prettier/pull/16887) by [@&#8203;fisker](https://github.com/fisker)) <!-- prettier-ignore --> ```vue <!-- Input --> <template> <button @&#8203;click="foo += 2">Click</button> </template> <!-- Prettier 3.4.0 --> <template> <button @&#8203;click="(foo += 2)">Click</button> </template> <!-- Prettier 3.4.1 --> <template> <button @&#8203;click="foo += 2">Click</button> </template> ``` ### [`v3.4.0`](https://github.com/prettier/prettier/blob/HEAD/CHANGELOG.md#340) [Compare Source](https://github.com/prettier/prettier/compare/3.3.3...3.4.0) [diff](https://github.com/prettier/prettier/compare/3.3.3...3.4.0) 🔗 [Release Notes](https://prettier.io/blog/2024/11/26/3.4.0.html) </details> <details> <summary>sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)</summary> ### [`v3.3.2`](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.3.1...v3.3.2) [Compare Source](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.3.1...v3.3.2) ### [`v3.3.1`](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.3.0...v3.3.1) [Compare Source](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.3.0...v3.3.1) ### [`v3.3.0`](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.8...v3.3.0) [Compare Source](https://github.com/sveltejs/prettier-plugin-svelte/compare/v3.2.8...v3.3.0) </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.2.11`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5211) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.10...svelte@5.2.11) ##### Patch Changes - fix: ignore text and expressions outside the template when validating HTML ([#&#8203;14468](https://github.com/sveltejs/svelte/pull/14468)) - fix: better account for render tags when pruning CSS ([#&#8203;14456](https://github.com/sveltejs/svelte/pull/14456)) ### [`v5.2.10`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5210) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.9...svelte@5.2.10) ##### Patch Changes - fix: correctly remove unused selectors in middle of selector lists ([#&#8203;14448](https://github.com/sveltejs/svelte/pull/14448)) - chore: upgrade esm-env for Vite 6 support ([#&#8203;14460](https://github.com/sveltejs/svelte/pull/14460)) - fix: strip exported TypeScript function overloads ([#&#8203;14458](https://github.com/sveltejs/svelte/pull/14458)) ### [`v5.2.9`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#529) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.8...svelte@5.2.9) ##### Patch Changes - fix: show `:then` block for `null/undefined` value ([#&#8203;14440](https://github.com/sveltejs/svelte/pull/14440)) - fix: relax html parent validation ([#&#8203;14442](https://github.com/sveltejs/svelte/pull/14442)) - fix: prevent memory leak when creating deriveds inside untrack ([#&#8203;14443](https://github.com/sveltejs/svelte/pull/14443)) - fix: disregard TypeScript nodes when pruning CSS ([#&#8203;14446](https://github.com/sveltejs/svelte/pull/14446)) ### [`v5.2.8`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#528) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.7...svelte@5.2.8) ##### Patch Changes - fix: correctly prune each blocks ([#&#8203;14403](https://github.com/sveltejs/svelte/pull/14403)) - fix: provide temporary `LegacyComponentType` ([#&#8203;14257](https://github.com/sveltejs/svelte/pull/14257)) - fix: attach spread attribute events synchronously ([#&#8203;14387](https://github.com/sveltejs/svelte/pull/14387)) - fix: ensure last empty text node correctly hydrates ([#&#8203;14425](https://github.com/sveltejs/svelte/pull/14425)) - fix: correctly prune key blocks ([#&#8203;14403](https://github.com/sveltejs/svelte/pull/14403)) ### [`v5.2.7`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#527) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.6...svelte@5.2.7) ##### Patch Changes - fix: always use set for private identifiers ([#&#8203;14378](https://github.com/sveltejs/svelte/pull/14378)) ### [`v5.2.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#526) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.5...svelte@5.2.6) ##### Patch Changes - fix: remove template expression inlining ([#&#8203;14374](https://github.com/sveltejs/svelte/pull/14374)) ### [`v5.2.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#525) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.4...svelte@5.2.5) ##### Patch Changes - fix: correctly handle srcObject attribute on video elements ([#&#8203;14369](https://github.com/sveltejs/svelte/pull/14369)) - add `contentvisibilityautostatechange` event to element definitions ([#&#8203;14373](https://github.com/sveltejs/svelte/pull/14373)) - fix: tighten up `export default` validation ([#&#8203;14368](https://github.com/sveltejs/svelte/pull/14368)) - fix: include method definitions in class private fields ([#&#8203;14365](https://github.com/sveltejs/svelte/pull/14365)) ### [`v5.2.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#524) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.3...svelte@5.2.4) ##### Patch Changes - fix: ensure internal cloning can work circular values ([#&#8203;14347](https://github.com/sveltejs/svelte/pull/14347)) - fix: correctly update dynamic member expressions ([#&#8203;14359](https://github.com/sveltejs/svelte/pull/14359)) - fix: ensure is_pure takes into account $effect.tracking() ([#&#8203;14333](https://github.com/sveltejs/svelte/pull/14333)) - fix: coerce value to number when hydrating range/number input with changed value ([#&#8203;14349](https://github.com/sveltejs/svelte/pull/14349)) ### [`v5.2.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#523) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.2...svelte@5.2.3) ##### Patch Changes - fix: ensure dynamic call expressions correctly generate output ([#&#8203;14345](https://github.com/sveltejs/svelte/pull/14345)) ### [`v5.2.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#522) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.1...svelte@5.2.2) ##### Patch Changes - fix: treat property accesses of literals as pure ([#&#8203;14325](https://github.com/sveltejs/svelte/pull/14325)) ### [`v5.2.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5211) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.2.0...svelte@5.2.1) ##### Patch Changes - fix: ignore text and expressions outside the template when validating HTML ([#&#8203;14468](https://github.com/sveltejs/svelte/pull/14468)) - fix: better account for render tags when pruning CSS ([#&#8203;14456](https://github.com/sveltejs/svelte/pull/14456)) </details> <details> <summary>sveltejs/language-tools (svelte-check)</summary> ### [`v4.1.0`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check-4.1.0) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.9...svelte-check-4.1.0) - fix: don't move appended content from previous node while hoisting interface ([#&#8203;2596](https://github.com/sveltejs/language-tools/issues/2596)) - fix: ensure hoisted interfaces are moved after hoisted imports ([#&#8203;2597](https://github.com/sveltejs/language-tools/issues/2597)) - fix: preserve bind:... mapping on elements for better source maps - feat: prepare for some upcoming features of Svelte 5 ### [`v4.0.9`](https://github.com/sveltejs/language-tools/releases/tag/svelte-check-4.0.9) [Compare Source](https://github.com/sveltejs/language-tools/compare/svelte-check-4.0.8...svelte-check-4.0.9) - fix: detect shadowed variables/types during type hoisting ([#&#8203;2590](https://github.com/sveltejs/language-tools/issues/2590)) </details> <details> <summary>microsoft/TypeScript (typescript)</summary> ### [`v5.7.2`](https://github.com/microsoft/TypeScript/releases/tag/v5.7.2): TypeScript 5.7 [Compare Source](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.2) For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-5-7/). - [fixed issues query for Typescript 5.7.0 (Beta)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.0%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.1 (RC)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.1%22+is%3Aclosed+). - [fixed issues query for Typescript 5.7.2 (Stable)](https://github.com/Microsoft/TypeScript/issues?utf8=%E2%9C%93\&q=milestone%3A%22TypeScript+5.7.2%22+is%3Aclosed+). Downloads are available on: - [npm](https://www.npmjs.com/package/typescript) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi4xIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-11-30 15:30:17 +00:00
chore(deps): update all non-major dependencies
All checks were successful
Build & Deploy / build (pull_request) Successful in 1m20s
Build & Deploy / build (push) Successful in 1m24s
d50edf77ec
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-11-30 15:30:24 +00:00
renovate-bot merged commit d50edf77ec into master 2024-11-30 15:32:38 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
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: infrastructure/pages-landing-page#329
No description provided.