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

fix(deps): update redwood monorepo to v7 (major) #12

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@redwoodjs/api (source) 6.6.4 -> 7.0.2 age adoption passing confidence
@redwoodjs/core (source) 6.6.4 -> 7.0.2 age adoption passing confidence
@redwoodjs/forms (source) 6.6.4 -> 7.0.2 age adoption passing confidence
@redwoodjs/graphql-server (source) 6.6.4 -> 7.0.2 age adoption passing confidence
@redwoodjs/router (source) 6.6.4 -> 7.0.2 age adoption passing confidence
@redwoodjs/web (source) 6.6.4 -> 7.0.2 age adoption passing confidence

Release Notes

redwoodjs/redwood (@​redwoodjs/api)

v7.0.2

Compare Source

Patch Release
  • fix(sentry): move templates to the command's directory by @​jtoar

    Fixes https://community.redwoodjs.com/t/redwood-v7-0-0-upgrade-guide/5713/25.

    yarn rw setup monitoring sentry would fail with the following error:

    ✔ Adding required api packages...
    ✔ Adding required web packages...
    ✔ Adding SENTRY_DSN var to .env...
    ✖ ENOENT: no such file or directory, open '~/rw-app/node_modules/@​redwoodjs/cli/dist/commands/setup/monitoring/sentry/templates/sentryApi.ts.template'
    ◼ Implementing the Envelop plugin
    ◼ Replacing Redwood's Error boundary
    ◼ One more thing...
    ENOENT: no such file or directory, open '~/rw-app/node_modules/@​redwoodjs/cli/dist/commands/setup/monitoring/sentry/templates/sentryApi.ts.template'
    

    It was just that the template files for the sentry setup command weren't moved out of experimental. This PR moves them to the command's directory.

v7.0.1

Compare Source

Patch Release

This release fixes a peer dependency warning in Redwood projects that have the @redwoodjs/api-server package as a dependency in the api workspace:

➤ YN0060: │ @​redwoodjs/graphql-server is listed by your project with version 7.0.0, which doesn't satisfy what @​redwoodjs/api-server (pccff9) requests (6.0.7).

There was a bug in Redwood's release process that resulted in the version of @redwoodjs/graphql-server requested by @redwoodjs/api-server getting missed (it should've been 7.0.0 but was instead left at 6.0.7, the last version released off the main branch). See https://community.redwoodjs.com/t/redwood-v7-0-0-upgrade-guide/5713/21 for the original issue.

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/major-redwood-monorepo branch from 423ced4 to de52e06 Compare February 20, 2024 06:24
@renovate renovate bot changed the title fix(deps): update dependency @redwoodjs/graphql-server to v7 fix(deps): update redwood monorepo to v7 (major) Feb 20, 2024
@renovate renovate bot force-pushed the renovate/major-redwood-monorepo branch from de52e06 to 85a0a66 Compare February 21, 2024 00:59
@renovate renovate bot force-pushed the renovate/major-redwood-monorepo branch from 85a0a66 to 44fd5a5 Compare February 22, 2024 07:30
@bukinoshita bukinoshita merged commit 16e9f98 into main Feb 23, 2024
2 checks passed
@bukinoshita bukinoshita deleted the renovate/major-redwood-monorepo branch February 23, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant