Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@aws-sdk/client-s3 (source) 3.730.0 -> 3.744.0 age adoption passing confidence dependencies minor 3.750.0 (+1)
@cloudflare/vitest-pool-workers (source) 0.6.5 -> 0.6.14 age adoption passing confidence devDependencies patch 0.6.16 (+1)
@cloudflare/workers-types 4.20250109.0 -> 4.20250204.0 age adoption passing confidence devDependencies minor 4.20250214.0
@octokit/graphql 8.1.2 -> 8.2.0 age adoption passing confidence dependencies minor 8.2.1
@octokit/types 13.7.0 -> 13.8.0 age adoption passing confidence devDependencies minor
@sveltejs/adapter-static (source) 3.0.6 -> 3.0.8 age adoption passing confidence devDependencies patch
@sveltejs/kit (source) 2.13.0 -> 2.17.1 age adoption passing confidence devDependencies minor 2.17.2
@typescript-eslint/eslint-plugin (source) 8.20.0 -> 8.24.0 age adoption passing confidence devDependencies minor 8.24.1
@typescript-eslint/parser (source) 8.20.0 -> 8.24.0 age adoption passing confidence devDependencies minor 8.24.1
@vitest/coverage-istanbul (source) 2.1.8 -> 2.1.9 age adoption passing confidence devDependencies patch
cloudflare (source) 4.51.0 -> 4.52.0 age adoption passing confidence required_provider minor
eslint (source) 9.17.0 -> 9.20.1 age adoption passing confidence devDependencies minor
eslint (source) 9.18.0 -> 9.20.1 age adoption passing confidence devDependencies minor
globals 15.14.0 -> 15.15.0 age adoption passing confidence devDependencies minor
postcss (source) 8.4.49 -> 8.5.2 age adoption passing confidence devDependencies minor
prettier (source) 3.4.2 -> 3.5.1 age adoption passing confidence devDependencies minor
prettier-plugin-svelte 3.3.2 -> 3.3.3 age adoption passing confidence devDependencies patch
svelte (source) 5.14.5 -> 5.20.0 age adoption passing confidence devDependencies minor 5.20.1
svelte-check 4.1.1 -> 4.1.4 age adoption passing confidence devDependencies patch
typescript (source) 5.7.2 -> 5.7.3 age adoption passing confidence devDependencies patch
typescript-eslint (source) 8.18.1 -> 8.24.0 age adoption passing confidence devDependencies minor 8.24.1
vite (source) 6.0.9 -> 6.1.0 age adoption passing confidence devDependencies minor
vite-node (source) 2.1.8 -> 2.1.9 age adoption passing confidence devDependencies patch
vite-plugin-node-polyfills ^0.22.0 -> ^0.23.0 age adoption passing confidence devDependencies minor
wrangler (source) 3.103.2 -> 3.108.1 age adoption passing confidence devDependencies minor 3.109.1 (+1)

Release Notes

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

v3.744.0

Compare Source

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

v3.743.0

Compare Source

Features
  • client-s3: Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. (794f4b5)

v3.741.0

Compare Source

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

v3.740.0

Compare Source

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

v3.738.0

Compare Source

Features
  • client-s3: Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long. (c7c525a)

v3.735.0

Compare Source

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

v3.734.0

Compare Source

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

v3.733.0

Compare Source

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

v3.732.0

Compare Source

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

3.731.1 (2025-01-18)

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

v3.731.1

Compare Source

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

v3.731.0

Compare Source

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

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.6.14

Compare Source

Patch Changes

v0.6.13

Compare Source

Patch Changes

v0.6.12

Compare Source

Patch Changes

v0.6.11

Compare Source

Patch Changes

v0.6.10

Compare Source

Patch Changes

v0.6.9

Compare Source

Patch Changes

v0.6.8

Compare Source

Patch Changes

v0.6.7

Compare Source

Patch Changes

v0.6.6

Compare Source

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

v4.20250204.0

Compare Source

v4.20250129.0

Compare Source

v4.20250124.3

Compare Source

v4.20250121.0

Compare Source

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

v8.2.0

Compare Source

Features
  • allow users to specify operationName in multi-operation queries (#​629) (9a1787e)
octokit/types.ts (@​octokit/types)

v13.8.0

Compare Source

Features
  • GraphQL: add type documentation for query and operationName (#​662) (bb399b2)
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/kit)

v2.17.1

Compare Source

Patch Changes
  • fix: make route resolution imports root-relative if paths.relative option is false (#​13412)

v2.17.0

Compare Source

Minor Changes
  • feat: validate values for cache-control and content-type headers in dev mode (#​13114)

  • feat: support server-side route resolution (#​13379)

Patch Changes
  • chore: don't error during development when using use:enhance with +server as some third party libraries make it possible to POST forms to it (#​13397)

  • fix: skip hooks for server fetch to prerendered routes (#​13377)

  • fix: ignore non-entry-point CSS files during inlining (#​13395)

  • fix: default server fetch to use prerendered paths (#​13377)

v2.16.1

Compare Source

Patch Changes
  • fix: avoid overwriting headers for sub-requests made while loading the error page (#​13341)

  • fix: correctly resolve index file entrypoints such as src/service-worker/index.js (#​13354)

  • fix: correctly handle relative anchors when using the hash router (#​13356)

v2.16.0

Compare Source

Minor Changes
  • feat: add ability to invalidate a custom identifier on goto() (#​13256)

  • feat: remove the postinstall script to support pnpm 10 (#​13304)

    NOTE: users should add "prepare": "svelte-kit sync" to their package.json in order to avoid the following warning upon first running Vite:

    ▲ [WARNING] Cannot find base config file "./.svelte-kit/tsconfig.json" [tsconfig.json]
    
        tsconfig.json:2:12:
          2 │   "extends": "./.svelte-kit/tsconfig.json",
            ╵              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
  • feat: provide PageProps and LayoutProps types (#​13308)

Patch Changes
  • perf: shorten chunk file names (#​13003)

  • fix: strip internal data before passing URL to reroute (#​13092)

  • fix: support absolute URLs and reroutes with data-sveltekit-preload-code="viewport" (#​12217)

  • fix: use current window.fetch for server load fetch requests (#​13315)

  • fix: resolve symlinks when handling routes (#​12740)

  • fix: prevent infinite reload when using the hash router and previewing /index.html (#​13296)

  • fix: service worker base path in dev mode (#​12577)

  • chore: error during development when using use:enhance with +server (#​13197)

  • chore: add most common status codes to redirect() JS documentation (#​13301)

  • fix: correctly link to assets inlined by the inlineStyleThreshold option (#​13068)

  • fix: fall back to importing dynamic dependencies relative to SvelteKit package (#​12532)

  • fix: use arrow function types over bound funcs (#​12955)

  • fix: correctly navigate when hash router is enabled and the browser encodes extra hashes (#​13321)

v2.15.3

Compare Source

Patch Changes
  • fix: fix race-condition when not using SSR when pressing back before initial load (#​12925)

  • fix: remove ":$" from virtual module ids to allow dev server to work with proxies (#​12157)

  • fix: upgrade esm-env to remove warning when NODE_ENV is not set (#​13291)

  • fix: handle Redirect thrown from root layout load function when client-side navigating to a non-existent page (#​12005)

  • fix: make param matchers generated type import end with .js (#​13286)

v2.15.2

Compare Source

Patch Changes
  • fix: correctly notify page store subscribers (#​13205)

  • fix: prerender data when there is no server load but the trailingSlash option is set from the server (#​13262)

  • fix: correctly remove navigation callbacks when returning function in onNavigate (#​13241)

v2.15.1

Compare Source

Patch Changes
  • fix: add CSP hashes/nonces to inline styles when using bundleStrategy: 'inline' (#​13232)

  • fix: silence dev/prod warning during sync (#​13244)

v2.15.0

Compare Source

Minor Changes
  • feat: add bundleStrategy: 'inline' option (#​13193)

v2.14.1

Compare Source

Patch Changes
  • fix: do not mutate URL during reroute logic (#​13222)

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)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

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

v8.24.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.23.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.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.21.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)

v2.1.9

Compare Source

This release includes security patches for:

   🐞 Bug Fixes
    View changes on GitHub
cloudflare/terraform-provider-cloudflare (cloudflare)

v4.52.0

Compare Source

[!NOTE]
This is the last regular release in the 4.x line. 4.x is no longer under active development.

ENHANCEMENTS:

  • resource/cloudflare_waiting_room: add support for Turnstile fields (#​4952)
  • resource/cloudflare_zero_trust_gateway_policy: allow configuring isolate rules with BISO admin control V2 settings ([#​4962](https://red

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 force-pushed the renovate/core branch 8 times, most recently from 6d6bbb9 to ce77d58 Compare February 3, 2025 22:03
@renovate renovate bot force-pushed the renovate/core branch 11 times, most recently from 97021d3 to d54cf6c Compare February 10, 2025 21:50
@renovate renovate bot force-pushed the renovate/core branch 8 times, most recently from 43fa507 to a8377fb Compare February 18, 2025 05:37
@jrasm91 jrasm91 merged commit 668e4ca into main Feb 18, 2025
6 checks passed
@jrasm91 jrasm91 deleted the renovate/core branch February 18, 2025 15:06
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.

2 participants