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 prod-minor-versions group in /frontend with 6 updates #50

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2024

Bumps the prod-minor-versions group in /frontend with 6 updates:

Package From To
@react-router/express 7.1.0 7.1.1
@react-router/node 7.1.0 7.1.1
@react-router/serve 7.1.0 7.1.1
effect 3.11.9 3.12.0
react-router 7.1.0 7.1.1
tailwind-merge 2.5.5 2.6.0

Updates @react-router/express from 7.1.0 to 7.1.1

Release notes

Sourced from @​react-router/express's releases.

v7.1.1

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

Changelog

Sourced from @​react-router/express's changelog.

7.1.1

Patch Changes

Commits

Updates @react-router/node from 7.1.0 to 7.1.1

Release notes

Sourced from @​react-router/node's releases.

v7.1.1

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

Changelog

Sourced from @​react-router/node's changelog.

7.1.1

Patch Changes

Commits

Updates @react-router/serve from 7.1.0 to 7.1.1

Release notes

Sourced from @​react-router/serve's releases.

v7.1.1

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

Changelog

Sourced from @​react-router/serve's changelog.

7.1.1

Patch Changes

Commits

Updates effect from 3.11.9 to 3.12.0

Release notes

Sourced from effect's releases.

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

  • #4176 39457d4 Thanks @​mikearnaldi! - Fix Stream.scoped example

  • #4181 a475cc2 Thanks @​gcanti! - Schema: Fix withDecodingDefault implementation to align with its signature (now removes undefined from the AST).

    Additionally, a new constraint has been added to the signature to prevent calling withDecodingDefault after withConstructorDefault, which previously led to the following issue:

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.optional(Schema.String).pipe(
    Schema.withConstructorDefault(() => undefined), // this is invalidated by the following call to withDecodingDefault
    Schema.withDecodingDefault(() => "")
    )
    })

  • #4175 199214e Thanks @​gcanti! - Schema: refactor annotations:

... (truncated)

Changelog

Sourced from effect's changelog.

3.12.0

Minor Changes

Patch Changes

3.11.10

Patch Changes

  • #4176 39457d4 Thanks @​mikearnaldi! - Fix Stream.scoped example

  • #4181 a475cc2 Thanks @​gcanti! - Schema: Fix withDecodingDefault implementation to align with its signature (now removes undefined from the AST).

    Additionally, a new constraint has been added to the signature to prevent calling withDecodingDefault after withConstructorDefault, which previously led to the following issue:

    import { Schema } from "effect"
    const schema = Schema.Struct({
    a: Schema.optional(Schema.String).pipe(
    Schema.withConstructorDefault(() => undefined), // this is invalidated by the following call to withDecodingDefault
    Schema.withDecodingDefault(() => "")
    )
    })

... (truncated)

Commits
  • df82e92 Version Packages (#4184)
  • e1eeb2d Carry both call-site and definition site in Effect.fn, auto-trace to anon (#4...
  • 73f9c6f add DateTimeUtcFromDate schema (#3956)
  • c11f3a6 Add Context.mergeAll (#4135)
  • 618f7e0 add span annotation to disable propagation to the tracer (#4123)
  • abb22a4 add UriComponent schemas and encoding (#3982)
  • d801820 added Cron.unsafeParse and allow passing the tz parameter as string (#4...
  • 17cb451 add second granularity to Cron (#4088)
  • 3d2b7a7 Allow passing fast-check parameters to prop function (#4099)
  • c0ba834 add Schema.headNonEmpty on Schema.NonEmptyArray (#3983)
  • Additional commits viewable in compare view

Updates react-router from 7.1.0 to 7.1.1

Release notes

Sourced from react-router's releases.

v7.1.1

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

Changelog

Sourced from react-router's changelog.

7.1.1

Commits

Updates tailwind-merge from 2.5.5 to 2.6.0

Release notes

Sourced from tailwind-merge's releases.

v2.6.0

New Features

Full Changelog: dcastil/tailwind-merge@v2.5.5...v2.6.0

Thanks to @​brandonmcconnell, @​manavm1990, @​langy, @​jamesreaco, @​roboflow, @​syntaxfm, @​getsentry, @​codecov, @​sourcegraph, a private sponsor and more via @​thnxdev for sponsoring tailwind-merge! ❤️

Commits
  • 1a92c35 v2.6.0
  • 6480375 add changelog for v2.6.0
  • 7bb2dc0 Merge pull request #509 from dcastil/renovate/rollup-plugin-node-resolve-16.x
  • 19eb0a1 chore(deps): update dependency @​rollup/plugin-node-resolve to v16
  • d6f1014 Merge pull request #508 from dcastil/renovate/codspeed-vitest-plugin-4.x
  • d039e29 chore(deps): update dependency @​codspeed/vitest-plugin to v4
  • 4aac490 Merge pull request #507 from dcastil/renovate/migrate-config
  • 433e532 chore(config): migrate config .github/renovate.json
  • 31da3f2 fix unsupported import assertion
  • 34078ee Merge pull request #506 from dcastil/other/upgrade-github-workflows-to-node-22
  • Additional commits viewable 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 prod-minor-versions group in /frontend with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-router/express](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-express) | `7.1.0` | `7.1.1` |
| [@react-router/node](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-node) | `7.1.0` | `7.1.1` |
| [@react-router/serve](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-serve) | `7.1.0` | `7.1.1` |
| [effect](https://github.com/Effect-TS/effect/tree/HEAD/packages/effect) | `3.11.9` | `3.12.0` |
| [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) | `7.1.0` | `7.1.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.5.5` | `2.6.0` |


Updates `@react-router/express` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-express/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/[email protected]/packages/react-router-express)

Updates `@react-router/node` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-node/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/[email protected]/packages/react-router-node)

Updates `@react-router/serve` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-serve/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/@react-router/[email protected]/packages/react-router-serve)

Updates `effect` from 3.11.9 to 3.12.0
- [Release notes](https://github.com/Effect-TS/effect/releases)
- [Changelog](https://github.com/Effect-TS/effect/blob/main/packages/effect/CHANGELOG.md)
- [Commits](https://github.com/Effect-TS/effect/commits/[email protected]/packages/effect)

Updates `react-router` from 7.1.0 to 7.1.1
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `tailwind-merge` from 2.5.5 to 2.6.0
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.5.5...v2.6.0)

---
updated-dependencies:
- dependency-name: "@react-router/express"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: "@react-router/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: "@react-router/serve"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: effect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-minor-versions
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-minor-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 23, 2024
@gregory-j-baker gregory-j-baker enabled auto-merge (squash) December 23, 2024 18:32
@gregory-j-baker gregory-j-baker merged commit 3c2f585 into main Dec 23, 2024
3 checks passed
@gregory-j-baker gregory-j-baker deleted the dependabot/npm_and_yarn/frontend/prod-minor-versions-fcaa94d677 branch December 23, 2024 18:32
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.

1 participant