Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/eslintrc 3.2.0 -> 3.3.0 age adoption passing confidence
@eslint/js (source) 9.20.0 -> 9.21.0 age adoption passing confidence
@nestjs/cli 11.0.2 -> 11.0.5 age adoption passing confidence
@nestjs/common (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@nestjs/core (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@nestjs/event-emitter 3.0.0 -> 3.0.1 age adoption passing confidence
@nestjs/platform-express (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@nestjs/platform-socket.io (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@nestjs/schematics 11.0.0 -> 11.0.1 age adoption passing confidence
@nestjs/swagger 11.0.3 -> 11.0.5 age adoption passing confidence
@nestjs/testing (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@nestjs/websockets (source) 11.0.9 -> 11.0.10 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) 0.56.0 -> 0.56.1 age adoption passing confidence
@photo-sphere-viewer/core (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@photo-sphere-viewer/equirectangular-video-adapter (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@photo-sphere-viewer/resolution-plugin (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@photo-sphere-viewer/settings-plugin (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@photo-sphere-viewer/video-plugin (source) 5.12.0 -> 5.12.1 age adoption passing confidence
@sveltejs/kit (source) 2.17.1 -> 2.17.3 age adoption passing confidence
@swc/core (source) 1.10.16 -> 1.11.1 age adoption passing confidence
@types/oidc-provider (source) 8.5.2 -> 8.8.0 age adoption passing confidence
@types/react (source) 19.0.8 -> 19.0.10 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.25.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.24.0 -> 8.25.0 age adoption passing confidence
@vitest/coverage-v8 (source) 3.0.5 -> 3.0.7 age adoption passing confidence
eslint (source) 9.20.1 -> 9.21.0 age adoption passing confidence
eslint-config-prettier 10.0.1 -> 10.0.2 age adoption passing confidence
fabric (source) 6.5.4 -> 6.6.1 age adoption passing confidence
fastq 1.19.0 -> 1.19.1 age adoption passing confidence
i18n-iso-countries 7.13.0 -> 7.14.0 age adoption passing confidence
jose 5.9.6 -> 5.10.0 age adoption passing confidence
nestjs-cls (source) 5.2.0 -> 5.4.0 age adoption passing confidence
node-addon-api 8.3.0 -> 8.3.1 age adoption passing confidence
oidc-provider 8.7.0 -> 8.8.0 age adoption passing confidence
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence
rxjs (source) 7.8.1 -> 7.8.2 age adoption passing confidence
sirv 3.0.0 -> 3.0.1 age adoption passing confidence
sql-formatter 15.4.10 -> 15.4.11 age adoption passing confidence
svelte (source) 5.20.0 -> 5.20.4 age adoption passing confidence
ua-parser-js (source) 2.0.1 -> 2.0.2 age adoption passing confidence
vite (source) 6.1.0 -> 6.2.0 age adoption passing confidence
vitest (source) 3.0.5 -> 3.0.7 age adoption passing confidence
vitest-fetch-mock 0.4.3 -> 0.4.4 age adoption passing confidence

Release Notes

eslint/eslintrc (@​eslint/eslintrc)

v3.3.0

Compare Source

Features
eslint/eslint (@​eslint/js)

v9.21.0

Compare Source

Features
Bug Fixes
  • db5340d fix: update missing plugin message template (#​19445) (Milos Djermanovic)
  • d8ffdd4 fix: do not exit process on rule crash (#​19436) (Francesco Trotta)
Documentation
  • c5561ea docs: Update README (GitHub Actions Bot)
  • 80b0485 docs: replace var with let and const in rule example (#​19434) (Tanuj Kanti)
  • f67d5e8 docs: Update README (GitHub Actions Bot)
  • 75afc61 docs: Update README (GitHub Actions Bot)
  • 0636cab docs: Update Eleventy from v2 to v3 (#​19415) (Amaresh S M)
  • dd7d930 docs: Update README (GitHub Actions Bot)
Chores
  • a8c9a9f chore: update @eslint/eslintrc and @eslint/js (#​19453) (Francesco Trotta)
  • 265e0cf chore: package.json update for @​eslint/js release (Jenkins)
  • 3401b85 test: add test for Rule.ReportDescriptor type (#​19449) (Francesco Trotta)
  • e497aa7 chore: update rewrite dependencies (#​19448) (Francesco Trotta)
  • dab5478 chore: better error message for missing plugin in config (#​19402) (Tanuj Kanti)
  • ebfe2eb chore: set js language for bug report issue config block (#​19439) (Josh Goldberg ✨)
  • 5fd211d test: processors can return subpaths (#​19425) (Milos Djermanovic)
nestjs/nest-cli (@​nestjs/cli)

v11.0.5

Compare Source

  • feat(swc): add reload application when compiling to mjs (d866d77)

v11.0.4

Compare Source

  • chore(deps): allow any schematics package newer or eq to v11 (5d79adf)
  • chore(deps): update dependency @​swc/core to v1.10.17 (887fa7d)

v11.0.3

Compare Source

  • fix(deps): update angular-cli monorepo to v19.1.7 (c8c8904)
  • fix(deps): update dependency ansis to v3.15.0 (72d59e1)
  • fix(deps): update dependency @​inquirer/prompts to v7.3.2 (ea34a79)
  • fix(deps): update dependency webpack to v5.98.0 (24014fc)
nestjs/nest (@​nestjs/common)

v11.0.10

Compare Source

v11.0.10 (2025-02-17)

Bug fixes
nestjs/event-emitter (@​nestjs/event-emitter)

v3.0.1

Compare Source

  • fix: provide separate event emitter instance per each app instance (7787c5e)
nestjs/schematics (@​nestjs/schematics)

v11.0.1

Compare Source

  • fix(deps): update angular-cli monorepo to v19.1.7 (a532fd8)
  • chore: update typescript compiler target (83f92d0)
nestjs/swagger (@​nestjs/swagger)

v11.0.5

Compare Source

11.0.5 (2025-02-24)

What's Changed

Full Changelog: nestjs/swagger@11.0.4...11.0.5

v11.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: nestjs/swagger@11.0.3...11.0.4

open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node)

v0.56.1

Compare Source

mistic100/Photo-Sphere-Viewer (@​photo-sphere-viewer/core)

v5.12.1

Compare Source

Full changelog: 5.12.0...5.12.1

Bug fixes
  • #​1558 virtual-tour: "arrowStyle" option not working
  • #​1564 virtual-tour: respect minimizeOnHotspotClick option (map & plan)
New features
  • #​1565 map: add zIndex hotspot option
  • #​1560 virtual-tour: add showInGallery option
sveltejs/kit (@​sveltejs/kit)

v2.17.3

Compare Source

Patch Changes
  • fix: avoid simulated CORS errors with non-HTTP URLs (#​13493)

  • fix: correctly preload links on mousedown/touchstart (#​13486)

  • fix: load CSS when using server-side route resolution (#​13498)

  • fix: correctly find shared entry-point CSS files during inlining (#​13431)

v2.17.2

Compare Source

Patch Changes
  • fix: add promise return type to the enhance action callback (#​13420)

  • fix: change server-side route resolution endpoint (#​13461)

swc-project/swc (@​swc/core)

v1.11.1

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
Performance
Refactor

v1.10.18

Compare Source

Bug Fixes
Miscellaneous Tasks
  • (es/minifier) Make minify-all example ignore parsing errors (#​10045) (6c7ec46)
Build

v1.10.17

Compare Source

Bug Fixes
Performance
Testing
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

[v8.24.1](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#8241-2025-02-1


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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot requested a review from danieldietzler as a code owner March 3, 2025 14:28
@renovate renovate bot added changelog:skip dependencies Pull requests that update a dependency file labels Mar 3, 2025
@alextran1502 alextran1502 merged commit 8b24c31 into main Mar 3, 2025
50 checks passed
@alextran1502 alextran1502 deleted the renovate/typescript-projects branch March 3, 2025 15:38
knechtandreas added a commit to knechtandreas/immich that referenced this pull request Mar 4, 2025
…n-grid

* main: (32 commits)
  docs: clean up environment variables formatting & grammar (immich-app#16555)
  fix: reset/regenerate memories (immich-app#16548)
  fix(deps): update machine-learning (immich-app#16560)
  chore(deps): update node (immich-app#16538)
  refactor: migration tag repository to kysely (immich-app#16398)
  feat: qr code for new shared link (immich-app#16543)
  chore(deps): update github-actions (immich-app#16539)
  fix(docs): info on preloading ML models (immich-app#16452)
  docs: better facial recognition cluster guide (immich-app#14911)
  fix(web): delete action closes asset viewer in asset view (immich-app#15469)
  feat(cli): watch paths for auto uploading daemon (immich-app#14923)
  ci: weblate checks should always run, should skip on en.json (immich-app#16544)
  feat(web): Video memories on web (immich-app#16500)
  fix(deps): update typescript-projects (immich-app#16540)
  chore(mobile): fix store.put type def (immich-app#16517)
  refactor(mobile): move timeline methods to timeline repo (immich-app#16526)
  chore(deps): update dependency eslint-plugin-svelte to v3 (immich-app#16532)
  refactor(server): link live photos as part of metadata extraction instead of queueing job (immich-app#16390)
  chore(deps): update dependency globals to v16 (immich-app#16534)
  ci: don't check weblate lock on chore/translations and add success job (immich-app#16533)
  ...
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants