Skip to content

Bump toml, @redwoodjs/internal, @redwoodjs/prerender and @redwoodjs/structure in /packages/cli - #140

Merged
webstackdev merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cli/multi-6c22f14352
Sep 19, 2026
Merged

webstackdev merged 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/cli/multi-6c22f14352

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Removes toml. It's no longer used after updating ancestor dependencies toml, @redwoodjs/internal, @redwoodjs/prerender and @redwoodjs/structure. These dependencies need to be updated together.

Removes toml

Updates @redwoodjs/internal from 0.36.2 to 8.9.0

Release notes

Sourced from @​redwoodjs/internal's releases.

v8.9.0

Changelog

We're winding down development of Redwood GraphQL (formerly RedwoodJS).

There is an actively maintained fork over at https://cedarjs.com (GitHub: cedarjs/cedar). Please migrate if you want further security updates, bug fixes and new features.

🛠️ Fixes

📚 Docs

  • feat: add mentions of Prisma Postgres and clear deprecated info (#12087) by @​ankur-arch
  • docs: Update README to introduce RedwoodSDK, a new React framework for Cloudflare (7e1639e) by @​harryhcs
  • docs: Update README to clarify RedwoodSDK as a full-stack web app framework for Cloudflare (e5fedea) by @​harryhcs
  • docs: Added the Upgrade Guide to the Docs (#12083) by @​ahaywood
  • docs(upgrade-guides): Add the v8 upgrade guide to versioned docs (#12086) by @​Tobbe

📦 Dependencies

🧹 Chore

... (truncated)

Changelog

Sourced from @​redwoodjs/internal's changelog.

CHANGELOG

Unreleased

  • fix(esm): use CJS wrapper for ESM default interop (#10119)

    This PR builds on the work started in redwoodjs/redwood#10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

  • feature: Enable CSS nesting syntax by default when using Tailwind:

    .button {
      @apply p-2 font-semibold bg-gray-500;
      &:hover {
        @apply bg-red-500;
      }
      .icon {
        @apply w-4 h-4;
      }
      span {
        @apply text-sm;
      }
    }
    

v7.1.0

v7.0.7

v7.0.6

v7.0.5

v7.0.4

v7.0.3

v7.0.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tobbe, a new releaser for @​redwoodjs/internal since your current version.


Updates @redwoodjs/prerender from 0.36.4 to 8.9.0

Release notes

Sourced from @​redwoodjs/prerender's releases.

v8.9.0

Changelog

We're winding down development of Redwood GraphQL (formerly RedwoodJS).

There is an actively maintained fork over at https://cedarjs.com (GitHub: cedarjs/cedar). Please migrate if you want further security updates, bug fixes and new features.

🛠️ Fixes

📚 Docs

  • feat: add mentions of Prisma Postgres and clear deprecated info (#12087) by @​ankur-arch
  • docs: Update README to introduce RedwoodSDK, a new React framework for Cloudflare (7e1639e) by @​harryhcs
  • docs: Update README to clarify RedwoodSDK as a full-stack web app framework for Cloudflare (e5fedea) by @​harryhcs
  • docs: Added the Upgrade Guide to the Docs (#12083) by @​ahaywood
  • docs(upgrade-guides): Add the v8 upgrade guide to versioned docs (#12086) by @​Tobbe

📦 Dependencies

🧹 Chore

... (truncated)

Changelog

Sourced from @​redwoodjs/prerender's changelog.

CHANGELOG

Unreleased

  • fix(esm): use CJS wrapper for ESM default interop (#10119)

    This PR builds on the work started in redwoodjs/redwood#10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

  • feature: Enable CSS nesting syntax by default when using Tailwind:

    .button {
      @apply p-2 font-semibold bg-gray-500;
      &:hover {
        @apply bg-red-500;
      }
      .icon {
        @apply w-4 h-4;
      }
      span {
        @apply text-sm;
      }
    }
    

v7.1.0

v7.0.7

v7.0.6

v7.0.5

v7.0.4

v7.0.3

v7.0.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tobbe, a new releaser for @​redwoodjs/prerender since your current version.


Updates @redwoodjs/structure from 0.36.2 to 8.9.0

Release notes

Sourced from @​redwoodjs/structure's releases.

v8.9.0

Changelog

We're winding down development of Redwood GraphQL (formerly RedwoodJS).

There is an actively maintained fork over at https://cedarjs.com (GitHub: cedarjs/cedar). Please migrate if you want further security updates, bug fixes and new features.

🛠️ Fixes

📚 Docs

  • feat: add mentions of Prisma Postgres and clear deprecated info (#12087) by @​ankur-arch
  • docs: Update README to introduce RedwoodSDK, a new React framework for Cloudflare (7e1639e) by @​harryhcs
  • docs: Update README to clarify RedwoodSDK as a full-stack web app framework for Cloudflare (e5fedea) by @​harryhcs
  • docs: Added the Upgrade Guide to the Docs (#12083) by @​ahaywood
  • docs(upgrade-guides): Add the v8 upgrade guide to versioned docs (#12086) by @​Tobbe

📦 Dependencies

🧹 Chore

... (truncated)

Changelog

Sourced from @​redwoodjs/structure's changelog.

CHANGELOG

Unreleased

  • fix(esm): use CJS wrapper for ESM default interop (#10119)

    This PR builds on the work started in redwoodjs/redwood#10083 around ESM. One of the caveats of that PR was that the default export from @redwoodjs/vite broke. The workaround was referencing the default property on the Redwood Vite plugin, like redwood.default(). This fixes the ES module default export interoperability so that no change is necessary in switching between module types.

  • feature: Enable CSS nesting syntax by default when using Tailwind:

    .button {
      @apply p-2 font-semibold bg-gray-500;
      &:hover {
        @apply bg-red-500;
      }
      .icon {
        @apply w-4 h-4;
      }
      span {
        @apply text-sm;
      }
    }
    

v7.1.0

v7.0.7

v7.0.6

v7.0.5

v7.0.4

v7.0.3

v7.0.2

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by tobbe, a new releaser for @​redwoodjs/structure since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 3, 2026
…tructure

Removes [toml](https://github.com/BinaryMuse/toml-node). It's no longer used after updating ancestor dependencies [toml](https://github.com/BinaryMuse/toml-node), [@redwoodjs/internal](https://github.com/redwoodjs/redwood/tree/HEAD/packages/internal), [@redwoodjs/prerender](https://github.com/redwoodjs/redwood/tree/HEAD/packages/prerender) and [@redwoodjs/structure](https://github.com/redwoodjs/redwood/tree/HEAD/packages/structure). These dependencies need to be updated together.


Removes `toml`

Updates `@redwoodjs/internal` from 0.36.2 to 8.9.0
- [Release notes](https://github.com/redwoodjs/redwood/releases)
- [Changelog](https://github.com/redwoodjs/graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/redwoodjs/redwood/commits/v8.9.0/packages/internal)

Updates `@redwoodjs/prerender` from 0.36.4 to 8.9.0
- [Release notes](https://github.com/redwoodjs/redwood/releases)
- [Changelog](https://github.com/redwoodjs/graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/redwoodjs/redwood/commits/v8.9.0/packages/prerender)

Updates `@redwoodjs/structure` from 0.36.2 to 8.9.0
- [Release notes](https://github.com/redwoodjs/redwood/releases)
- [Changelog](https://github.com/redwoodjs/graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/redwoodjs/redwood/commits/v8.9.0/packages/structure)

---
updated-dependencies:
- dependency-name: "@redwoodjs/internal"
  dependency-version: 8.9.0
  dependency-type: direct:production
- dependency-name: "@redwoodjs/prerender"
  dependency-version: 8.9.0
  dependency-type: direct:production
- dependency-name: "@redwoodjs/structure"
  dependency-version: 8.9.0
  dependency-type: direct:production
- dependency-name: toml
  dependency-version:
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/packages/cli/multi-6c22f14352 branch from eed534b to 1265407 Compare September 19, 2026 11:00
@webstackdev
webstackdev merged commit 7dda351 into main Sep 19, 2026
0 of 4 checks passed
@webstackdev
webstackdev deleted the dependabot/npm_and_yarn/packages/cli/multi-6c22f14352 branch September 19, 2026 11:12
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