Skip to content

fix(deps): update typescript-projects#112

Merged
jrasm91 merged 1 commit intomainfrom
renovate/typescript-projects
Apr 29, 2025
Merged

fix(deps): update typescript-projects#112
jrasm91 merged 1 commit intomainfrom
renovate/typescript-projects

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@aws-sdk/client-s3 (source) 3.777.0 -> 3.787.0 age adoption passing confidence
@cloudflare/vitest-pool-workers (source) 0.8.7 -> 0.8.21 age adoption passing confidence
@cloudflare/workers-types 4.20250327.0 -> 4.20250424.0 age adoption passing confidence
@​immich/ui 0.17.3 -> 0.17.4 age adoption passing confidence
@octokit/auth-app 7.1.5 -> 7.2.1 age adoption passing confidence
@octokit/graphql 8.2.1 -> 8.2.2 age adoption passing confidence
@sveltejs/kit (source) 2.20.6 -> 2.20.7 age adoption passing confidence
@types/luxon (source) 3.4.2 -> 3.6.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.28.0 -> 8.31.0 age adoption passing confidence
@typescript-eslint/parser (source) 8.28.0 -> 8.31.0 age adoption passing confidence
@vitest/coverage-istanbul (source) 3.0.9 -> 3.1.2 age adoption passing confidence
eslint (source) 9.23.0 -> 9.25.1 age adoption passing confidence
eslint-config-prettier 10.1.1 -> 10.1.2 age adoption passing confidence
luxon 3.6.0 -> 3.6.1 age adoption passing confidence
svelte (source) 5.25.3 -> 5.28.2 age adoption passing confidence
svelte-check 4.1.5 -> 4.1.6 age adoption passing confidence
typescript (source) 5.8.2 -> 5.8.3 age adoption passing confidence
typescript-eslint (source) 8.28.0 -> 8.31.0 age adoption passing confidence
vite (source) 6.2.6 -> 6.3.3 age adoption passing confidence
vite-node (source) 3.0.9 -> 3.1.2 age adoption passing confidence
vitest (source) 3.0.9 -> 3.1.2 age adoption passing confidence
wrangler (source) 4.5.1 -> 4.13.1 age adoption passing confidence

Release Notes

aws/aws-sdk-js-v3 (@​aws-sdk/client-s3)

v3.787.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.782.0

Compare Source

Note: Version bump only for package @​aws-sdk/client-s3

v3.779.0

Compare Source

Features
  • client-s3: Amazon S3 adds support for S3 Access Points for directory buckets in AWS Dedicated Local Zones (7f2cfea)
cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.8.21

Compare Source

Patch Changes

v0.8.20

Compare Source

Patch Changes

v0.8.19

Compare Source

Patch Changes

v0.8.18

Compare Source

Patch Changes

v0.8.17

Compare Source

Patch Changes

v0.8.16

Compare Source

Patch Changes

v0.8.15

Compare Source

Patch Changes

v0.8.14

Compare Source

Patch Changes

v0.8.13

Compare Source

Patch Changes

v0.8.12

Compare Source

Patch Changes

v0.8.11

Compare Source

Patch Changes

v0.8.10

Compare Source

Patch Changes

v0.8.9

Compare Source

Patch Changes

v0.8.8

Compare Source

Patch Changes
  • #​8624 665ebd8 Thanks @​emily-shen! - fix: Add usage charge warning when Vectorize and AI bindings are used in Vitest

    Vectorize and AI bindings can now be used with Vitest. However, because they have no local simulators, they will access your account and incur usage charges, even in testing. Therefore we recommend mocking any usage of these bindings when testing.

  • Updated dependencies [ecbab5d, 24c2c8f]:

cloudflare/workerd (@​cloudflare/workers-types)

v4.20250424.0

Compare Source

v4.20250423.0

Compare Source

v4.20250422.0

Compare Source

v4.20250421.0

Compare Source

v4.20250420.0

Compare Source

v4.20250419.0

Compare Source

v4.20250418.0

Compare Source

v4.20250417.0

Compare Source

v4.20250416.0

Compare Source

v4.20250415.0

Compare Source

v4.20250414.0

Compare Source

v4.20250413.0

Compare Source

v4.20250412.0

Compare Source

v4.20250410.0

Compare Source

v4.20250409.0

Compare Source

v4.20250408.0

Compare Source

v4.20250407.0

Compare Source

v4.20250406.0

Compare Source

v4.20250405.0

Compare Source

v4.20250404.0

Compare Source

v4.20250403.0

Compare Source

v4.20250402.0

Compare Source

v4.20250401.0

Compare Source

octokit/auth-app.js (@​octokit/auth-app)

v7.2.1

Compare Source

Bug Fixes

v7.2.0

Compare Source

Features
octokit/graphql.js (@​octokit/graphql)

v8.2.2

Compare Source

Bug Fixes
sveltejs/kit (@​sveltejs/kit)

v2.20.7

Compare Source

Patch Changes
  • fix: regression when serializing server data (#​13709)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#​11000)
🩹 Fixes
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#​10963)
  • eslint-plugin: support arbitrary extensions in definition files (#​10957)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#​10981)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#​10993)
  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#​10961)
❤️ Thank You

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

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

v8.31.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.

v8.30.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.

v8.30.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.

v8.29.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.

v8.29.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.

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

v3.1.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

[v3.1.0](https://redirect.github.com/vitest-dev/vitest/releases/tag/v3.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.

🔕 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 force-pushed the renovate/typescript-projects branch 11 times, most recently from c119f07 to 5d518d1 Compare April 14, 2025 20:10
@renovate renovate Bot force-pushed the renovate/typescript-projects branch 14 times, most recently from 126bc9a to 4ece83f Compare April 22, 2025 05:36
@renovate renovate Bot force-pushed the renovate/typescript-projects branch 2 times, most recently from e0aaa9b to c6c4915 Compare April 22, 2025 23:25
@renovate renovate Bot force-pushed the renovate/typescript-projects branch 14 times, most recently from c9e2a17 to dd21546 Compare April 29, 2025 03:08
@renovate renovate Bot force-pushed the renovate/typescript-projects branch from dd21546 to 563caff Compare April 29, 2025 05:59
@jrasm91 jrasm91 merged commit c2bd2ff into main Apr 29, 2025
6 checks passed
@jrasm91 jrasm91 deleted the renovate/typescript-projects branch April 29, 2025 18:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant