Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update core #72

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix(deps): update core #72

wants to merge 1 commit into from

Conversation

renovate[bot]
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.740.0 age adoption passing confidence dependencies minor 3.743.0 (+1)
@cloudflare/vitest-pool-workers (source) 0.6.5 -> 0.6.11 age adoption passing confidence devDependencies patch 0.6.12
@cloudflare/workers-types 4.20250109.0 -> 4.20250129.0 age adoption passing confidence devDependencies minor 4.20250204.0
@octokit/graphql 8.1.2 -> 8.2.0 age adoption passing confidence dependencies minor
@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.16.1 age adoption passing confidence devDependencies minor 2.17.1 (+1)
@typescript-eslint/eslint-plugin (source) 8.20.0 -> 8.22.0 age adoption passing confidence devDependencies minor 8.23.0
@typescript-eslint/parser (source) 8.20.0 -> 8.22.0 age adoption passing confidence devDependencies minor 8.23.0
@unovis/svelte (source) 1.5.0-beta.3 -> 1.5.0 age adoption passing confidence dependencies patch
@unovis/ts (source) 1.5.0-beta.3 -> 1.5.0 age adoption passing confidence dependencies patch
cloudflare (source) 4.51.0 -> 4.52.0 age adoption passing confidence required_provider minor
eslint (source) 9.17.0 -> 9.19.0 age adoption passing confidence devDependencies minor
eslint (source) 9.18.0 -> 9.19.0 age adoption passing confidence devDependencies minor
postcss (source) 8.4.49 -> 8.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.19.6 age adoption passing confidence devDependencies minor 5.19.9 (+2)
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.22.0 age adoption passing confidence devDependencies minor 8.23.0
vite (source) 6.0.9 -> 6.0.11 age adoption passing confidence devDependencies patch 6.1.0
vite-plugin-node-polyfills ^0.22.0 -> ^0.23.0 age adoption passing confidence devDependencies minor
wrangler (source) 3.103.2 -> 3.107.2 age adoption passing confidence devDependencies minor 3.107.3

Release Notes

aws/aws-sdk-js-v3 (@​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.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.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.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.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.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.

f5/unovis (@​unovis/svelte)

v1.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: f5/unovis@1.4.4...1.5.0

v1.5.0-svelte.0

Compare Source

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)
  • resource/snippets-rules: make terraform consistent with the API and do not require "enabled" and "description" fields
  • resource/snippets: use list instead of set
  • resource/cloud_connector_rules: use list instead of set (#​4787)

BUG FIXES:

  • resource/cloudflare_device_posture_integration: fix bug where custom_s2s and tanium_s2s was not included in the type validation for s2s posture integrations. (#​4933)

DEPENDENCIES:

  • provider: bump github.com/hashicorp/terraform-plugin-go from 0.25.0 to 0.26.0 (#​4928)
  • provider: bump github.com/hashicorp/terraform-plugin-mux from 0.17.0 to 0.18.0 (#​4934)
eslint/eslint (eslint)

v9.19.0

Compare Source

v9.18.0

Compare Source

postcss/postcss (postcss)

v8.5.1

Compare Source

v8.5.0: 8.5 “Duke Alloces”

Compare Source

President Alloces seal

PostCSS 8.5 brought API to work better with non-CSS sources like HTML, Vue.js/Svelte sources or CSS-in-JS.

@​romainmenke during his work on Stylelint added Input#document in additional to Input#css.

root.source.input.document //=> "<p>Hello</p>
                           //    <style>
                           //    p {
                           //      color: green;
                           //    }
                           //    </style>"
root.source.input.css      //=> "p {
                           //      color: green;
                           //    }"

Thanks to Sponsors

This release was possible thanks to our community.

If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

sveltejs/prettier-plugin-svelte (prettier-plugin-svelte)

v3.3.3

Compare Source

sveltejs/svelte (svelte)

v5.19.6

Compare Source

Patch Changes
  • fix: do not prune selectors like :global(.foo):has(.scoped) (#​15140)

  • fix: don't error on slot prop inside block inside other component (#​15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#​15158)

  • fix: silence a11y attribute warnings when spread attributes present (#​15150)

  • fix: prevent false-positive ownership validations due to hot reload (#​15154)

  • fix: widen ownership when calling setContext (#​15153)

v5.19.5

Compare Source

Patch Changes
  • fix: improve derived connection to ownership graph (#​15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#​15106)

v5.19.4

Compare Source

Patch Changes
  • fix: Add bind:focused property to HTMLAttributes type (#​15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#​15129)

  • fix: disallow $state/$derived in const tags (#​15115)

v5.19.3

Compare Source

Patch Changes
  • fix: don't throw for undefined non delegated event handlers (#​15087)

  • fix: consistently set value to blank string when value attribute is undefined (#​15057)

  • fix: optimise || expressions in template (#​15092)

  • fix: correctly handle novalidate attribute casing (#​15083)

  • fix: expand boolean attribute support (#​15095)

  • fix: avoid double deriveds in component props (#​15089)

  • fix: add check for is attribute to correctly detect custom elements (#​15086)

v5.19.2

Compare Source

Patch Changes
  • fix: address regression with untrack (#​15079)

v5.19.1

Compare Source

Patch Changes

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.

Copy link
Contributor Author

renovate bot commented Jan 28, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: frontend/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/svelte
npm error   dev svelte@"^5.1.5" from the root project
npm error
npm error Could not resolve dependency:
npm error peer svelte@"^3.48.0 || ^4.0.0 " from @unovis/[email protected]
npm error node_modules/@unovis/svelte
npm error   @unovis/svelte@"1.5.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-02-06T00_29_05_023Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-02-06T00_29_05_023Z-debug-0.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 4 times, most recently from 00843ac to 7f04a29 Compare February 5, 2025 20:27
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.

0 participants