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

Open
renovate-bot wants to merge 1 commit from renovate/all-minor-patch into master
Member

This PR contains the following updates:

Package Type Update Change
@skeletonlabs/skeleton (source) devDependencies patch 2.10.3 -> 2.10.4
@sveltejs/adapter-static (source) devDependencies patch 3.0.6 -> 3.0.8
@sveltejs/enhanced-img (source) devDependencies patch 0.4.3 -> 0.4.4
@sveltejs/kit (source) devDependencies minor 2.10.1 -> 2.14.0
@sveltejs/vite-plugin-svelte (source) devDependencies patch 5.0.1 -> 5.0.3
@typescript-eslint/eslint-plugin (source) devDependencies patch 8.18.0 -> 8.18.1
@typescript-eslint/parser (source) devDependencies patch 8.18.0 -> 8.18.1
eslint (source) devDependencies minor 9.16.0 -> 9.17.0
svelte (source) devDependencies minor 5.11.1 -> 5.15.0
tailwindcss (source) devDependencies patch 3.4.16 -> 3.4.17
vite (source) devDependencies patch 6.0.3 -> 6.0.5

Release Notes

skeletonlabs/skeleton (@​skeletonlabs/skeleton)

v2.10.4

Compare Source

Patch Changes
  • bugfix: fix popup disappearing when dragging mouse out of the input box (#​2937)
sveltejs/kit (@​sveltejs/adapter-static)

v3.0.8

Compare Source

Patch Changes
  • fix: use optional chaining when checking router type (#​13218)

v3.0.7

Compare Source

Patch Changes
  • fix: allow dynamic routes with missing fallback in hash mode (#​13213)
sveltejs/kit (@​sveltejs/enhanced-img)

v0.4.4

Compare Source

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

v2.14.0

Compare Source

Minor Changes
  • feat: add hash-based routing option (#​13191)
Patch Changes
  • fix: create new URL when calling goto(...), to handle case where URL is mutated (#​13196)

v2.13.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'split' | 'single' option (#​13173)

v2.12.2

Compare Source

Patch Changes
  • fix: correctly resolve no hooks file when a similarly named directory exists (#​13188)

  • fix: correctly resolve $app/state on the server with Vite 5 (#​13192)

v2.12.1

Compare Source

Patch Changes
  • fix: replace navigating.current.<x> with navigating.<x> (#​13174)

v2.12.0

Compare Source

Minor Changes
Patch Changes
  • chore: specify the route ID in the error message during development when making a form action request to a route without form actions (#​13167)

v2.11.1

Compare Source

Patch Changes
  • fix: adhere to Vite build.minify setting when building the service worker (#​13143)

v2.11.0

Compare Source

Minor Changes
  • feat: transport custom types across the server/client boundary (#​13149)
Patch Changes
  • fix: correctly resolve hooks file when a similarly named directory exists (#​13144)
sveltejs/vite-plugin-svelte (@​sveltejs/vite-plugin-svelte)

v5.0.3

Compare Source

Patch Changes
  • fix errorhandling to work with errors that don't have a code property (#​1054)

v5.0.2

Compare Source

Patch Changes
  • adapt internal handling of warning and error code property to changes in svelte5 (#​1044)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

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

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

v8.18.1

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

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg )
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

  • cc243c9 chore: upgrade to @eslint/js@9.17.0 (#​19242) (Francesco Trotta)
  • 84c5787 chore: package.json update for @​eslint/js release (Jenkins)
  • 4c4f53b chore: add missing backticks to flags.js (#​19226) (루밀LuMir)
  • 4b3132c chore: update dependency eslint-plugin-expect-type to ^0.6.0 (#​19221) (renovate[bot])
  • 9bf2204 chore: add type definitions for the eslint-config-eslint package (#​19050) (Arya Emami)
  • ee8c220 chore: fix incorrect name property in integration-tutorial-code (#​19218) (루밀LuMir)
  • cca801d chore: Upgrade cross-spawn to 7.0.6 (#​19185) (folortin)
sveltejs/svelte (svelte)

v5.15.0

Compare Source

Minor Changes
  • feat: add "worker" exports condition to better support bundling for worker-based environments (#​14779)

v5.14.6

Compare Source

Patch Changes
  • fix: treeshake $inspect.trace code if unused in modules (#​14774)

  • fix: Improve typescript DX for $inspect, $props, $bindable, and $host (#​14777)

v5.14.5

Compare Source

Patch Changes
  • fix: bump esrap dependency (#​14765)

  • fix: ensure svg namespace for <a> elements is correct (#​14756)

  • fix: treeshake $inspect.trace code if unused (#​14770)

v5.14.4

Compare Source

Patch Changes
  • fix: remove implements from class declarations (#​14749)

  • fix: remove unwanted properties from both replaced and unreplaced nodes (#​14744)

v5.14.3

Compare Source

Patch Changes
  • fix: bump esrap, prevent malformed AST (#​14742)

  • fix: compare array contents for equality mismatch detections, not the arrays themselves (#​14738)

v5.14.2

Compare Source

Patch Changes
  • fix: correctly highlight first rerun of $inspect.trace (#​14734)

  • chore: more loose parser improvements (#​14733)

v5.14.1

Compare Source

Patch Changes
  • fix: improve unowned derived performance (#​14724)

v5.14.0

Compare Source

Minor Changes

v5.13.0

Compare Source

Minor Changes
  • feat: add outro option to unmount (#​14540)

  • feat: provide loose parser mode (#​14691)

v5.12.0

Compare Source

Minor Changes
  • feat: expose more AST types from "svelte/compiler" (#​14601)
Patch Changes
  • fix: don't add parenthesis to media query if already present (#​14699)

  • fix: ensure if block paths retain correct template namespacing (#​14685)

v5.11.3

Compare Source

Patch Changes
  • fix: allow unquoted slash in attributes (#​14615)

  • fix: better handle hydration of script/style elements (#​14683)

  • fix: make defaultValue work with spread (#​14640)

  • fix: avoid mutation validation for invalidate_inner_signals (#​14688)

v5.11.2

Compare Source

Patch Changes
  • fix: correctly handle ssr for reactivity/window (#​14681)
tailwindlabs/tailwindcss (tailwindcss)

v3.4.17

Compare Source

Fixed
vitejs/vite (vite)

v6.0.5

Compare Source

v6.0.4

Compare Source


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 | |---|---|---|---| | [@skeletonlabs/skeleton](https://skeleton.dev/) ([source](https://github.com/skeletonlabs/skeleton)) | devDependencies | patch | [`2.10.3` -> `2.10.4`](https://renovatebot.com/diffs/npm/@skeletonlabs%2fskeleton/2.10.3/2.10.4) | | [@sveltejs/adapter-static](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static)) | devDependencies | patch | [`3.0.6` -> `3.0.8`](https://renovatebot.com/diffs/npm/@sveltejs%2fadapter-static/3.0.6/3.0.8) | | [@sveltejs/enhanced-img](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/enhanced-img)) | devDependencies | patch | [`0.4.3` -> `0.4.4`](https://renovatebot.com/diffs/npm/@sveltejs%2fenhanced-img/0.4.3/0.4.4) | | [@sveltejs/kit](https://svelte.dev) ([source](https://github.com/sveltejs/kit/tree/HEAD/packages/kit)) | devDependencies | minor | [`2.10.1` -> `2.14.0`](https://renovatebot.com/diffs/npm/@sveltejs%2fkit/2.10.1/2.14.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 | [`5.0.1` -> `5.0.3`](https://renovatebot.com/diffs/npm/@sveltejs%2fvite-plugin-svelte/5.0.1/5.0.3) | | [@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 | patch | [`8.18.0` -> `8.18.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.18.0/8.18.1) | | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.18.0` -> `8.18.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.0/8.18.1) | | [eslint](https://eslint.org) ([source](https://github.com/eslint/eslint)) | devDependencies | minor | [`9.16.0` -> `9.17.0`](https://renovatebot.com/diffs/npm/eslint/9.16.0/9.17.0) | | [svelte](https://svelte.dev) ([source](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte)) | devDependencies | minor | [`5.11.1` -> `5.15.0`](https://renovatebot.com/diffs/npm/svelte/5.11.1/5.15.0) | | [tailwindcss](https://tailwindcss.com) ([source](https://github.com/tailwindlabs/tailwindcss)) | devDependencies | patch | [`3.4.16` -> `3.4.17`](https://renovatebot.com/diffs/npm/tailwindcss/3.4.16/3.4.17) | | [vite](https://vite.dev) ([source](https://github.com/vitejs/vite/tree/HEAD/packages/vite)) | devDependencies | patch | [`6.0.3` -> `6.0.5`](https://renovatebot.com/diffs/npm/vite/6.0.3/6.0.5) | --- ### Release Notes <details> <summary>skeletonlabs/skeleton (@&#8203;skeletonlabs/skeleton)</summary> ### [`v2.10.4`](https://github.com/skeletonlabs/skeleton/releases/tag/%40skeletonlabs/skeleton%402.10.4) [Compare Source](https://github.com/skeletonlabs/skeleton/compare/@skeletonlabs/skeleton@2.10.3...@skeletonlabs/skeleton@2.10.4) ##### Patch Changes - bugfix: fix popup disappearing when dragging mouse out of the input box ([#&#8203;2937](https://github.com/skeletonlabs/skeleton/pull/2937)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/adapter-static)</summary> ### [`v3.0.8`](https://github.com/sveltejs/kit/blob/HEAD/packages/adapter-static/CHANGELOG.md#308) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/adapter-static@3.0.7...@sveltejs/adapter-static@3.0.8) ##### Patch Changes - fix: use optional chaining when checking router type ([#&#8203;13218](https://github.com/sveltejs/kit/pull/13218)) ### [`v3.0.7`](https://github.com/sveltejs/kit/blob/HEAD/packages/adapter-static/CHANGELOG.md#307) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/adapter-static@3.0.6...@sveltejs/adapter-static@3.0.7) ##### Patch Changes - fix: allow dynamic routes with missing fallback in hash mode ([#&#8203;13213](https://github.com/sveltejs/kit/pull/13213)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/enhanced-img)</summary> ### [`v0.4.4`](https://github.com/sveltejs/kit/blob/HEAD/packages/enhanced-img/CHANGELOG.md#044) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/enhanced-img@0.4.3...@sveltejs/enhanced-img@0.4.4) ##### Patch Changes - fix: handle duplicate SVG images ([`8073d7c7dcc391d406c658729221a18ac6f18102`](https://github.com/sveltejs/kit/commit/8073d7c7dcc391d406c658729221a18ac6f18102)) </details> <details> <summary>sveltejs/kit (@&#8203;sveltejs/kit)</summary> ### [`v2.14.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2140) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.13.0...@sveltejs/kit@2.14.0) ##### Minor Changes - feat: add hash-based routing option ([#&#8203;13191](https://github.com/sveltejs/kit/pull/13191)) ##### Patch Changes - fix: create new URL when calling `goto(...)`, to handle case where URL is mutated ([#&#8203;13196](https://github.com/sveltejs/kit/pull/13196)) ### [`v2.13.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2130) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.2...@sveltejs/kit@2.13.0) ##### Minor Changes - feat: add `bundleStrategy: 'split' | 'single'` option ([#&#8203;13173](https://github.com/sveltejs/kit/pull/13173)) ### [`v2.12.2`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2122) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.1...@sveltejs/kit@2.12.2) ##### Patch Changes - fix: correctly resolve no hooks file when a similarly named directory exists ([#&#8203;13188](https://github.com/sveltejs/kit/pull/13188)) - fix: correctly resolve `$app/state` on the server with Vite 5 ([#&#8203;13192](https://github.com/sveltejs/kit/pull/13192)) ### [`v2.12.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2121) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.12.0...@sveltejs/kit@2.12.1) ##### Patch Changes - fix: replace `navigating.current.<x>` with `navigating.<x>` ([#&#8203;13174](https://github.com/sveltejs/kit/pull/13174)) ### [`v2.12.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2120) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.11.1...@sveltejs/kit@2.12.0) ##### Minor Changes - feat: add `$app/state` module ([#&#8203;13140](https://github.com/sveltejs/kit/pull/13140)) ##### Patch Changes - chore: specify the route ID in the error message during development when making a form action request to a route without form actions ([#&#8203;13167](https://github.com/sveltejs/kit/pull/13167)) ### [`v2.11.1`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2111) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.11.0...@sveltejs/kit@2.11.1) ##### Patch Changes - fix: adhere to Vite `build.minify` setting when building the service worker ([#&#8203;13143](https://github.com/sveltejs/kit/pull/13143)) ### [`v2.11.0`](https://github.com/sveltejs/kit/blob/HEAD/packages/kit/CHANGELOG.md#2110) [Compare Source](https://github.com/sveltejs/kit/compare/@sveltejs/kit@2.10.1...@sveltejs/kit@2.11.0) ##### Minor Changes - feat: transport custom types across the server/client boundary ([#&#8203;13149](https://github.com/sveltejs/kit/pull/13149)) ##### Patch Changes - fix: correctly resolve hooks file when a similarly named directory exists ([#&#8203;13144](https://github.com/sveltejs/kit/pull/13144)) </details> <details> <summary>sveltejs/vite-plugin-svelte (@&#8203;sveltejs/vite-plugin-svelte)</summary> ### [`v5.0.3`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#503) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.2...@sveltejs/vite-plugin-svelte@5.0.3) ##### Patch Changes - fix errorhandling to work with errors that don't have a code property ([#&#8203;1054](https://github.com/sveltejs/vite-plugin-svelte/pull/1054)) ### [`v5.0.2`](https://github.com/sveltejs/vite-plugin-svelte/blob/HEAD/packages/vite-plugin-svelte/CHANGELOG.md#502) [Compare Source](https://github.com/sveltejs/vite-plugin-svelte/compare/@sveltejs/vite-plugin-svelte@5.0.1...@sveltejs/vite-plugin-svelte@5.0.2) ##### Patch Changes - adapt internal handling of warning and error `code` property to changes in svelte5 ([#&#8203;1044](https://github.com/sveltejs/vite-plugin-svelte/pull/1044)) </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/eslint-plugin)</summary> ### [`v8.18.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8181-2024-12-16) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.0...v8.18.1) ##### 🩹 Fixes - **scope-manager:** visit params decorator before nest scope ([#&#8203;10475](https://github.com/typescript-eslint/typescript-eslint/pull/10475)) - **eslint-plugin:** \[no-unnecessary-condition] better message when comparing between literal types ([#&#8203;10454](https://github.com/typescript-eslint/typescript-eslint/pull/10454)) - **eslint-plugin:** use consistent naming for asserting types and casting values ([#&#8203;10472](https://github.com/typescript-eslint/typescript-eslint/pull/10472)) - **eslint-plugin:** \[no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints ([#&#8203;10474](https://github.com/typescript-eslint/typescript-eslint/pull/10474)) - **eslint-plugin:** handle string like index type ([#&#8203;10460](https://github.com/typescript-eslint/typescript-eslint/pull/10460)) - **eslint-plugin:** \[no-unnecessary-template-expression] don't report when an expression includes comment ([#&#8203;10444](https://github.com/typescript-eslint/typescript-eslint/pull/10444)) ##### ❤️ Thank You - Kirk Waiblinger [@&#8203;kirkwaiblinger](https://github.com/kirkwaiblinger) - Ronen Amiel - 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. </details> <details> <summary>typescript-eslint/typescript-eslint (@&#8203;typescript-eslint/parser)</summary> ### [`v8.18.1`](https://github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#8181-2024-12-16) [Compare Source](https://github.com/typescript-eslint/typescript-eslint/compare/v8.18.0...v8.18.1) 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.17.0`](https://github.com/eslint/eslint/releases/tag/v9.17.0) [Compare Source](https://github.com/eslint/eslint/compare/v9.16.0...v9.17.0) #### Features - [`eed91d1`](https://github.com/eslint/eslint/commit/eed91d12d4d265bd32905dd1fbf8a6d5dbcdb54a) feat: add suggestions to `no-unused-vars` ([#&#8203;18352](https://github.com/eslint/eslint/issues/18352)) (Tanuj Kanti) #### Bug Fixes - [`67d683d`](https://github.com/eslint/eslint/commit/67d683df29d873002299c70736dacea731b69f5d) fix: fix crash when `message.fix` is nullish ([#&#8203;19168](https://github.com/eslint/eslint/issues/19168)) (ntnyq) - [`c618707`](https://github.com/eslint/eslint/commit/c61870715e5bc1cb51c45a8efd72f392502807b8) fix: ignore vars with non-identifier references in no-useless-assignment ([#&#8203;19200](https://github.com/eslint/eslint/issues/19200)) (YeonJuan) #### Documentation - [`3c22d2a`](https://github.com/eslint/eslint/commit/3c22d2accedd7b0bc381a4eee2c3db4df657b236) docs: update `yoda` to `Yoda` in `yoda.md` for consistency ([#&#8203;19230](https://github.com/eslint/eslint/issues/19230)) (루밀LuMir) - [`e0a2203`](https://github.com/eslint/eslint/commit/e0a220355f447b3674b758776344959ce746b5e3) docs: add missing backticks to `no-sequences` ([#&#8203;19233](https://github.com/eslint/eslint/issues/19233)) (루밀LuMir) - [`4cc4881`](https://github.com/eslint/eslint/commit/4cc48812cdfd686304b5b3b71ea70cd7f2d8389a) docs: Update README (GitHub Actions Bot) - [`3db6fdf`](https://github.com/eslint/eslint/commit/3db6fdf885b17d25103e3cddc31fea56542e064d) docs: \[no-await-in-loop] expand on benefits and inapplicability ([#&#8203;19211](https://github.com/eslint/eslint/issues/19211)) (Kirk Waiblinger) - [`bf2a4f6`](https://github.com/eslint/eslint/commit/bf2a4f686bb387711e269b08f13771e4208113f0) docs: add missing backticks to `func-style` ([#&#8203;19227](https://github.com/eslint/eslint/issues/19227)) (루밀LuMir) - [`ba098bd`](https://github.com/eslint/eslint/commit/ba098bd03c9943007ec77d628dc59f7eaf60f871) docs: add missing header to `prefer-spread` ([#&#8203;19224](https://github.com/eslint/eslint/issues/19224)) (루밀LuMir) - [`b607ae6`](https://github.com/eslint/eslint/commit/b607ae64913ca2b6450a74344ab0ad548e314915) docs: update description of `no-param-reassign` ([#&#8203;19220](https://github.com/eslint/eslint/issues/19220)) (루밀LuMir) - [`1eb424d`](https://github.com/eslint/eslint/commit/1eb424de558fba301eaef9a7fce256539b48dee3) docs: add missing backticks to `prefer-destructuring` ([#&#8203;19223](https://github.com/eslint/eslint/issues/19223)) (루밀LuMir) - [`85998d1`](https://github.com/eslint/eslint/commit/85998d14051c7a0c5b7b6da8cfda13dc1fc7c153) docs: add missing backticks to `no-unneeded-ternary` ([#&#8203;19222](https://github.com/eslint/eslint/issues/19222)) (루밀LuMir) - [`b75b32c`](https://github.com/eslint/eslint/commit/b75b32c091f0742788ecf232f52d9e9427008526) docs: add missing backticks to `no-new-func` ([#&#8203;19219](https://github.com/eslint/eslint/issues/19219)) (루밀LuMir) - [`a7700bc`](https://github.com/eslint/eslint/commit/a7700bcc9c566b3e348a72f3e6a4a6f5ac3345a4) docs: add missing backticks to `id-length` ([#&#8203;19217](https://github.com/eslint/eslint/issues/19217)) (루밀LuMir) - [`e2bb429`](https://github.com/eslint/eslint/commit/e2bb429974ae397c1c1cc495fa7630441c9da61a) docs: add missing backticks to `complexity.md` ([#&#8203;19214](https://github.com/eslint/eslint/issues/19214)) (루밀LuMir) - [`045d716`](https://github.com/eslint/eslint/commit/045d716b92276720961e950e6a259ef40e8e07ea) docs: add missing `)` to `id-denylist` ([#&#8203;19213](https://github.com/eslint/eslint/issues/19213)) (루밀LuMir) - [`7fe4114`](https://github.com/eslint/eslint/commit/7fe4114be2e714506fd406ea4474430ea3de0f93) docs: Update README (GitHub Actions Bot) - [`c743ba6`](https://github.com/eslint/eslint/commit/c743ba6402a27130f8b7700ae0816b087e20085d) docs: add CSS language to `no-restricted-syntax` ([#&#8203;19208](https://github.com/eslint/eslint/issues/19208)) (Milos Djermanovic) - [`1416d70`](https://github.com/eslint/eslint/commit/1416d70d4358a57e99e810dd25ac0e6263924c02) docs: add missing backticks to `eqeqeq` ([#&#8203;19207](https://github.com/eslint/eslint/issues/19207)) (루밀LuMir) - [`b950c1b`](https://github.com/eslint/eslint/commit/b950c1b7db28cc569a53b6677b71a40f1fe3bf98) docs: add missing backticks to `prefer-object-spread` ([#&#8203;19206](https://github.com/eslint/eslint/issues/19206)) (루밀LuMir) - [`8a941cb`](https://github.com/eslint/eslint/commit/8a941cb776d0872236c33027bcff6337739a6ddb) docs: update docs and `description` of `require-unicode-regexp` ([#&#8203;19205](https://github.com/eslint/eslint/issues/19205)) (루밀LuMir) - [`cbab228`](https://github.com/eslint/eslint/commit/cbab2281ddd583ddddfb55151babbd9ea59eb078) docs: Update README (GitHub Actions Bot) - [`f2257ce`](https://github.com/eslint/eslint/commit/f2257ce41278dd85170d4d102969738bcabd5903) docs: update comments and `description` of `no-script-url` ([#&#8203;19203](https://github.com/eslint/eslint/issues/19203)) (루밀LuMir) - [`365f0f4`](https://github.com/eslint/eslint/commit/365f0f4df7045c42de0f9624c488d62cf7f6cece) docs: add missing backtick to `default-case-last` ([#&#8203;19202](https://github.com/eslint/eslint/issues/19202)) (루밀LuMir) - [`e6b84f5`](https://github.com/eslint/eslint/commit/e6b84f535e84050b0c63ae304eb17f9d181ac299) docs: add missing punctuation in document ([#&#8203;19161](https://github.com/eslint/eslint/issues/19161)) (루밀LuMir) - [`c88708e`](https://github.com/eslint/eslint/commit/c88708e0571b62ee5d6c6168373e4204ec75b931) docs: replace quote with backtick in `description` of `for-direction` ([#&#8203;19199](https://github.com/eslint/eslint/issues/19199)) (루밀LuMir) - [`a76f233`](https://github.com/eslint/eslint/commit/a76f233a67abebf861efc0dd06cde2187abbd273) docs: use higher contrast color tokens for code comments ([#&#8203;19187](https://github.com/eslint/eslint/issues/19187)) (Josh Goldberg ✨) - [`db19502`](https://github.com/eslint/eslint/commit/db195024978044b7457d5d551299f96f6b60caed) docs: Update README (GitHub Actions Bot) #### Chores - [`cc243c9`](https://github.com/eslint/eslint/commit/cc243c948226a585f01d3e68b4cedbabcc5e0e40) chore: upgrade to `@eslint/js@9.17.0` ([#&#8203;19242](https://github.com/eslint/eslint/issues/19242)) (Francesco Trotta) - [`84c5787`](https://github.com/eslint/eslint/commit/84c57877801da729265cf9ce11d325c0be8c82b1) chore: package.json update for [@&#8203;eslint/js](https://github.com/eslint/js) release (Jenkins) - [`4c4f53b`](https://github.com/eslint/eslint/commit/4c4f53b8c961dd6aed6c0cdca303018d805a59fe) chore: add missing backticks to `flags.js` ([#&#8203;19226](https://github.com/eslint/eslint/issues/19226)) (루밀LuMir) - [`4b3132c`](https://github.com/eslint/eslint/commit/4b3132c3f55db6b51665c4c42bb762d00e266262) chore: update dependency eslint-plugin-expect-type to ^0.6.0 ([#&#8203;19221](https://github.com/eslint/eslint/issues/19221)) (renovate\[bot]) - [`9bf2204`](https://github.com/eslint/eslint/commit/9bf220464a594d44744fd35d688c61159366b8ea) chore: add type definitions for the `eslint-config-eslint` package ([#&#8203;19050](https://github.com/eslint/eslint/issues/19050)) (Arya Emami) - [`ee8c220`](https://github.com/eslint/eslint/commit/ee8c2200a19dd55aa5068b6cd336a2aec7c52ad3) chore: fix incorrect `name` property in `integration-tutorial-code` ([#&#8203;19218](https://github.com/eslint/eslint/issues/19218)) (루밀LuMir) - [`cca801d`](https://github.com/eslint/eslint/commit/cca801dd17931cfd913456569b41f6132d0366aa) chore: Upgrade cross-spawn to 7.0.6 ([#&#8203;19185](https://github.com/eslint/eslint/issues/19185)) (folortin) </details> <details> <summary>sveltejs/svelte (svelte)</summary> ### [`v5.15.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5150) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.6...svelte@5.15.0) ##### Minor Changes - feat: add "worker" exports condition to better support bundling for worker-based environments ([#&#8203;14779](https://github.com/sveltejs/svelte/pull/14779)) ### [`v5.14.6`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5146) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.5...svelte@5.14.6) ##### Patch Changes - fix: treeshake `$inspect.trace` code if unused in modules ([#&#8203;14774](https://github.com/sveltejs/svelte/pull/14774)) - fix: Improve typescript DX for $inspect, $props, $bindable, and $host ([#&#8203;14777](https://github.com/sveltejs/svelte/pull/14777)) ### [`v5.14.5`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5145) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.4...svelte@5.14.5) ##### Patch Changes - fix: bump esrap dependency ([#&#8203;14765](https://github.com/sveltejs/svelte/pull/14765)) - fix: ensure svg namespace for `<a>` elements is correct ([#&#8203;14756](https://github.com/sveltejs/svelte/pull/14756)) - fix: treeshake `$inspect.trace` code if unused ([#&#8203;14770](https://github.com/sveltejs/svelte/pull/14770)) ### [`v5.14.4`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5144) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.3...svelte@5.14.4) ##### Patch Changes - fix: remove implements from class declarations ([#&#8203;14749](https://github.com/sveltejs/svelte/pull/14749)) - fix: remove unwanted properties from both replaced and unreplaced nodes ([#&#8203;14744](https://github.com/sveltejs/svelte/pull/14744)) ### [`v5.14.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5143) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.2...svelte@5.14.3) ##### Patch Changes - fix: bump esrap, prevent malformed AST ([#&#8203;14742](https://github.com/sveltejs/svelte/pull/14742)) - fix: compare array contents for equality mismatch detections, not the arrays themselves ([#&#8203;14738](https://github.com/sveltejs/svelte/pull/14738)) ### [`v5.14.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5142) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.1...svelte@5.14.2) ##### Patch Changes - fix: correctly highlight first rerun of `$inspect.trace` ([#&#8203;14734](https://github.com/sveltejs/svelte/pull/14734)) - chore: more loose parser improvements ([#&#8203;14733](https://github.com/sveltejs/svelte/pull/14733)) ### [`v5.14.1`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5141) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.14.0...svelte@5.14.1) ##### Patch Changes - fix: improve unowned derived performance ([#&#8203;14724](https://github.com/sveltejs/svelte/pull/14724)) ### [`v5.14.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5140) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.13.0...svelte@5.14.0) ##### Minor Changes - feat: adds $inspect.trace rune ([#&#8203;14290](https://github.com/sveltejs/svelte/pull/14290)) ### [`v5.13.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5130) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.12.0...svelte@5.13.0) ##### Minor Changes - feat: add `outro` option to `unmount` ([#&#8203;14540](https://github.com/sveltejs/svelte/pull/14540)) - feat: provide loose parser mode ([#&#8203;14691](https://github.com/sveltejs/svelte/pull/14691)) ### [`v5.12.0`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5120) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.11.3...svelte@5.12.0) ##### Minor Changes - feat: expose more AST types from `"svelte/compiler"` ([#&#8203;14601](https://github.com/sveltejs/svelte/pull/14601)) ##### Patch Changes - fix: don't add parenthesis to media query if already present ([#&#8203;14699](https://github.com/sveltejs/svelte/pull/14699)) - fix: ensure if block paths retain correct template namespacing ([#&#8203;14685](https://github.com/sveltejs/svelte/pull/14685)) ### [`v5.11.3`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5113) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.11.2...svelte@5.11.3) ##### Patch Changes - fix: allow unquoted slash in attributes ([#&#8203;14615](https://github.com/sveltejs/svelte/pull/14615)) - fix: better handle hydration of script/style elements ([#&#8203;14683](https://github.com/sveltejs/svelte/pull/14683)) - fix: make `defaultValue` work with spread ([#&#8203;14640](https://github.com/sveltejs/svelte/pull/14640)) - fix: avoid mutation validation for invalidate_inner_signals ([#&#8203;14688](https://github.com/sveltejs/svelte/pull/14688)) ### [`v5.11.2`](https://github.com/sveltejs/svelte/blob/HEAD/packages/svelte/CHANGELOG.md#5112) [Compare Source](https://github.com/sveltejs/svelte/compare/svelte@5.11.1...svelte@5.11.2) ##### Patch Changes - fix: correctly handle ssr for `reactivity/window` ([#&#8203;14681](https://github.com/sveltejs/svelte/pull/14681)) </details> <details> <summary>tailwindlabs/tailwindcss (tailwindcss)</summary> ### [`v3.4.17`](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.4.17) [Compare Source](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.16...v3.4.17) ##### Fixed - Work around Node v22.12+ issue ([#&#8203;15421](https://github.com/tailwindlabs/tailwindcss/pull/15421)) </details> <details> <summary>vitejs/vite (vite)</summary> ### [`v6.0.5`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small605-2024-12-20-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.0.4...v6.0.5) - fix: esbuild regression (pin to 0.24.0) ([#&#8203;19027](https://github.com/vitejs/vite/issues/19027)) ([4359e0d](https://github.com/vitejs/vite/commit/4359e0d5b33afd6259a4dcef787cc2670e963126)), closes [#&#8203;19027](https://github.com/vitejs/vite/issues/19027) ### [`v6.0.4`](https://github.com/vitejs/vite/blob/HEAD/packages/vite/CHANGELOG.md#small604-2024-12-19-small) [Compare Source](https://github.com/vitejs/vite/compare/v6.0.3...v6.0.4) - fix: `this.resolve` skipSelf should not skip for different `id` or `import` ([#&#8203;18903](https://github.com/vitejs/vite/issues/18903)) ([4727320](https://github.com/vitejs/vite/commit/472732057cb2273908e1fca8aa7dc18a7e1f7c74)), closes [#&#8203;18903](https://github.com/vitejs/vite/issues/18903) - fix: fallback terser to main thread when function options are used ([#&#8203;18987](https://github.com/vitejs/vite/issues/18987)) ([12b612d](https://github.com/vitejs/vite/commit/12b612d8be2a18456fd94a2f0291d32d1ffb29d4)), closes [#&#8203;18987](https://github.com/vitejs/vite/issues/18987) - fix: merge client and ssr values for `pluginContainer.getModuleInfo` ([#&#8203;18895](https://github.com/vitejs/vite/issues/18895)) ([258cdd6](https://github.com/vitejs/vite/commit/258cdd637d1ee80a3c4571685135e89fe283f3a6)), closes [#&#8203;18895](https://github.com/vitejs/vite/issues/18895) - fix(css): escape double quotes in `url()` when lightningcss is used ([#&#8203;18997](https://github.com/vitejs/vite/issues/18997)) ([3734f80](https://github.com/vitejs/vite/commit/3734f8099e3922c189497ce404fe7ff2f8929ae1)), closes [#&#8203;18997](https://github.com/vitejs/vite/issues/18997) - fix(css): root relative import in sass modern API on Windows ([#&#8203;18945](https://github.com/vitejs/vite/issues/18945)) ([c4b532c](https://github.com/vitejs/vite/commit/c4b532cc900bf988073583511f57bd581755d5e3)), closes [#&#8203;18945](https://github.com/vitejs/vite/issues/18945) - fix(css): skip non css in custom sass importer ([#&#8203;18970](https://github.com/vitejs/vite/issues/18970)) ([21680bd](https://github.com/vitejs/vite/commit/21680bdf9ca7c12f677136b56e47f46469db8be2)), closes [#&#8203;18970](https://github.com/vitejs/vite/issues/18970) - fix(deps): update all non-major dependencies ([#&#8203;18967](https://github.com/vitejs/vite/issues/18967)) ([d88d000](https://github.com/vitejs/vite/commit/d88d0004a8e891ca6026d356695e0b319caa7fce)), closes [#&#8203;18967](https://github.com/vitejs/vite/issues/18967) - fix(deps): update all non-major dependencies ([#&#8203;18996](https://github.com/vitejs/vite/issues/18996)) ([2b4f115](https://github.com/vitejs/vite/commit/2b4f115129fb3fbd730a92078acb724f8527b7f7)), closes [#&#8203;18996](https://github.com/vitejs/vite/issues/18996) - fix(optimizer): keep NODE_ENV as-is when keepProcessEnv is `true` ([#&#8203;18899](https://github.com/vitejs/vite/issues/18899)) ([8a6bb4e](https://github.com/vitejs/vite/commit/8a6bb4e11d5c1b61511ae1e5ed3ae3c65a33b2dc)), closes [#&#8203;18899](https://github.com/vitejs/vite/issues/18899) - fix(ssr): recreate ssrCompatModuleRunner on restart ([#&#8203;18973](https://github.com/vitejs/vite/issues/18973)) ([7d6dd5d](https://github.com/vitejs/vite/commit/7d6dd5d1d655d173668192509f63ac4ebf7af299)), closes [#&#8203;18973](https://github.com/vitejs/vite/issues/18973) - chore: better validation error message for dts build ([#&#8203;18948](https://github.com/vitejs/vite/issues/18948)) ([63b82f1](https://github.com/vitejs/vite/commit/63b82f1e29a00d06a82144fd03ea8d6eff114290)), closes [#&#8203;18948](https://github.com/vitejs/vite/issues/18948) - chore(deps): update all non-major dependencies ([#&#8203;18916](https://github.com/vitejs/vite/issues/18916)) ([ef7a6a3](https://github.com/vitejs/vite/commit/ef7a6a35e6827b92445e5a0c2c0022616efc80dd)), closes [#&#8203;18916](https://github.com/vitejs/vite/issues/18916) - chore(deps): update dependency [@&#8203;rollup/plugin-node-resolve](https://github.com/rollup/plugin-node-resolve) to v16 ([#&#8203;18968](https://github.com/vitejs/vite/issues/18968)) ([62fad6d](https://github.com/vitejs/vite/commit/62fad6d79f83daf916dde866909a2a3dd0c79583)), closes [#&#8203;18968](https://github.com/vitejs/vite/issues/18968) - refactor: make internal invoke event to use the same interface with `handleInvoke` ([#&#8203;18902](https://github.com/vitejs/vite/issues/18902)) ([27f691b](https://github.com/vitejs/vite/commit/27f691b0c7dca2259108fe6b79583b459429bf7f)), closes [#&#8203;18902](https://github.com/vitejs/vite/issues/18902) - refactor: simplify manifest plugin code ([#&#8203;18890](https://github.com/vitejs/vite/issues/18890)) ([1bfe21b](https://github.com/vitejs/vite/commit/1bfe21b9440f318c940f90e425a18588595225fd)), closes [#&#8203;18890](https://github.com/vitejs/vite/issues/18890) - test: test `ModuleRunnerTransport` `invoke` API ([#&#8203;18865](https://github.com/vitejs/vite/issues/18865)) ([e5f5301](https://github.com/vitejs/vite/commit/e5f5301924b775837b2a1253c37f76555bce3e3e)), closes [#&#8203;18865](https://github.com/vitejs/vite/issues/18865) - test: test output hash changes ([#&#8203;18898](https://github.com/vitejs/vite/issues/18898)) ([bfbb130](https://github.com/vitejs/vite/commit/bfbb130fccefbe7e3880f09defb4fceacce39481)), closes [#&#8203;18898](https://github.com/vitejs/vite/issues/18898) </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 changed title from chore(deps): update dependency svelte to v5.11.2 to chore(deps): update all non-major dependencies to v5.0.2 2024-12-12 12:02:10 +00:00
renovate-bot changed title from chore(deps): update all non-major dependencies to v5.0.2 to chore(deps): update all non-major dependencies 2024-12-12 15:02:47 +00:00
renovate-bot added 1 commit 2024-12-17 20:02:36 +00:00
chore(deps): update all non-major dependencies
All checks were successful
Build & Deploy / build (push) Successful in 1m26s
Build & Deploy / build (pull_request) Successful in 1m20s
7adb8b15fe
renovate-bot force-pushed renovate/all-minor-patch from 7adb8b15fe to 53d91b78be 2024-12-17 21:02:27 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 53d91b78be to cfc4491818 2024-12-17 22:02:34 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from cfc4491818 to 4c0824702f 2024-12-17 23:02:33 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 4c0824702f to aa4f06328b 2024-12-18 00:02:31 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from aa4f06328b to 895f54c222 2024-12-18 01:02:54 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 895f54c222 to ede085cf0a 2024-12-18 02:02:33 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ede085cf0a to b87c94884d 2024-12-18 03:02:35 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b87c94884d to 455c000645 2024-12-18 04:02:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 455c000645 to cf7a507d20 2024-12-18 05:02:29 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from cf7a507d20 to a3220de21b 2024-12-18 06:02:37 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a3220de21b to 69ad3cacd4 2024-12-18 07:02:38 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 69ad3cacd4 to 7fe9786077 2024-12-18 08:02:41 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7fe9786077 to 3bc2a2fcee 2024-12-18 09:02:30 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 3bc2a2fcee to a901b9c764 2024-12-18 10:03:02 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a901b9c764 to ccc3bcc165 2024-12-18 11:03:03 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ccc3bcc165 to ec0435ee54 2024-12-18 12:02:50 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ec0435ee54 to 06657071e0 2024-12-18 13:03:38 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 06657071e0 to c44a2816d4 2024-12-18 14:02:53 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c44a2816d4 to 07d2c4d8dd 2024-12-18 15:02:41 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 07d2c4d8dd to 9754b21836 2024-12-18 16:03:17 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 9754b21836 to c9ce24766b 2024-12-18 17:03:12 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c9ce24766b to 423218377e 2024-12-18 18:03:55 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 423218377e to 236022c720 2024-12-18 19:03:02 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 236022c720 to 6b4c1ea719 2024-12-18 20:05:46 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 6b4c1ea719 to ac2d2365a1 2024-12-18 21:04:10 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ac2d2365a1 to ea40e982c4 2024-12-18 22:03:52 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ea40e982c4 to 53740cbd5e 2024-12-18 23:03:37 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 53740cbd5e to 1896f93a69 2024-12-19 00:05:03 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 1896f93a69 to 1261265fb7 2024-12-19 01:03:15 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 1261265fb7 to 55a581de0c 2024-12-19 02:03:00 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 55a581de0c to 60b2ef51ed 2024-12-19 03:02:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 60b2ef51ed to a56cb74d38 2024-12-19 04:02:53 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a56cb74d38 to e4b85bff34 2024-12-19 05:02:50 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e4b85bff34 to 21bea8c7ee 2024-12-19 06:02:34 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 21bea8c7ee to de786561d8 2024-12-19 07:02:39 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from de786561d8 to faa4d9d719 2024-12-19 08:02:52 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from faa4d9d719 to b82d4943cd 2024-12-19 09:02:36 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b82d4943cd to c2d0e44c60 2024-12-19 10:02:33 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c2d0e44c60 to 2b645e8719 2024-12-19 11:02:42 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 2b645e8719 to 957f5d3738 2024-12-19 12:02:58 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 957f5d3738 to 788d1d96f9 2024-12-19 13:03:23 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 788d1d96f9 to 25525218c5 2024-12-19 14:03:47 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 25525218c5 to e406c6b3d9 2024-12-19 15:02:50 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e406c6b3d9 to e4716a0c01 2024-12-19 16:02:59 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e4716a0c01 to a972c0a46f 2024-12-19 17:02:53 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a972c0a46f to c641e99c2a 2024-12-19 18:02:49 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c641e99c2a to 1a2b9afa6f 2024-12-19 19:03:13 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 1a2b9afa6f to e21c9dbcbf 2024-12-19 20:02:47 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e21c9dbcbf to a948cff987 2024-12-19 21:02:30 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a948cff987 to c20ea45d22 2024-12-19 22:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c20ea45d22 to cd4875f9ea 2024-12-19 23:03:03 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from cd4875f9ea to 900ebc24f9 2024-12-20 00:02:38 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 900ebc24f9 to 2595cf9275 2024-12-20 01:02:27 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 2595cf9275 to 5a7b01cc5b 2024-12-20 02:02:34 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 5a7b01cc5b to 21e68d2fbb 2024-12-20 03:02:31 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 21e68d2fbb to 2a3d4a2d3c 2024-12-20 04:02:42 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 2a3d4a2d3c to df264d26a9 2024-12-20 05:02:36 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from df264d26a9 to a5b0b856df 2024-12-20 06:02:43 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from a5b0b856df to dfd040bdce 2024-12-20 07:02:31 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from dfd040bdce to 13e0bf0384 2024-12-20 08:02:42 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 13e0bf0384 to 7dc59a2995 2024-12-20 09:02:27 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7dc59a2995 to c98abf4246 2024-12-20 10:02:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c98abf4246 to 07e1cee23e 2024-12-20 11:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 07e1cee23e to 1639a75cfe 2024-12-20 12:02:51 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 1639a75cfe to 1b64a98621 2024-12-20 13:02:31 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 1b64a98621 to d04efbc29c 2024-12-20 14:02:30 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from d04efbc29c to ca9c890965 2024-12-20 15:02:44 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ca9c890965 to da763f77af 2024-12-20 16:02:36 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from da763f77af to c036b405c0 2024-12-20 17:02:51 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c036b405c0 to fd73b05869 2024-12-20 18:02:38 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from fd73b05869 to 108ff1045f 2024-12-20 19:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 108ff1045f to 86b985c92a 2024-12-20 20:03:15 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 86b985c92a to 3fe4a20530 2024-12-20 21:03:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 3fe4a20530 to 8cb9d9b43c 2024-12-20 22:03:02 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 8cb9d9b43c to 5f1b3090e7 2024-12-20 23:03:03 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 5f1b3090e7 to 7ed2933b8c 2024-12-21 00:04:02 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7ed2933b8c to 4027a46211 2024-12-21 01:02:49 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 4027a46211 to cbef7308b6 2024-12-21 02:03:33 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from cbef7308b6 to b0727f289d 2024-12-21 03:03:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b0727f289d to 4a342788d1 2024-12-21 04:02:36 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 4a342788d1 to 7b074e599b 2024-12-21 05:02:55 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7b074e599b to 13cb8268fd 2024-12-21 06:03:00 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 13cb8268fd to 8eec5a9549 2024-12-21 07:02:30 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 8eec5a9549 to 5a7d643d4f 2024-12-21 08:02:35 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 5a7d643d4f to 0ed9c8d0bb 2024-12-21 09:02:47 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 0ed9c8d0bb to c4d8fa2674 2024-12-21 10:02:39 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c4d8fa2674 to 94cc8c121e 2024-12-21 11:02:44 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 94cc8c121e to e17c00d41b 2024-12-21 12:02:35 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e17c00d41b to 89969255cf 2024-12-21 13:02:28 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 89969255cf to 11093e3eb2 2024-12-21 14:02:44 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 11093e3eb2 to b9c191d119 2024-12-21 15:02:32 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b9c191d119 to 9c696cdcfa 2024-12-21 16:02:53 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 9c696cdcfa to ba34ac92ca 2024-12-21 17:02:48 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ba34ac92ca to e6367f5953 2024-12-21 18:03:01 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from e6367f5953 to 8045094eff 2024-12-21 19:02:50 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 8045094eff to 09a2c80fae 2024-12-21 20:02:29 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 09a2c80fae to ee0620e3ef 2024-12-21 21:02:47 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from ee0620e3ef to b3086bd164 2024-12-21 22:02:34 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b3086bd164 to b8e39b9929 2024-12-21 23:02:46 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from b8e39b9929 to 4bae211286 2024-12-22 00:02:33 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 4bae211286 to d4b061fc6c 2024-12-22 01:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from d4b061fc6c to 7f4d5d89d7 2024-12-22 02:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 7f4d5d89d7 to 5c4ab06fd3 2024-12-22 03:02:35 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from 5c4ab06fd3 to c7d1fbc1f2 2024-12-22 04:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-minor-patch from c7d1fbc1f2 to 8f838d7680 2024-12-22 05:02:45 +00:00 Compare
All checks were successful
Build & Deploy / build (push) Successful in 1m19s
Required
Details
Build & Deploy / build (pull_request) Successful in 1m20s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-minor-patch:renovate/all-minor-patch
git checkout renovate/all-minor-patch
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#348
No description provided.