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

Bump the all group across 1 directory with 7 updates #39

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

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

Package From To
ronin 4.2.2 4.3.1
@types/bun 1.1.6 1.1.8
@types/react 18.3.3 18.3.5
@types/web 0.0.155 0.0.162
husky 9.1.4 9.1.5
lint-staged 15.2.9 15.2.10
msw 2.3.5 2.4.4

Updates ronin from 4.2.2 to 4.3.1

Release notes

Sourced from ronin's releases.

4.3.1

What's Changed

Full Changelog: ronin-co/client@4.3.0...4.3.1

4.3.0

What's Changed

Full Changelog: ronin-co/client@4.2.3...4.3.0

4.2.3

What's Changed

Full Changelog: ronin-co/client@4.2.2...4.2.3

Commits

Updates @types/bun from 1.1.6 to 1.1.8

Commits

Updates @types/react from 18.3.3 to 18.3.5

Commits

Updates @types/web from 0.0.155 to 0.0.162

Release notes

Sourced from @​types/web's releases.

@​types/web@​0.0.162

index.d.ts

No changes

iterable.d.ts

No changes

@​types/web@​0.0.161

index.d.ts

No changes

iterable.d.ts

No changes

@​types/web@​0.0.160

index.d.ts

No changes

iterable.d.ts

No changes

@​types/web@​0.0.159

index.d.ts

No changes

iterable.d.ts

No changes

@​types/web@​0.0.158

index.d.ts

Modified

  • PublicKeyCredential
    • Added: toJSON

iterable.d.ts

No changes

@​types/web@​0.0.157

index.d.ts

... (truncated)

Commits

Updates husky from 9.1.4 to 9.1.5

Release notes

Sourced from husky's releases.

v9.1.5

What's Changed

New Contributors

Full Changelog: typicode/husky@v9.1.4...v9.1.5

Commits

Updates lint-staged from 15.2.9 to 15.2.10

Release notes

Sourced from lint-staged's releases.

v15.2.10

Patch Changes

Changelog

Sourced from lint-staged's changelog.

15.2.10

Patch Changes

Commits
  • 163112f chore(changeset): release
  • 829575c Merge pull request #1471 from lint-staged/updates
  • 893ca84 refactor: remove unused parameter default
  • a661f46 build(deps): migrate to ESLint 9
  • e3f283b build(deps): update minor dependencies
  • 35483b9 docs: add some more concrete command examples to the README
  • See full diff in compare view

Updates msw from 2.3.5 to 2.4.4

Release notes

Sourced from msw's releases.

v2.4.4 (2024-09-08)

Bug Fixes

  • fetch: follow mocked redirect responses (#2268) (f5785bfba1a026075feca4f74cadfcb636ffc257) @​kettanaito

v2.4.3 (2024-09-07)

Bug Fixes

  • revert "graphql" as optional peer dependency (#2267) (7cd39e787aa9766eef914bce3d65daec1ce16635) @​kettanaito

v2.4.2 (2024-09-04)

Bug Fixes

v2.4.1 (2024-08-29)

Bug Fixes

  • import graphql lazily (#2250) (1799e0638f0f860c19ba46db7c4287012f2cb716) @​kettanaito
  • add graphql to "peerDependencies" (#2249) (8a9568ad4593b662a8c320bb1a02b380791a1696) @​THETCR

v2.4.0 (2024-08-28)

Features

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

| Package | From | To |
| --- | --- | --- |
| [ronin](https://github.com/ronin-co/client) | `4.2.2` | `4.3.1` |
| [@types/bun](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/bun) | `1.1.6` | `1.1.8` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.5` |
| [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.155` | `0.0.162` |
| [husky](https://github.com/typicode/husky) | `9.1.4` | `9.1.5` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.9` | `15.2.10` |
| [msw](https://github.com/mswjs/msw) | `2.3.5` | `2.4.4` |



Updates `ronin` from 4.2.2 to 4.3.1
- [Release notes](https://github.com/ronin-co/client/releases)
- [Commits](ronin-co/client@4.2.2...4.3.1)

Updates `@types/bun` from 1.1.6 to 1.1.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/bun)

Updates `@types/react` from 18.3.3 to 18.3.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/web` from 0.0.155 to 0.0.162
- [Release notes](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/releases)
- [Commits](https://github.com/microsoft/TypeScript-DOM-Lib-Generator/compare/@types/[email protected]...@types/[email protected])

Updates `husky` from 9.1.4 to 9.1.5
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.4...v9.1.5)

Updates `lint-staged` from 15.2.9 to 15.2.10
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.9...v15.2.10)

Updates `msw` from 2.3.5 to 2.4.4
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.3.5...v2.4.4)

---
updated-dependencies:
- dependency-name: ronin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/bun"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@types/web"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the enhancement New feature or request label Sep 9, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 9, 2024 05:01
Copy link

github-actions bot commented Sep 9, 2024

Released an experimental package:

bun add react-ronin@dependabot-npm-and-yarn-all-e1f480a424-experimental

This package will be removed after the pull request has been merged.

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

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

@dependabot dependabot bot closed this Sep 16, 2024
auto-merge was automatically disabled September 16, 2024 04:39

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-e1f480a424 branch September 16, 2024 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants