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 all group across 1 directory with 9 updates #227

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2025

Bumps the all group with 9 updates in the / directory:

Package From To
@clerk/backend 1.21.4 1.21.6
@clerk/shared 2.20.4 2.20.6
@clerk/clerk-js 5.43.4 5.43.6
@clerk/localizations 3.9.5 3.9.7
@clerk/themes 2.2.3 2.2.5
@clerk/types 4.40.0 4.40.2
jsdom 25.0.1 26.0.0
typescript 5.7.2 5.7.3
solid-js 1.9.3 1.9.4

Updates @clerk/backend from 1.21.4 to 1.21.6

Release notes

Sourced from @​clerk/backend's releases.

@​clerk/backend@​1.21.6

Patch Changes

@​clerk/backend@​1.21.5

Patch Changes

Changelog

Sourced from @​clerk/backend's changelog.

1.21.6

Patch Changes

1.21.5

Patch Changes

Commits

Updates @clerk/shared from 2.20.4 to 2.20.6

Release notes

Sourced from @​clerk/shared's releases.

@​clerk/shared@​2.20.6

Patch Changes

@​clerk/shared@​2.20.5

Patch Changes

Changelog

Sourced from @​clerk/shared's changelog.

2.20.6

Patch Changes

2.20.5

Patch Changes

Commits

Updates @clerk/clerk-js from 5.43.4 to 5.43.6

Release notes

Sourced from @​clerk/clerk-js's releases.

@​clerk/clerk-js@​5.43.6

Patch Changes

@​clerk/clerk-js@​5.43.5

Patch Changes

Changelog

Sourced from @​clerk/clerk-js's changelog.

5.43.6

Patch Changes

5.43.5

Patch Changes

Commits
  • 7aa9cdd ci(repo): Version packages (#4848)
  • e8b4a4c chore(clerk-js): Initially render Keyless UI as collapsed (#4857)
  • 4260611 fix(clerk-js): Keyless toast's collapse behavior (#4855)
  • 7d1bd40 fix(clerk-js): Post captcha tokens to /client/verify instead of PATCH… (#4850)
  • 557459e fix(clerk-js): Keyless button to open new tab (#4852)
  • e8b2be2 chore(clerk-js): Refactor FraudProtection singleton mechanism (#4807)
  • 476d2f3 ci(repo): Version packages (#4841)
  • 80e1117 chore(clerk-js,types,localizations): Improve error handling when web3 wallet ...
  • 2659108 fix(clerk-js): Combined flow routing (#4817)
  • 5d7c701 fix(clerk-js): Improve keyless prompt accessibility (#4806)
  • Additional commits viewable in compare view

Updates @clerk/localizations from 3.9.5 to 3.9.7

Release notes

Sourced from @​clerk/localizations's releases.

@​clerk/localizations@​3.9.7

Patch Changes

@​clerk/localizations@​3.9.6

Patch Changes

Changelog

Sourced from @​clerk/localizations's changelog.

3.9.7

Patch Changes

3.9.6

Patch Changes

Commits
  • 7aa9cdd ci(repo): Version packages (#4848)
  • 5cf2db5 fix(localizations): Fix typos in pt-BR translation (#4851)
  • a3de23c fix(localizations): Improve el-GR localization for profile modal (#4828)
  • 476d2f3 ci(repo): Version packages (#4841)
  • 80e1117 chore(clerk-js,types,localizations): Improve error handling when web3 wallet ...
  • See full diff in compare view

Updates @clerk/themes from 2.2.3 to 2.2.5

Release notes

Sourced from @​clerk/themes's releases.

@​clerk/themes@​2.2.5

Patch Changes

@​clerk/themes@​2.2.4

Patch Changes

Changelog

Sourced from @​clerk/themes's changelog.

2.2.5

Patch Changes

2.2.4

Patch Changes

Commits

Updates @clerk/types from 4.40.0 to 4.40.2

Release notes

Sourced from @​clerk/types's releases.

@​clerk/types@​4.40.2

Patch Changes

@​clerk/types@​4.40.1

Patch Changes

  • Improve error handling when trying to sign-in/sign-up with web3 wallet and wallet is not installed in the browser (#4845) by @​nikospapcom
Changelog

Sourced from @​clerk/types's changelog.

4.40.2

Patch Changes

4.40.1

Patch Changes

  • Improve error handling when trying to sign-in/sign-up with web3 wallet and wallet is not installed in the browser (#4845) by @​nikospapcom
Commits
  • 7aa9cdd ci(repo): Version packages (#4848)
  • 44cab60 chore(backend,nextjs,types): Prevent system permissions usage in server-side ...
  • cb83583 chore(types): Use explicit relative paths in imports (#4849)
  • 476d2f3 ci(repo): Version packages (#4841)
  • 80e1117 chore(clerk-js,types,localizations): Improve error handling when web3 wallet ...
  • ecec6ad chore(repo): Lift common devDeps to root (#4770)
  • See full diff in compare view

Updates jsdom from 25.0.1 to 26.0.0

Release notes

Sourced from jsdom's releases.

Version 26.0.0

Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.
Changelog

Sourced from jsdom's changelog.

26.0.0

Breaking change: canvas peer dependency requirement has been upgraded from v2 to v3. (sebastianwachter)

Other changes:

  • Added AbortSignal.any(). (jdbevan)
  • Added initial support for form-associated custom elements, in particular making them labelable and supporting the ElementInternals labels property. The form-associated callbacks are not yet supported. (hesxenon)
  • Updated whatwg-url, adding support for URL.parse().
  • Updated cssstyle and rrweb-cssom, to improve CSS parsing capabilities.
  • Updated nwsapi, improving CSS selector matching.
  • Updated parse5, fixing a bug around <noframes> elements and HTML entity decoding.
  • Fixed JSDOM.fromURL() to properly reject the returned promise if the server redirects to an invalid URL, instead of causing an uncaught exception.
Commits
  • 3644055 Version 26.0.0
  • 8ebaee9 Update dependencies and dev dependencies
  • 5984ace Catch invalid redirect URLs
  • d5abcd1 Make querySelectorAll follow the always-impl rule
  • 56f27c2 Add support for ElementInternals's labels property
  • 854ae1b Implement AbortSignal.any()
  • 7cc3500 Update optional peer dependency canvas to v3
  • 8955c99 Add support for canvas v3
  • 8dfe288 Add Node 22 to CI test matrix
  • See full diff in compare view

Updates typescript from 5.7.2 to 5.7.3

Release notes

Sourced from typescript's releases.

TypeScript 5.7.3

For release notes, check out the release announcement.

Downloads are available on npm

Commits
  • a5e123d Update LKG
  • 8bc0204 🤖 Pick PR #60828 (Fix CodeQL configuration, releases) into release-5.7 (#60923)
  • 7aa63df 🤖 Pick PR #60393 (Don't try to add an implicit undefi...) into release-5.7 (#...
  • 9df7c36 Bump version to 5.7.3 and LKG
  • e167412 🤖 Pick PR #60794 (Harden sanitizeLog against incorr...) into release-5.7 (#...
  • 9ba364c Fix coverage build on release-5.7 (#60792)
  • 4b7441a 🤖 Pick PR #60680 (Mark the inherited any-based index ...) into release-5.7 (#...
  • e844dc3 Cherry-pick #60402, #60440, #60616 into release-5.7 (#60777)
  • 21b02a1 🤖 Pick PR #60749 (Do not require import attribute on ...) into release-5.7 (#...
  • b82fd16 🤖 Pick PR #60576 (Avoid incorrectly reusing assertion...) into release-5.7 (#...
  • Additional commits viewable in compare view

Updates solid-js from 1.9.3 to 1.9.4

Commits
  • 9316baf v1.9.4
  • 7f9cd3d lazy image, tagged template detection, security fixes
  • dca942a formatting
  • b93956f fix escaping in resolution done outside of DOM Expressions
  • 4d824b0 Merge branch 'main' of github.com:solidjs/solid
  • 199dd69 fix reconcile null guard
  • 32aa744 Improve resolving arguments in createResource (#2353)
  • See full diff in compare view

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 all group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `1.21.4` | `1.21.6` |
| [@clerk/shared](https://github.com/clerk/javascript/tree/HEAD/packages/shared) | `2.20.4` | `2.20.6` |
| [@clerk/clerk-js](https://github.com/clerk/javascript/tree/HEAD/packages/clerk-js) | `5.43.4` | `5.43.6` |
| [@clerk/localizations](https://github.com/clerk/javascript/tree/HEAD/packages/localizations) | `3.9.5` | `3.9.7` |
| [@clerk/themes](https://github.com/clerk/javascript/tree/HEAD/packages/themes) | `2.2.3` | `2.2.5` |
| [@clerk/types](https://github.com/clerk/javascript/tree/HEAD/packages/types) | `4.40.0` | `4.40.2` |
| [jsdom](https://github.com/jsdom/jsdom) | `25.0.1` | `26.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.7.3` |
| [solid-js](https://github.com/solidjs/solid) | `1.9.3` | `1.9.4` |



Updates `@clerk/backend` from 1.21.4 to 1.21.6
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/backend/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/backend)

Updates `@clerk/shared` from 2.20.4 to 2.20.6
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/shared/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/shared)

Updates `@clerk/clerk-js` from 5.43.4 to 5.43.6
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/clerk-js/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/clerk-js)

Updates `@clerk/localizations` from 3.9.5 to 3.9.7
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/localizations/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/localizations)

Updates `@clerk/themes` from 2.2.3 to 2.2.5
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/themes/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/themes)

Updates `@clerk/types` from 4.40.0 to 4.40.2
- [Release notes](https://github.com/clerk/javascript/releases)
- [Changelog](https://github.com/clerk/javascript/blob/main/packages/types/CHANGELOG.md)
- [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/types)

Updates `jsdom` from 25.0.1 to 26.0.0
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md)
- [Commits](jsdom/jsdom@25.0.1...26.0.0)

Updates `typescript` from 5.7.2 to 5.7.3
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.7.2...v5.7.3)

Updates `solid-js` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/solidjs/solid/releases)
- [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md)
- [Commits](solidjs/solid@v1.9.3...v1.9.4)

---
updated-dependencies:
- dependency-name: "@clerk/backend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@clerk/shared"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@clerk/clerk-js"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@clerk/localizations"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@clerk/themes"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@clerk/types"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: jsdom
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: solid-js
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2025
Copy link

changeset-bot bot commented Jan 9, 2025

⚠️ No Changeset found

Latest commit: a04d963

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 10, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-7db055a1e6 branch January 10, 2025 20:58
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants