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-dependencies group with 5 updates #103

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the remix-dependencies group with 5 updates:

Package From To
@remix-run/node 2.12.0 2.12.1
@remix-run/react 2.12.0 2.12.1
@remix-run/serve 2.12.0 2.12.1
@remix-run/server-runtime 2.12.0 2.12.1
@remix-run/dev 2.12.0 2.12.1

Updates @remix-run/node from 2.12.0 to 2.12.1

Release notes

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

v2.12.1

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

Changelog

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

2.12.1

Patch Changes

  • Single Fetch: Re-export interface Future through @remix-run/node/@remix-run/cloudflare/@remix-run/deno packages so that pnpm doesn't complain about @remix-run/server-runtime not being a dependency (#9982)
  • Updated dependencies:
Commits

Updates @remix-run/react from 2.12.0 to 2.12.1

Release notes

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

v2.12.1

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

Changelog

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

2.12.1

Patch Changes

Commits

Updates @remix-run/serve from 2.12.0 to 2.12.1

Release notes

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

v2.12.1

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

Changelog

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

2.12.1

Patch Changes

Commits

Updates @remix-run/server-runtime from 2.12.0 to 2.12.1

Release notes

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

v2.12.1

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

Changelog

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

2.12.1

Patch Changes

  • Fix single-fetch types when loader, action, clientLoader, or clientAction return a mixture of bare objects, json(...), defer(...), and unstable_data(...). (#9999)
  • Single Fetch: Re-export interface Future through @remix-run/node/@remix-run/cloudflare/@remix-run/deno packages so that pnpm doesn't complain about @remix-run/server-runtime not being a dependency (#9982)
Commits

Updates @remix-run/dev from 2.12.0 to 2.12.1

Release notes

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

v2.12.1

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

Changelog

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

2.12.1

Patch Changes

  • Properly abort request.signal during vite dev when the node response is closed (#9976)
  • CSS imports with ?inline, ?inline-css and ?raw are no longer incorrectly injected during SSR in development (#9910)
  • Updated dependencies:
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

@dependabot dependabot bot added the maintenance 🔧 Updates and upgrades label Sep 25, 2024
Bumps the remix-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@remix-run/node](https://github.com/remix-run/remix/tree/HEAD/packages/remix-node) | `2.12.0` | `2.12.1` |
| [@remix-run/react](https://github.com/remix-run/remix/tree/HEAD/packages/remix-react) | `2.12.0` | `2.12.1` |
| [@remix-run/serve](https://github.com/remix-run/remix/tree/HEAD/packages/remix-serve) | `2.12.0` | `2.12.1` |
| [@remix-run/server-runtime](https://github.com/remix-run/remix/tree/HEAD/packages/remix-server-runtime) | `2.12.0` | `2.12.1` |
| [@remix-run/dev](https://github.com/remix-run/remix/tree/HEAD/packages/remix-dev) | `2.12.0` | `2.12.1` |


Updates `@remix-run/node` from 2.12.0 to 2.12.1
- [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/[email protected]/packages/remix-node)

Updates `@remix-run/react` from 2.12.0 to 2.12.1
- [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/[email protected]/packages/remix-react)

Updates `@remix-run/serve` from 2.12.0 to 2.12.1
- [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/[email protected]/packages/remix-serve)

Updates `@remix-run/server-runtime` from 2.12.0 to 2.12.1
- [Release notes](https://github.com/remix-run/remix/releases)
- [Changelog](https://github.com/remix-run/remix/blob/main/packages/remix-server-runtime/CHANGELOG.md)
- [Commits](https://github.com/remix-run/remix/commits/@remix-run/[email protected]/packages/remix-server-runtime)

Updates `@remix-run/dev` from 2.12.0 to 2.12.1
- [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/[email protected]/packages/remix-dev)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/remix-dependencies-67970eb969 branch from 230f1b4 to 0f15d43 Compare October 9, 2024 10:34
@mrharpo mrharpo self-requested a review October 9, 2024 20:36
Copy link
Contributor

@mrharpo mrharpo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Good Bot! 🤖

@mrharpo mrharpo merged commit 195794b into main Oct 9, 2024
2 checks passed
@mrharpo mrharpo deleted the dependabot/npm_and_yarn/remix-dependencies-67970eb969 branch October 9, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance 🔧 Updates and upgrades
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant