Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 11, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@faker-js/faker (source) 9.5.1 -> 9.6.0 age adoption passing confidence
@playwright/test (source) 1.50.1 -> 1.51.0 age adoption passing confidence
@sveltejs/kit (source) 2.17.3 -> 2.19.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.25.0 -> 8.26.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.25.0 -> 8.26.0 age adoption passing confidence
@vitest/coverage-v8 (source) 3.0.7 -> 3.0.8 age adoption passing confidence
eslint-config-prettier 10.0.2 -> 10.1.1 age adoption passing confidence
eslint-plugin-svelte (source) 3.0.2 -> 3.0.3 age adoption passing confidence
oidc-provider 8.8.0 -> 8.8.1 age adoption passing confidence
prettier (source) 3.5.2 -> 3.5.3 age adoption passing confidence
svelte (source) 5.20.5 -> 5.22.6 age adoption passing confidence
svelte-check 4.1.4 -> 4.1.5 age adoption passing confidence
typescript (source) 5.7.3 -> 5.8.2 age adoption passing confidence
vite (source) 6.2.0 -> 6.2.1 age adoption passing confidence
vitest (source) 3.0.7 -> 3.0.8 age adoption passing confidence
vitest-fetch-mock 0.4.4 -> 0.4.5 age adoption passing confidence

Release Notes

faker-js/faker (@​faker-js/faker)

v9.6.0

Compare Source

Features
microsoft/playwright (@​playwright/test)

v1.51.0

Compare Source

sveltejs/kit (@​sveltejs/kit)

v2.19.0

Compare Source

Minor Changes
Patch Changes

v2.18.0

Compare Source

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

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

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

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

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

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

v8.26.0

Compare Source

🚀 Features
❤️ Thank You

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

vitest-dev/vitest (@​vitest/coverage-v8)

v3.0.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
prettier/eslint-config-prettier (eslint-config-prettier)

v10.1.1

Compare Source

Patch Changes
  • #​309 eb56a5e Thanks @​JounQin! - fix: separate the /flat entry for compatibility

    For flat config users, the previous "eslint-config-prettier" entry still works, but "eslint-config-prettier/flat" adds a new name property for config-inspector, we just can't add it for the default entry for compatibility.

    See also #​308

    // before
    import eslintConfigPrettier from "eslint-config-prettier";
    
    // after
    import eslintConfigPrettier from "eslint-config-prettier/flat";

v10.1.0

Compare Source

Minor Changes

v10.0.3

Compare Source

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

v3.0.3

Compare Source

Patch Changes
panva/node-oidc-provider (oidc-provider)

v8.8.1

Compare Source

Fixes
Documentation
prettier/prettier (prettier)

v3.5.3

Compare Source

sveltejs/svelte (svelte)

v5.22.6

Compare Source

Patch Changes
  • fix: skip log_if_contains_state if only logging literals (#​15468)

  • fix: Add closedby property to HTMLDialogAttributes type (#​15458)

  • fix: null and warnings for local handlers (#​15460)

v5.22.5

Compare Source

Patch Changes
  • fix: memoize clsx calls (#​15456)

  • fix: respect svelte-ignore hydration_attribute_changed on elements with spread attributes (#​15443)

  • fix: always use setAttribute when setting style (#​15323)

  • fix: make style: directive and CSS handling more robust (#​15418)

v5.22.4

Compare Source

Patch Changes
  • fix: never deduplicate expressions in templates (#​15451)

v5.22.3

Compare Source

Patch Changes
  • fix: run effect roots in tree order (#​15446)

v5.22.2

Compare Source

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

v5.22.1

Compare Source

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

v5.22.0

Compare Source

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

v5.21.0

Compare Source

Minor Changes
  • chore: Reduce hydration comment for {:else if} (#​15250)
Patch Changes
  • fix: disallow bind:group to snippet parameters (#​15401)
sveltejs/language-tools (svelte-check)

v4.1.5

Compare Source

  • fix: take other snippets into account when checking for hoistability (#​2668)
  • fix: disambiguate render in module script (#​2667)
  • fix: properly transform $props.id when $props is assigned to props (#​2694)
  • fix: handle booleanish popover (#​2702)
  • chore: bump vscode-html/css-language-service (#​2677)
  • fix: use referenced project's compiler option to get resolution mode (#​2676)
microsoft/TypeScript (typescript)

v5.8.2

Compare Source

vitejs/vite (vite)

v6.2.1

Compare Source

IanVS/vitest-fetch-mock (vitest-fetch-mock)

v0.4.5

Compare Source

What's Changed
New Contributors

Full Changelog: IanVS/vitest-fetch-mock@v0.4.4...v0.4.5


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danieldietzler as a code owner March 11, 2025 03:49
@renovate renovate bot added changelog:skip dependencies Pull requests that update a dependency file labels Mar 11, 2025
@renovate renovate bot force-pushed the renovate/typescript-projects branch 11 times, most recently from d3b977e to 7a981ff Compare March 12, 2025 18:13
@renovate renovate bot force-pushed the renovate/typescript-projects branch from 7a981ff to 0e0a774 Compare March 12, 2025 20:10
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2025

Edited/Blocked Notification

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

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

⚠️ Warning: custom changes will be lost.

@danieldietzler danieldietzler merged commit a1a61f1 into main Mar 12, 2025
44 checks passed
@danieldietzler danieldietzler deleted the renovate/typescript-projects branch March 12, 2025 22:20
knechtandreas added a commit to knechtandreas/immich that referenced this pull request Mar 13, 2025
…s-broken

* main: (41 commits)
  chore(deps): update typescript-projects (immich-app#16795)
  fix: immich ui toggles and switches (immich-app#16834)
  feat: better library rename UX (immich-app#16837)
  refactor: use immich/ui button component in user settings (immich-app#16836)
  chore(mobile): bump dependency versions (immich-app#16823)
  fix(web): fixed formatting of video length (immich-app#16829)
  refactor: user entity (immich-app#16655)
  fix(web): update search results when searching from info panel (immich-app#16729)
  fix(docs): logo not loading dark theme variant in production (immich-app#16820)
  refactor: use factory and kysely types for partner repository (immich-app#16812)
  fix(ml): dev environment dependencies (immich-app#16815)
  fix: run preview label remove job on PR close (immich-app#16811)
  feat(web): Add keyboard shortcut selection on grid (immich-app#16713)
  feat(web): better person naming interface (immich-app#16631)
  chore(mobile): use path provider foundation (immich-app#16804)
  chore(mobile): add orientation tests for exif (immich-app#16806)
  chore: ignore correct build folder (immich-app#16808)
  fix(server): set unit test timezone to UTC (immich-app#16805)
  chore: shared suffix for docker tags (immich-app#16727)
  chore(deps): update base-image to v20250311 (major) (immich-app#16803)
  ...
savely-krasovsky pushed a commit to savely-krasovsky/immich that referenced this pull request Jun 8, 2025
* chore(deps): update typescript-projects

* fix: aria

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Dietzler <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog:skip dependencies Pull requests that update a dependency file 🖥️web

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants