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 remix group with 5 updates #2396

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the remix group with 5 updates:

Package From To
@remix-run/node 2.11.1 2.11.2
@remix-run/react 2.11.1 2.11.2
@remix-run/serve 2.11.1 2.11.2
@remix-run/dev 2.11.1 2.11.2
@remix-run/eslint-config 2.11.1 2.11.2

Updates @remix-run/node from 2.11.1 to 2.11.2

Release notes

Sourced from @​remix-run/node's releases.

v2.11.2

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112

Changelog

Sourced from @​remix-run/node's changelog.

2.11.2

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.11.2
Commits

Updates @remix-run/react from 2.11.1 to 2.11.2

Release notes

Sourced from @​remix-run/react's releases.

v2.11.2

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112

Changelog

Sourced from @​remix-run/react's changelog.

2.11.2

Patch Changes

  • Fog of War: Simplify implementation now that React Router handles slug/splat edge cases and tracks previously discovered routes (see remix-run/react-router#11883) (#9860)
    • This changes the return signature of the internal __manifest endpoint since we no longer need the notFoundPaths field
  • Fog of War: Update to use renamed unstable_patchRoutesOnNavigation function in RR (see remix-run/react-router#11888) (#9860)
  • Single Fetch: Update turbo-stream to v2.3.0 (#9856)
    • Stabilize object key order for serialized payloads
    • Remove memory limitations payloads sizes
  • Updated dependencies:
    • @remix-run/server-runtime@2.11.2
Commits

Updates @remix-run/serve from 2.11.1 to 2.11.2

Release notes

Sourced from @​remix-run/serve's releases.

v2.11.2

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112

Changelog

Sourced from @​remix-run/serve's changelog.

2.11.2

Patch Changes

  • Updated dependencies:
    • @remix-run/node@2.11.2
    • @remix-run/express@2.11.2
Commits

Updates @remix-run/dev from 2.11.1 to 2.11.2

Release notes

Sourced from @​remix-run/dev's releases.

v2.11.2

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112

Changelog

Sourced from @​remix-run/dev's changelog.

2.11.2

Patch Changes

  • Updated dependencies:
    • @remix-run/server-runtime@2.11.2
    • @remix-run/node@2.11.2
Commits

Updates @remix-run/eslint-config from 2.11.1 to 2.11.2

Release notes

Sourced from @​remix-run/eslint-config's releases.

v2.11.2

See the changelog for release notes: https://github.com/remix-run/remix/blob/main/CHANGELOG.md#v2112

Changelog

Sourced from @​remix-run/eslint-config's changelog.

2.11.2

No significant changes to this package were made in this release. See the repo CHANGELOG.md for an overview of all changes in v2.11.2.

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@remix-run/serve [>= 0.21.a, < 0.22]

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 16, 2024
@hugo hugo enabled auto-merge (rebase) August 16, 2024 06:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remix-76600cfad1 branch 2 times, most recently from 63e671a to 0ec4b04 Compare August 16, 2024 06:48
Bumps the remix group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.11.1` | `2.11.2` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.11.1` | `2.11.2` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.11.1` | `2.11.2` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.11.1` | `2.11.2` |
| [@remix-run/eslint-config](https://github.com/remix-run/remix/tree/HEAD/packages/remix-eslint-config) | `2.11.1` | `2.11.2` |


Updates `@remix-run/node` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/node@2.11.2/packages/remix-node)

Updates `@remix-run/react` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-react/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/react@2.11.2/packages/remix-react)

Updates `@remix-run/serve` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/serve@2.11.2/packages/remix-serve)

Updates `@remix-run/dev` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-dev/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/dev@2.11.2/packages/remix-dev)

Updates `@remix-run/eslint-config` from 2.11.1 to 2.11.2
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-eslint-config/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/eslint-config@2.11.2/packages/remix-eslint-config)

---
updated-dependencies:
- dependency-name: "@remix-run/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: remix
- dependency-name: "@remix-run/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: remix
- dependency-name: "@remix-run/serve"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: remix
- dependency-name: "@remix-run/dev"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: remix
- dependency-name: "@remix-run/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: remix
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remix-76600cfad1 branch from 0ec4b04 to 91851d5 Compare August 16, 2024 06:50
@hugo hugo merged commit 3de3741 into main Aug 16, 2024
6 checks passed
@hugo hugo deleted the dependabot/npm_and_yarn/remix-76600cfad1 branch August 16, 2024 06:51
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.

1 participant