tulsawebdevs / website

The Tulsa Web Devs User Group Site
GNU General Public License v3.0
1 stars 13 forks source link

fix(deps): update astro monorepo #248

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@astrojs/react (source) 3.3.1 -> 3.3.3 age adoption passing confidence
astro (source) 4.7.0 -> 4.8.0 age adoption passing confidence

Release Notes

withastro/astro (@​astrojs/react) ### [`v3.3.3`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#333) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.3.2...@astrojs/react@3.3.3) ##### Patch Changes - [#​10942](https://togithub.com/withastro/astro/pull/10942) [`d47baa4`](https://togithub.com/withastro/astro/commit/d47baa466aaeedde9c79ed5375d0be34762ac8b6) Thanks [@​matthewp](https://togithub.com/matthewp)! - Updates package to support React 19 beta ### [`v3.3.2`](https://togithub.com/withastro/astro/blob/HEAD/packages/integrations/react/CHANGELOG.md#332) [Compare Source](https://togithub.com/withastro/astro/compare/@astrojs/react@3.3.1...@astrojs/react@3.3.2) ##### Patch Changes - [#​10893](https://togithub.com/withastro/astro/pull/10893) [`fd7a9ed`](https://togithub.com/withastro/astro/commit/fd7a9ed3379a123f02f297b69fa5da0053e84a89) Thanks [@​Angrigo](https://togithub.com/Angrigo)! - Removes using deprecated `ReactDOMServer.renderToStaticNodeStream` API
withastro/astro (astro) ### [`v4.8.0`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#480) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.7.1...astro@4.8.0) ##### Minor Changes - [#​10935](https://togithub.com/withastro/astro/pull/10935) [`ddd8e49`](https://togithub.com/withastro/astro/commit/ddd8e49d1a179bec82310fb471f822a1567a6610) Thanks [@​bluwy](https://togithub.com/bluwy)! - Exports `astro/jsx/rehype.js` with utilities to generate an Astro metadata object - [#​10625](https://togithub.com/withastro/astro/pull/10625) [`698c2d9`](https://togithub.com/withastro/astro/commit/698c2d9bb51e20b38de405b6076fd6488ddb5c2b) Thanks [@​goulvenclech](https://togithub.com/goulvenclech)! - Adds the ability for multiple pages to use the same component as an `entrypoint` when building an Astro integration. This change is purely internal, and aligns the build process with the behaviour in the development server. - [#​10906](https://togithub.com/withastro/astro/pull/10906) [`7bbd664`](https://togithub.com/withastro/astro/commit/7bbd66459dd29a338ac1dfae0e4c984cb08f73b3) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Adds a new radio checkbox component to the dev toolbar UI library (`astro-dev-toolbar-radio-checkbox`) - [#​10963](https://togithub.com/withastro/astro/pull/10963) [`61f47a6`](https://togithub.com/withastro/astro/commit/61f47a684235a049cbfc4f2cbb5edff3befeced7) Thanks [@​delucis](https://togithub.com/delucis)! - Adds support for passing an inline Astro configuration object to `getViteConfig()` If you are using `getViteConfig()` to configure the Vitest test runner, you can now pass a second argument to control how Astro is configured. This makes it possible to configure unit tests with different Astro options when using [Vitest’s workspaces](https://vitest.dev/guide/workspace.html) feature. ```js // vitest.config.ts import { getViteConfig } from 'astro/config'; export default getViteConfig( /* Vite configuration */ { test: {} }, /* Astro configuration */ { site: 'https://example.com', trailingSlash: 'never', } ); ``` - [#​10867](https://togithub.com/withastro/astro/pull/10867) [`47877a7`](https://togithub.com/withastro/astro/commit/47877a75404ccc8786bbea2171015fb088dc01a1) Thanks [@​ematipico](https://togithub.com/ematipico)! - Adds experimental rewriting in Astro with a new `rewrite()` function and the middleware `next()` function. The feature is available via an experimental flag in `astro.config.mjs`: ```js export default defineConfig({ experimental: { rewriting: true, }, }); ``` When enabled, you can use `rewrite()` to **render** another page without changing the URL of the browser in Astro pages and endpoints. ### [`v4.7.1`](https://togithub.com/withastro/astro/blob/HEAD/packages/astro/CHANGELOG.md#471) [Compare Source](https://togithub.com/withastro/astro/compare/astro@4.7.0...astro@4.7.1) ##### Patch Changes - [#​10911](https://togithub.com/withastro/astro/pull/10911) [`a86dc9d`](https://togithub.com/withastro/astro/commit/a86dc9d269fc4409c458cfa05dcfaeee12bade2f) Thanks [@​bluwy](https://togithub.com/bluwy)! - Skips adding CSS dependencies of CSS Vite modules as style tags in the HTML - [#​10900](https://togithub.com/withastro/astro/pull/10900) [`36bb3b6`](https://togithub.com/withastro/astro/commit/36bb3b6025eb51f6e027a76a514cc7ebb29deb10) Thanks [@​martrapp](https://togithub.com/martrapp)! - Detects overlapping navigation and view transitions and automatically aborts all but the most recent one. - [#​10933](https://togithub.com/withastro/astro/pull/10933) [`007d17f`](https://togithub.com/withastro/astro/commit/007d17fee072955d4acb846a06d9eb666e908ef6) Thanks [@​Princesseuh](https://togithub.com/Princesseuh)! - Fixes `app.toggleState` not working correctly - [#​10931](https://togithub.com/withastro/astro/pull/10931) [`4ce5ced`](https://togithub.com/withastro/astro/commit/4ce5ced44d490f4c6df771995aef14e11910ec57) Thanks [@​ktym4a](https://togithub.com/ktym4a)! - Fixes `toggleNotification()`'s parameter type for the notification level not using the proper levels

Configuration

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

🚦 Automerge: Enabled.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: package-lock.json
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @reach/auto-id@0.18.0
npm warn Found: react@18.3.1
npm warn node_modules/react
npm warn   react@"18.3.1" from the root project
npm warn   61 more (@clerk/clerk-js, @clerk/localizations, @clerk/shared, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || 17.x" from @reach/auto-id@0.18.0
npm warn node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn   @reach/auto-id@"^0.18.0" from @zendeskgarden/container-utilities@2.0.0
npm warn   node_modules/@zendeskgarden/container-utilities
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || 17.x" from @reach/auto-id@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn     @reach/auto-id@"^0.18.0" from @zendeskgarden/container-utilities@2.0.0
npm warn     node_modules/@zendeskgarden/container-utilities
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @reach/auto-id@0.18.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/react-dom
npm warn   react-dom@"18.3.1" from the root project
npm warn   30 more (@clerk/clerk-js, @clerk/localizations, @clerk/shared, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || 17.x" from @reach/auto-id@0.18.0
npm warn node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn   @reach/auto-id@"^0.18.0" from @zendeskgarden/container-utilities@2.0.0
npm warn   node_modules/@zendeskgarden/container-utilities
npm warn
npm warn Conflicting peer dependency: react-dom@17.0.2
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || 17.x" from @reach/auto-id@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn     @reach/auto-id@"^0.18.0" from @zendeskgarden/container-utilities@2.0.0
npm warn     node_modules/@zendeskgarden/container-utilities
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @reach/utils@0.18.0
npm warn Found: react@18.3.1
npm warn node_modules/react
npm warn   react@"18.3.1" from the root project
npm warn   61 more (@clerk/clerk-js, @clerk/localizations, @clerk/shared, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || 17.x" from @reach/utils@0.18.0
npm warn node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id/node_modules/@reach/utils
npm warn   @reach/utils@"0.18.0" from @reach/auto-id@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || 17.x" from @reach/utils@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id/node_modules/@reach/utils
npm warn     @reach/utils@"0.18.0" from @reach/auto-id@0.18.0
npm warn     node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @reach/utils@0.18.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/react-dom
npm warn   react-dom@"18.3.1" from the root project
npm warn   30 more (@clerk/clerk-js, @clerk/localizations, @clerk/shared, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || 17.x" from @reach/utils@0.18.0
npm warn node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id/node_modules/@reach/utils
npm warn   @reach/utils@"0.18.0" from @reach/auto-id@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm warn
npm warn Conflicting peer dependency: react-dom@17.0.2
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || 17.x" from @reach/utils@0.18.0
npm warn   node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id/node_modules/@reach/utils
npm warn     @reach/utils@"0.18.0" from @reach/auto-id@0.18.0
npm warn     node_modules/@zendeskgarden/container-utilities/node_modules/@reach/auto-id
npm error code EINVALIDPACKAGENAME
npm error Invalid package name "^17.0.50 || ^18.0.21 || npm:types-react" of package "^17.0.50 || ^18.0.21 || npm:types-react@beta": name can only contain URL-friendly characters.

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-09T13_45_32_618Z-debug-0.log