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

chore(deps): bump the js-major group across 1 directory with 7 updates #3025

Merged
merged 2 commits into from
Dec 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the js-major group with 7 updates in the /ui directory:

Package From To
@connectrpc/connect 1.5.0 2.0.0
@connectrpc/connect-query 1.4.2 2.0.0
@connectrpc/connect-web 1.5.0 2.0.0
oauth4webapi 2.17.0 3.1.3
react-router-dom 6.26.2 7.0.1
ts-morph 23.0.0 24.0.0
vite 5.4.8 6.0.1

Updates @connectrpc/connect from 1.5.0 to 2.0.0

Release notes

Sourced from @​connectrpc/connect's releases.

v2.0.0

What's Changed

  • We're upgrading to Protobuf-ES version 2. It's the largest change in this release.
  • Connect-ES no longer needs its own code generator plugin.
  • We're adding support for Next.js 15, Fastify 5, and Express 5.
  • We're dropping support for old versions of Node.js and TypeScript. You'll need at least Node.js 18.14.1 and TypeScript 4.9.6.

The upgrade of the Protobuf runtime brings support for Editions and new APIs for Protobuf messages with support for custom options. Messages are now plain TypeScript types, which greatly improves compatibility with the ecosystem. For example, messages can be passed from a server-side component in Next.js to a client-side component without losing any data or types. To learn more about the enhancements, see the release blog post for Protobuf-ES v2.

[!TIP] If you are already using Connect, see our migration guide to upgrade to version 2.

Full Changelog

Full Changelog: connectrpc/connect-es@v1.6.1...v2.0.0

v2.0.0-rc.3

What's Changed

This is a release candidate for version 2. See here for an introduction.

Full Changelog: connectrpc/connect-es@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

What's Changed

This is a release candidate for version 2. See here for an introduction.

... (truncated)

Commits

Updates @connectrpc/connect-query from 1.4.2 to 2.0.0

Release notes

Sourced from @​connectrpc/connect-query's releases.

v2.0.0

What's Changed

  • We're upgrading to Connect-ES and Protobuf-ES version 2.
  • Query keys have been revamped and support finer grained control.
  • We're introducing a new core package.

[!TIP] If you are already using Connect, see our migration guide to upgrade to version 2.

Full Changelog

v2.0.0-rc.3

What's Changed

This is a pre-release for version 2, which includes a couple of new features, namely revamped query keys, and supports Protobuf-ES v2.

Full Changelog: connectrpc/connect-query-es@v2.0.0-rc.1...v2.0.0-rc.3

v2.0.0-rc.2

What's Changed

  • Corrected corrupted npm release

Full Changelog: connectrpc/connect-query-es@v2.0.0-beta.2...v2.0.0-rc.2

v2.0.0-rc.1

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by srikrsna-buf, a new releaser for @​connectrpc/connect-query since your current version.


Updates @connectrpc/connect-web from 1.5.0 to 2.0.0

Release notes

Sourced from @​connectrpc/connect-web's releases.

v2.0.0

What's Changed

  • We're upgrading to Protobuf-ES version 2. It's the largest change in this release.
  • Connect-ES no longer needs its own code generator plugin.
  • We're adding support for Next.js 15, Fastify 5, and Express 5.
  • We're dropping support for old versions of Node.js and TypeScript. You'll need at least Node.js 18.14.1 and TypeScript 4.9.6.

The upgrade of the Protobuf runtime brings support for Editions and new APIs for Protobuf messages with support for custom options. Messages are now plain TypeScript types, which greatly improves compatibility with the ecosystem. For example, messages can be passed from a server-side component in Next.js to a client-side component without losing any data or types. To learn more about the enhancements, see the release blog post for Protobuf-ES v2.

[!TIP] If you are already using Connect, see our migration guide to upgrade to version 2.

Full Changelog

Full Changelog: connectrpc/connect-es@v1.6.1...v2.0.0

v2.0.0-rc.3

What's Changed

This is a release candidate for version 2. See here for an introduction.

Full Changelog: connectrpc/connect-es@v2.0.0-rc.2...v2.0.0-rc.3

v2.0.0-rc.2

What's Changed

This is a release candidate for version 2. See here for an introduction.

... (truncated)

Commits

Updates oauth4webapi from 2.17.0 to 3.1.3

Release notes

Sourced from oauth4webapi's releases.

v3.1.3

Refactor

  • more descriptive "not a conform" message (0295887)

v3.1.2

Refactor

  • shake the supported function when not needed (c390093)
  • types: update indexable on MTLSEndpointAliases to be a string (a405c89)

v3.1.1

Refactor

  • simpler consume of Request bodies (bcf0b86)

v3.1.0

Features

  • add support for form_post Request instance in hybrid response mode validate response functions (5e22d9d)

v3.0.1

Refactor

v3.0.0

⚠ BREAKING CHANGES

  • build target is now ES2022
  • jweDecrypt is no longer an allowed symbol on the Client interface, it is instead an option passed to functions that may encounter encrypted assertions
  • specifying Ed448 curve for EdDSA is no longer supported, EdDSA is now just an alias for the fully-specified Ed25519 JWS algorithm
  • assertions signed with an Ed25519 CryptoKey will now use the Ed25519 JWS alg value instead of EdDSA. This can be reverted using the modifyAssertion symbol export
  • the audience of a Private Key JWT and Client Secret JWT client assertions is now just the issuer identifier
  • remove modifyAssertion from the PrivateKey interface
  • optional (non-repudiation) signature validation of ID Token JWS Signatures is now done the same way as JWT UserInfo and JWT Introspection is done, with a Response instance rather than a TokenEndpointResponse object
  • validateJwtIntrospectionSignature is now validateApplicationLevelSignature
  • validateJwtUserInfoSignature is now validateApplicationLevelSignature
  • validateIdTokenSignature is now validateApplicationLevelSignature
  • DPoP request options are now obtained by calling the DPoP() exported function. This returns a handle that also maintains its own LRU nonce caches
  • client authentication is now an explicit argument to authenticated functions
  • processAuthorizationCodeOpenIDResponse() method was removed in favour of processAuthorizationCodeResponse()
  • processAuthorizationCodeOAuth2Response() method was removed in favour of processAuthorizationCodeResponse()
  • All grant functions that execute against the Token Endpoint will now validate ID Token when there is one in the response. This has already been the behaviour of functions such as processRefreshTokenResponse() or processDeviceCodeResponse()
  • Presence of auth_time is now required in all ID Tokens if client.default_auth_time is set
  • encode client_secret_basic - _ . ! ~ * ' ( ) characters
  • remove all deprecated options
  • remove the useMtlsAlias symbol and options
  • all functions now reject interacting with non-TLS HTTP endpoints. You can use the allowInsecureRequests in the HttpRequestOptions interface to revert this behaviour.

... (truncated)

Changelog

Sourced from oauth4webapi's changelog.

3.1.3 (2024-11-15)

Refactor

  • more descriptive "not a conform" message (0295887)

3.1.2 (2024-10-24)

Refactor

  • shake the supported function when not needed (c390093)
  • types: update indexable on MTLSEndpointAliases to be a string (a405c89)

3.1.1 (2024-10-14)

Refactor

  • simpler consume of Request bodies (bcf0b86)

3.1.0 (2024-10-14)

Features

  • add support for form_post Request instance in hybrid response mode validate response functions (5e22d9d)

3.0.1 (2024-10-13)

Refactor

3.0.0 (2024-10-07)

⚠ BREAKING CHANGES

  • build target is now ES2022
  • jweDecrypt is no longer an allowed symbol on the Client interface, it is instead an option passed to functions that may encounter encrypted assertions
  • specifying Ed448 curve for EdDSA is no longer supported, EdDSA is now just an alias for the fully-specified Ed25519 JWS algorithm
  • assertions signed with an Ed25519 CryptoKey will now

... (truncated)

Commits
  • f6ecbe7 chore(release): 3.1.3
  • 0295887 refactor: more descriptive "not a conform" message
  • ec7a309 build(deps-dev): bump edge-runtime from 3.0.3 to 3.0.5 (#150)
  • 7c2aaa3 test: only send aud: iss to the conformance suite
  • 9d58d35 chore: bump packages
  • b8742ef ci: use latest testcafe@3
  • 02bb525 chore: bump packages
  • 70a229b chore: bump packages
  • 1eb596d chore: bump packages
  • 4745213 chore: update README.md
  • Additional commits viewable in compare view

Updates react-router-dom from 6.26.2 to 7.0.1

Release notes

Sourced from react-router-dom's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

... (truncated)

Changelog

Sourced from react-router-dom's changelog.

7.0.1

Patch Changes

7.0.0

Major Changes

  • Remove the original defer implementation in favor of using raw promises via single fetch and turbo-stream. This removes these exports from React Router: (#11744)

    • defer
    • AbortedDeferredError
    • type TypedDeferredData
    • UNSAFE_DeferredData
    • UNSAFE_DEFERRED_SYMBOL,
  • Use createRemixRouter/RouterProvider in entry.client instead of RemixBrowser (#11469)

  • Remove single_fetch future flag. (#11522)

  • Remove future.v7_startTransition flag (#11696)

  • Remove future.v7_normalizeFormMethod future flag (#11697)

  • Allow returning undefined from actions and loaders (#11680)

  • update minimum node version to 18 (#11690)

  • Remove future.v7_prependBasename from the ionternalized @remix-run/router package (#11726)

  • Remove future.v7_throwAbortReason from internalized @remix-run/router package (#11728)

  • Add exports field to all packages (#11675)

  • node package no longer re-exports from react-router (#11702)

  • updates the minimum React version to 18 (#11689)

    • Remove the future.v7_partialHydration flag (#11725)
      • This also removes the <RouterProvider fallbackElement> prop
        • To migrate, move the fallbackElement to a hydrateFallbackElement/HydrateFallback on your root route
      • Also worth nothing there is a related breaking changer with this future flag:
        • Without future.v7_partialHydration (when using fallbackElement), state.navigation was populated during the initial load
        • With future.v7_partialHydration, state.navigation remains in an "idle" state during the initial load
  • Remove future.v7_fetcherPersist flag (#11731)

... (truncated)

Commits

Updates ts-morph from 23.0.0 to 24.0.0

Release notes

Sourced from ts-morph's releases.

24.0.0

What's Changed

New Contributors

Full Changelog: dsherret/ts-morph@23.0.0...24.0.0

Commits

Updates vite from 5.4.8 to 6.0.1

Release notes

Sourced from vite's releases.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.1

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

v6.0.0

Please refer to CHANGELOG.md for details.

v6.0.0-beta.10

Please refer to CHANGELOG.md for details.

v6.0.0-beta.9

Please refer to CHANGELOG.md for details.

v6.0.0-beta.8

Please refer to CHANGELOG.md for details.

v6.0.0-beta.7

Please refer to CHANGELOG.md for details.

v6.0.0-beta.6

Please refer to CHANGELOG.md for details.

v6.0.0-beta.5

Please refer to CHANGELOG.md for details.

v6.0.0-beta.4

Please refer to CHANGELOG.md for details.

v6.0.0-beta.3

Please refer to CHANGELOG.md for details.

v6.0.0-beta.2

Please refer to CHANGELOG.md for details.

v6.0.0-beta.1

Please refer to CHANGELOG.md for details.

v6.0.0-beta.0

Please refer to CHANGELOG.md for details.

v6.0.0-alpha.16

Please refer to CHANGELOG.md for details.

... (truncated)

Changelog

Sourced from vite's changelog.

6.0.1 (2024-11-27)

6.0.0 (2024-11-26)

Vite 6 is out!

Today, we're taking another big step in Vite's story. The Vite team, contributors, and ecosystem partners are excited to announce the release of the next Vite major:

We want to thank the more than 1K contributors to Vite Core and the maintainers and contributors of Vite plugins, integrations, tools, and translations that have helped us craft this new major. We invite you to get involved and help us improve Vite for the whole ecosystem. Learn more at our Contributing Guide.

Breaking Changes

... (truncated)

Commits
  • 91873d1 release: v6.0.1
  • cc7670a fix(server): skip hot channel client normalization for wsServer (#18782)
  • 0c6cdb0 fix(worker): fix applyToEnvironment hooks on worker build (#18793)

Bumps the js-major group with 7 updates in the /ui directory:

| Package | From | To |
| --- | --- | --- |
| [@connectrpc/connect](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect) | `1.5.0` | `2.0.0` |
| [@connectrpc/connect-query](https://github.com/connectrpc/connect-query-es/tree/HEAD/packages/connect-query) | `1.4.2` | `2.0.0` |
| [@connectrpc/connect-web](https://github.com/connectrpc/connect-es/tree/HEAD/packages/connect-web) | `1.5.0` | `2.0.0` |
| [oauth4webapi](https://github.com/panva/oauth4webapi) | `2.17.0` | `3.1.3` |
| [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) | `6.26.2` | `7.0.1` |
| [ts-morph](https://github.com/dsherret/ts-morph) | `23.0.0` | `24.0.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.8` | `6.0.1` |



Updates `@connectrpc/connect` from 1.5.0 to 2.0.0
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0/packages/connect)

Updates `@connectrpc/connect-query` from 1.4.2 to 2.0.0
- [Release notes](https://github.com/connectrpc/connect-query-es/releases)
- [Commits](https://github.com/connectrpc/connect-query-es/commits/v2.0.0/packages/connect-query)

Updates `@connectrpc/connect-web` from 1.5.0 to 2.0.0
- [Release notes](https://github.com/connectrpc/connect-es/releases)
- [Commits](https://github.com/connectrpc/connect-es/commits/v2.0.0/packages/connect-web)

Updates `oauth4webapi` from 2.17.0 to 3.1.3
- [Release notes](https://github.com/panva/oauth4webapi/releases)
- [Changelog](https://github.com/panva/oauth4webapi/blob/main/CHANGELOG.md)
- [Commits](panva/oauth4webapi@v2.17.0...v3.1.3)

Updates `react-router-dom` from 6.26.2 to 7.0.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `ts-morph` from 23.0.0 to 24.0.0
- [Release notes](https://github.com/dsherret/ts-morph/releases)
- [Commits](dsherret/ts-morph@23.0.0...24.0.0)

Updates `vite` from 5.4.8 to 6.0.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite)

---
updated-dependencies:
- dependency-name: "@connectrpc/connect"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: "@connectrpc/connect-query"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: "@connectrpc/connect-web"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: oauth4webapi
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: ts-morph
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-major
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: js-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 1, 2024 05:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2024
Copy link

netlify bot commented Dec 1, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 884508e
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/674e367bd667a90008dfffe6
😎 Deploy Preview https://deploy-preview-3025.docs.kargo.io
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@Marvin9 Marvin9 self-requested a review December 1, 2024 06:52
@Marvin9 Marvin9 self-assigned this Dec 1, 2024
@Marvin9 Marvin9 added this to the v1.2.0 milestone Dec 1, 2024
@Marvin9
Copy link
Contributor

Marvin9 commented Dec 2, 2024

Lots of breaking changes. I will start with oauth4webapi

@Marvin9
Copy link
Contributor

Marvin9 commented Dec 2, 2024

In the PR, I have kept only dependencies that won't break UI

Copy link

codecov bot commented Dec 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 51.09%. Comparing base (bfd30f1) to head (884508e).
Report is 6 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3025      +/-   ##
==========================================
+ Coverage   51.07%   51.09%   +0.01%     
==========================================
  Files         283      283              
  Lines       25382    25392      +10     
==========================================
+ Hits        12963    12973      +10     
  Misses      11720    11720              
  Partials      699      699              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@krancour krancour added this pull request to the merge queue Dec 3, 2024
Merged via the queue into main with commit 73d074a Dec 3, 2024
17 checks passed
@krancour krancour deleted the dependabot/npm_and_yarn/ui/js-major-5d82625e5e branch December 3, 2024 02:01
fykaa pushed a commit to fykaa/kargo that referenced this pull request Dec 20, 2024
akuity#3025)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mayursinh Sarvaiya <[email protected]>
fykaa pushed a commit to fykaa/kargo that referenced this pull request Jan 16, 2025
akuity#3025)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Mayursinh Sarvaiya <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mayursinh Sarvaiya <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants