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 with 5 updates #34

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2024

Bumps the all group with 5 updates:

Package From To
ronin 4.1.8 4.1.12
@types/web 0.0.152 0.0.153
husky 9.1.3 9.1.4
lint-staged 15.2.7 15.2.8
msw 2.3.4 2.3.5

Updates ronin from 4.1.8 to 4.1.12

Release notes

Sourced from ronin's releases.

4.1.12

What's Changed

Full Changelog: ronin-co/client@4.1.11...4.1.12

4.1.11

What's Changed

Full Changelog: ronin-co/client@4.1.10...4.1.11

4.1.10

What's Changed

Full Changelog: ronin-co/client@4.1.9...4.1.10

4.1.9

What's Changed

Full Changelog: ronin-co/client@4.1.8...4.1.9

Commits

Updates @types/web from 0.0.152 to 0.0.153

Release notes

Sourced from @​types/web's releases.

@​types/web@​0.0.153

index.d.ts

No changes

iterable.d.ts

No changes

Commits

Updates husky from 9.1.3 to 9.1.4

Release notes

Sourced from husky's releases.

v9.1.4

  • Improve deprecation notice
Commits

Updates lint-staged from 15.2.7 to 15.2.8

Release notes

Sourced from lint-staged's releases.

v15.2.8

Patch Changes

  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Changelog

Sourced from lint-staged's changelog.

15.2.8

Patch Changes

  • f0480f0 Thanks @​iiroj! - In the previous version the native git rev-parse --show-toplevel command was taken into use for resolving the current git repo root. This version switched the --show-toplevel flag with --show-cdup, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js child_process. The new flag returns a path relative to the working directory, avoiding the issue.

    The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

Commits

Updates msw from 2.3.4 to 2.3.5

Release notes

Sourced from msw's releases.

v2.3.5 (2024-08-02)

Bug Fixes

  • HttpResponse: skip setting "Content-Length" if it is already set (#2228) (a0234c9abebada6f66f8a14dfa04bf2aac6e6dcf) @​kettanaito
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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [ronin](https://github.com/ronin-co/client) | `4.1.8` | `4.1.12` |
| [@types/web](https://github.com/microsoft/TypeScript-DOM-Lib-Generator) | `0.0.152` | `0.0.153` |
| [husky](https://github.com/typicode/husky) | `9.1.3` | `9.1.4` |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `15.2.7` | `15.2.8` |
| [msw](https://github.com/mswjs/msw) | `2.3.4` | `2.3.5` |


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

Updates `@types/web` from 0.0.152 to 0.0.153
- [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.3 to 9.1.4
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.3...v9.1.4)

Updates `lint-staged` from 15.2.7 to 15.2.8
- [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.7...v15.2.8)

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

---
updated-dependencies:
- dependency-name: ronin
  dependency-type: direct:production
  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-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the enhancement New feature or request label Aug 5, 2024
@github-actions github-actions bot enabled auto-merge (squash) August 5, 2024 04:17
Copy link

github-actions bot commented Aug 5, 2024

Released an experimental package:

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

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

@github-actions github-actions bot merged commit 0190d43 into main Aug 5, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/all-d4a2ecffef branch August 5, 2024 08:37
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.

1 participant