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 npm-dependencies group across 1 directory with 13 updates #173

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the npm-dependencies group with 13 updates in the / directory:

Package From To
@carbonplan/components 12.0.0 12.6.1
@carbonplan/layouts 3.0.0 4.1.0
@carbonplan/theme 8.0.0 8.1.0
@mdx-js/loader 2.1.5 3.0.1
@mdx-js/react 2.1.5 3.0.1
@next/mdx 12.3.4 14.2.3
@theme-ui/color 0.15.4 0.16.2
next 12.3.4 14.2.3
react 18.2.0 18.3.1
react-dom 18.2.0 18.3.1
rehype-slug 4.0.1 6.0.0
theme-ui 0.15.4 0.16.2
prettier 2.3.2 3.2.5

Updates @carbonplan/components from 12.0.0 to 12.6.1

Commits
Maintainer changes

This version was pushed to npm by shane98c, a new releaser for @​carbonplan/components since your current version.


Updates @carbonplan/layouts from 3.0.0 to 4.1.0

Commits

Updates @carbonplan/theme from 8.0.0 to 8.1.0

Commits

Updates @mdx-js/loader from 2.1.5 to 3.0.1

Release notes

Sourced from @​mdx-js/loader's releases.

3.0.1

Fix

Types

Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

  • e08b7596 5afa48e6 Change to require Node 16
  • 5a13d73b Change to use export maps
  • cbc2822f Update unified, types, plugins, etc
  • 96b51f93 Remove inferral of development from NODE_ENV

Change (unlikely to affect you)

  • c961af80 Remove useDynamicImport option
  • 9cb26fd1 @mdx-js/register: remove package
  • 0d1558a3 @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce9 @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f924227 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb43 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f3079 Add support for passing baseUrl when running
  • 2c511a40 Add support for baseUrl as a URL
  • 1863914c Add deprecation warning for classic runtime
  • a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9cac Add support for await in MDX
  • 3a7f1947 Add tableCellAlignToStyle option, to use align

... (truncated)

Commits

Updates @mdx-js/react from 2.1.5 to 3.0.1

Release notes

Sourced from @​mdx-js/react's releases.

3.0.1

Fix

Types

Site

Full Changelog: mdx-js/mdx@3.0.0...3.0.1

3.0.0

(see https://mdxjs.com/migrating/v3/ on how to migrate)

Change

  • e08b7596 5afa48e6 Change to require Node 16
  • 5a13d73b Change to use export maps
  • cbc2822f Update unified, types, plugins, etc
  • 96b51f93 Remove inferral of development from NODE_ENV

Change (unlikely to affect you)

  • c961af80 Remove useDynamicImport option
  • 9cb26fd1 @mdx-js/register: remove package
  • 0d1558a3 @mdx-js/esbuild: remove experimental allowDangerousRemoteMdx
  • 0f62bce9 @mdx-js/node-loader: remove fixRuntimeWithoutExportMap
  • 4f924227 @mdx-js/preact: remove deprecated MDXContext, withMDXComponents
  • a362bb43 @mdx-js/react: remove deprecated MDXContext, withMDXComponents

Add

  • e12f3079 Add support for passing baseUrl when running
  • 2c511a40 Add support for baseUrl as a URL
  • 1863914c Add deprecation warning for classic runtime
  • a34177c3 Add support for ES2024 in MDX, adjacent JSX and expression blocks
  • 44fd9cac Add support for await in MDX
  • 3a7f1947 Add tableCellAlignToStyle option, to use align

... (truncated)

Commits

Updates @next/mdx from 12.3.4 to 14.2.3

Release notes

Sourced from @​next/mdx's releases.

v14.2.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: resolve mixed re-exports module as cjs (#64681)
  • fix: mixing namespace import and named import client components (#64809)
  • Fix mixed exports in server component with barrel optimization (#64894)
  • Fix next/image usage in mdx(#64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • prevent erroneous route interception during lazy fetch (#64692)
  • fix root page revalidation when redirecting in a server action (#64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
  • Clean-up fetch metrics tracking (#64746)

Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

v14.2.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits

Updates @theme-ui/color from 0.15.4 to 0.16.2

Release notes

Sourced from @​theme-ui/color's releases.

v0.16.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

🏠 Internal

Authors: 5

v0.16.2-develop.5

No release notes provided.

v0.16.2-develop.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

🐛 Bug Fix

🏠 Internal

... (truncated)

Changelog

Sourced from @​theme-ui/color's changelog.

v0.16.2 (Mon Feb 19 2024)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

👨‍💻 Minor changes

🏠 Internal

Authors: 5


v0.16.1 (Thu Sep 07 2023)

🐛 Bug Fix

👨‍💻 Minor changes

  • Add missing migration notes on 0.16 to docs (@​hasparus)

Authors: 1

... (truncated)

Commits
  • c0d521f Bump version to: 0.16.2 [skip ci]
  • c0b871a Update contributors [skip ci]
  • 9316e88 Update CHANGELOG.md [skip ci]
  • e2dfe11 Merge pull request #2481 from system-ui/dependabot/npm_and_yarn/auto-11.0.4
  • cf54bfb Bump versions to: 0.16.2-develop.5 [skip ci]
  • 1bdffce Bump versions to: 0.16.2-develop.3 [skip ci]
  • 379b548 Bump version
  • ead4400 fix(theme-ui): generate missing exports field
  • 82b0fdd chore(deps): bump auto from 10.46.0 to 11.0.4
  • 8cbc7ec chore(deps): bump @​auto-it/omit-commits from 10.46.0 to 11.0.4
  • Additional commits viewable in compare view

Updates next from 12.3.4 to 14.2.3

Release notes

Sourced from next's releases.

v14.2.3

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix: resolve mixed re-exports module as cjs (#64681)
  • fix: mixing namespace import and named import client components (#64809)
  • Fix mixed exports in server component with barrel optimization (#64894)
  • Fix next/image usage in mdx(#64875)
  • fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • prevent erroneous route interception during lazy fetch (#64692)
  • fix root page revalidation when redirecting in a server action (#64730)
  • fix: remove traceparent from cachekey should not remove traceparent from original object (#64727)
  • Clean-up fetch metrics tracking (#64746)

Credits

Huge thanks to @​huozhi, @​samcx, @​ztanner, @​Jeffrey-Zutt, and @​ijjk for helping!

v14.2.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • Fix Server Action error logs for unhandled POST requests (#64315)
  • Improve rendering performance (#64408)
  • Fix the method prop case in Server Actions transform (#64398)
  • fix(next-lint): update option --report-unused-disable-directives to --report-unused-disable-directives-severity (#64405)
  • tweak test for Azure (#64424)
  • router restore should take priority over pending actions (#64449)
  • Fix client boundary inheritance for barrel optimization (#64467)
  • improve turborepo caching (#64493)
  • feat: strip traceparent header from cachekey (#64499)
  • Fix more Turbopack build tests
  • Update lockfile for compatibility with turbo (#64360)
  • Fix typo in dynamic-rendering.ts (#64365)
  • Fix DynamicServerError not being thrown in fetch (#64511)
  • fix(next): Metadata.openGraph values not resolving basic values when type is set (#63620)
  • disable production chunking in dev (#64488)
  • Fix cjs client components tree-shaking (#64558)
  • fix refresh behavior for discarded actions (#64532)
  • fix: filter out middleware requests in logging (#64549)
  • Turbopack: Allow client components to be imported in app routes (#64520)
  • Fix ASL bundling for dynamic css (#64451)
  • add pathname normalizer for actions (#64592)
  • fix incorrect refresh request when basePath is set (#64589)
  • test: skip turbopack build test (#64356)
  • hotfix(turbopack): Update with patch for postcss.config.js path resolution on Windows (#64677)

... (truncated)

Commits
  • 2e7a96a v14.2.3
  • a230be4 Clean-up fetch metrics tracking (#64746)
  • 73c2d63 fix: remove traceparent from cachekey should not remove traceparent from orig...
  • dd44191 fix root page revalidation when redirecting in a server action (#64730)
  • 8b4c234 prevent erroneous route interception during lazy fetch (#64692)
  • d6a7ca0 fix(fetch-cache): fix additional typo, add type & data validation (#64799)
  • 4a6b511 Fix next/image usage in mdx (#64875)
  • 04cc13c Fix mixed exports in server component with barrel optimization (#64894)
  • 8d01d49 fix: mixing namespace import and named import client components (#64809)
  • de84e3a Fix: resolve mixed re-exports module as cjs (#64681)
  • Additional commits viewable in compare view

Updates react from 18.2.0 to 18.3.1

Release notes

Sourced from react's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react since your current version.


Updates react-dom from 18.2.0 to 18.3.1

Release notes

Sourced from react-dom's releases.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Changelog

Sourced from react-dom's changelog.

18.3.1 (April 26, 2024)

  • Export act from react f1338f

18.3.0 (April 25, 2024)

This release is identical to 18.2 but adds warnings for deprecated APIs and other changes that are needed for React 19.

Read the React 19 Upgrade Guide for more info.

React

  • Allow writing to this.refs to support string ref codemod 909071
  • Warn for deprecated findDOMNode outside StrictMode c3b283
  • Warn for deprecated test-utils methods d4ea75
  • Warn for deprecated Legacy Context outside StrictMode 415ee0
  • Warn for deprecated string refs outside StrictMode #25383
  • Warn for deprecated defaultProps for function components #25699
  • Warn when spreading key #25697
  • Warn when using act from test-utils d4ea75

React DOM

  • Warn for deprecated unmountComponentAtNode 8a015b
  • Warn for deprecated renderToStaticNodeStream #28874
Commits
  • d6c42f7 Bump to 18.3.1
  • 8a015b6 Add deprecation warning for unmountComponentAtNode
  • c3b2839 Add deprecation warning for findDOMNode
  • d4ea75d ReactDOMTestUtils deprecation warnings
  • 7548c01 Deprecate renderToStaticNodeStream (#28872) (#28874)
  • 5894232 Enable warning for defaultProps on function components for everyone (#25699)
  • c2a246e Turn on string ref deprecation warning for everybody (not codemoddable) (#25383)
  • 2cfb474 Bump version from 18.2 to 18.3
  • See full diff in compare view
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for react-dom since your current version.


Updates rehype-slug from 4.0.1 to 6.0.0

Release notes

Sourced from rehype-slug's releases.

6.0.0

Change

  • 295ac26 Update @types/hast, unified, utilities, etc migrate: update too
  • 12f76f8 Change to require Node.js 16 migrate: update too
  • 6855bcc Change to use exports migrate: don’t use private APIs

Full Changelog: rehypejs/rehype-slug@5.1.0...6.0.0

5.1.0

Full Changelog: rehypejs/rehype-slug@5.0.1...5.1.0

5.0.1

Full Changelog: rehypejs/rehype-slug@5.0.0...5.0.1

5.0.0

  • 821be93 Use ESM
    • Change:

      // From CommonJS
      var rehypeSlug = require('rehype-slug')
      // To ESM
      import rehypeSlug from 'rehype-slug'

      Learn more about ESM in this guide

  • b293ef3 Add JSDoc based types
  • 4e8a681 Update dependencies
Commits

Updates theme-ui from 0.15.4 to 0.16.2

Release notes

Sourced from theme-ui's releases.

v0.16.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

🏠 Internal

Authors: 5

v0.16.2-develop.5

No release notes provided.

v0.16.2-develop.2

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

🐛 Bug Fix

🏠 Internal

... (truncated)

Changelog

Sourced from theme-ui's changelog.

v0.16.2 (Mon Feb 19 2024)

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Arun Sathiya (@​arunsathiya)

❤️ Jeff Bell (@​jhbell)

❤️ Paweł Kowalewski (@​pawkow)

❤️ Sam Marxz (@​sammarxz)

🐛 Bug Fix

👨‍💻 Minor changes

🏠 Internal

Authors: 5


v0.16.1 (Thu Sep 07 2023)

🐛 Bug Fix

👨‍💻 Minor changes

  • Add missing migration notes on 0.16 to docs (@​hasparus)

Authors: 1

... (truncated)

Commits
  • c0d521f Bump version to: 0.16.2 [skip ci]
  • c0b871a Update contributors [skip ci]
  • 9316e88 Update CHANGELOG.md [skip ci]
  • e2dfe11 Merge pull request #2481 from system-ui/dependabot/npm_and_yarn/auto-11.0.4
  • cf54bfb Bump versions to: 0.16.2-develop.5 [skip ci]
  • 1bdffce Bump versions to: 0.16.2-develop.3 [skip ci]
  • 379b548 Bump version
  • ead4400 fix(theme-ui): generate missing exports field
  • 82b0fdd chore(deps): bump auto from 10.46.0 to 11.0.4
  • 8cbc7ec chore(deps): bump @​auto-it/omit-commits from 10.46.0 to 11.0.4
  • Additional commits viewable in compare view

Updates prettier from 2.3.2 to 3.2.5

Release notes

Sourced from prettier's releases.

3.2.5

🔗 Changelog

3.2.4

  • Fix .eslintrc.json format #15947

🔗 Changelog

3.2.3

  • Format tsconfig.json file with jsonc parser #15927

🔗 Changelog

3.2.2

🔗 Changelog

3.2.1

🔗 Changelog

3.2.0

diff

🔗 Release note

3.1.1

🔗 Changelog

3.1.0

diff

🔗 Release note

3.0.3

🔗 Changelog

3.0.2

🔗 Changelog

3.0.1

🔗 Changelog

3.0.0

diff

🔗 Release note

3.0.0-alpha.6

What's Changed

... (truncated)

Changelog

Sourced from prettier's changelog.

3.2.5

diff

Support Angular inline styles as single template literal (#15968 by @​sosukesuzuki)

Angular v17 supports single string inline styles.

// Input
@Component({
  template: `<div>...</div>`,
  styles: `h1 { color: blue; }`,
})
export class AppComponent {}
// Prettier 3.2.4
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}
// Prettier 3.2.5
@​Component({
template: &lt;div&gt;...&lt;/div&gt;,
styles: h1 { color: blue; },
})
export class AppComponent {}

Unexpected embedded formatting for Angular template (#15969 by @​JounQin)

Computed template should not be considered as Angular component template

// Input
const template = "foobar";
@​Component({
[template]: &lt;h1&gt;{{       hello }}&lt;/h1&gt;,
})
export class AppComponent {}
</tr></table>

... (truncated)

Commits

Bumps the npm-dependencies group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@carbonplan/components](https://github.com/carbonplan/components) | `12.0.0` | `12.6.1` |
| [@carbonplan/layouts](https://github.com/carbonplan/layouts) | `3.0.0` | `4.1.0` |
| [@carbonplan/theme](https://github.com/carbonplan/theme) | `8.0.0` | `8.1.0` |
| [@mdx-js/loader](https://github.com/mdx-js/mdx/tree/HEAD/packages/loader) | `2.1.5` | `3.0.1` |
| [@mdx-js/react](https://github.com/mdx-js/mdx/tree/HEAD/packages/react) | `2.1.5` | `3.0.1` |
| [@next/mdx](https://github.com/vercel/next.js/tree/HEAD/packages/next-mdx) | `12.3.4` | `14.2.3` |
| [@theme-ui/color](https://github.com/system-ui/theme-ui) | `0.15.4` | `0.16.2` |
| [next](https://github.com/vercel/next.js) | `12.3.4` | `14.2.3` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.2.0` | `18.3.1` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.2.0` | `18.3.1` |
| [rehype-slug](https://github.com/rehypejs/rehype-slug) | `4.0.1` | `6.0.0` |
| [theme-ui](https://github.com/system-ui/theme-ui) | `0.15.4` | `0.16.2` |
| [prettier](https://github.com/prettier/prettier) | `2.3.2` | `3.2.5` |



Updates `@carbonplan/components` from 12.0.0 to 12.6.1
- [Commits](https://github.com/carbonplan/components/commits)

Updates `@carbonplan/layouts` from 3.0.0 to 4.1.0
- [Commits](https://github.com/carbonplan/layouts/commits)

Updates `@carbonplan/theme` from 8.0.0 to 8.1.0
- [Commits](https://github.com/carbonplan/theme/commits)

Updates `@mdx-js/loader` from 2.1.5 to 3.0.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/loader)

Updates `@mdx-js/react` from 2.1.5 to 3.0.1
- [Release notes](https://github.com/mdx-js/mdx/releases)
- [Changelog](https://github.com/mdx-js/mdx/blob/main/changelog.md)
- [Commits](https://github.com/mdx-js/mdx/commits/3.0.1/packages/react)

Updates `@next/mdx` from 12.3.4 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v14.2.3/packages/next-mdx)

Updates `@theme-ui/color` from 0.15.4 to 0.16.2
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.16.2/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.15.4...v0.16.2)

Updates `next` from 12.3.4 to 14.2.3
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v12.3.4...v14.2.3)

Updates `react` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react)

Updates `react-dom` from 18.2.0 to 18.3.1
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v18.3.1/packages/react-dom)

Updates `rehype-slug` from 4.0.1 to 6.0.0
- [Release notes](https://github.com/rehypejs/rehype-slug/releases)
- [Commits](rehypejs/rehype-slug@4.0.1...6.0.0)

Updates `theme-ui` from 0.15.4 to 0.16.2
- [Release notes](https://github.com/system-ui/theme-ui/releases)
- [Changelog](https://github.com/system-ui/theme-ui/blob/v0.16.2/CHANGELOG.md)
- [Commits](system-ui/theme-ui@v0.15.4...v0.16.2)

Updates `prettier` from 2.3.2 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.3.2...3.2.5)

---
updated-dependencies:
- dependency-name: "@carbonplan/components"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@carbonplan/layouts"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@carbonplan/theme"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: "@mdx-js/loader"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@mdx-js/react"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@next/mdx"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: "@theme-ui/color"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: next
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: react
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: react-dom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: rehype-slug
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
- dependency-name: theme-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 1, 2024
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.

None yet

0 participants