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 6 updates #2991

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

Bumps the js-major group with 6 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

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

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the js-major group with 6 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` |



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)

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

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

netlify bot commented Nov 24, 2024

Deploy Preview for docs-kargo-io ready!

Name Link
🔨 Latest commit 3c630c8
🔍 Latest deploy log https://app.netlify.com/sites/docs-kargo-io/deploys/6742b737e83ec70008880235
😎 Deploy Preview https://deploy-preview-2991.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.

@krancour krancour added this to the v1.2.0 milestone Nov 25, 2024
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