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 minorandpatch group in /website with 25 updates #1028

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 14, 2024

Bumps the minorandpatch group in /website with 25 updates:

Package From To
@emotion/react 11.11.1 11.11.3
@mui/material 5.14.20 5.15.10
@mui/x-date-pickers 6.18.4 6.19.4
axios 1.6.2 1.6.7
change-case 5.3.0 5.4.3
unplugin-icons 0.18.2 0.18.5
@astrojs/check 0.4.1 0.5.4
@astrojs/react 3.0.9 3.0.10
@iconify/json 2.2.166 2.2.183
@playwright/test 1.40.1 1.41.2
@tanstack/eslint-plugin-query 5.17.7 5.20.1
@testing-library/jest-dom 6.2.0 6.4.2
@testing-library/react 14.1.2 14.2.1
@types/luxon 3.4.0 3.4.2
@types/node 20.10.8 20.11.17
@types/react 18.2.47 18.2.55
@types/react-dom 18.2.18 18.2.19
@types/uuid 9.0.7 9.0.8
daisyui 4.5.0 4.7.2
eslint-plugin-astro 0.31.0 0.31.4
msw 2.0.13 2.2.0
prettier 3.1.1 3.2.5
prettier-plugin-astro 0.12.3 0.13.0
sass 1.69.7 1.70.0
vitest 1.0.4 1.2.2

Updates @emotion/react from 11.11.1 to 11.11.3

Release notes

Sourced from @​emotion/react's releases.

@​emotion/react@​11.11.3

Patch Changes

Commits

Updates @mui/material from 5.14.20 to 5.15.10

Release notes

Sourced from @​mui/material's releases.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.10

@mui/system@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

v5.15.9

Feb 8, 2024

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

v5.15.10

Feb 12, 2024

A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.15.10

@mui/system@5.15.10

@mui/joy@5.0.0-beta.28

Docs

Core

All contributors of this release in alphabetical order: @​cherniavskii, @​danilo-leal, @​joserodolfofreitas, @​millerized, @​oliviertassinari, @​sai6855, @​siriwatknp, @​Smileek

... (truncated)

Commits

Updates @mui/x-date-pickers from 6.18.4 to 6.19.4

Release notes

Sourced from @​mui/x-date-pickers's releases.

v6.19.4

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Improve Danish (da-DK) locale on the Data Grid (#11972) @​ShahrazH
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@v6.19.4

@mui/x-data-grid-pro@v6.19.4 pro

Same changes as in @mui/x-data-grid@v6.19.4.

@mui/x-data-grid-premium@v6.19.4 premium

Same changes as in @mui/x-data-grid-pro@v6.19.4, plus:

Date Pickers

@mui/x-date-pickers@v6.19.4

  • [pickers] Avoid relying on locale in Luxon isWithinRange method (#11940) @​LukasTy

@mui/x-date-pickers-pro@v6.19.4 pro

Same changes as in @mui/x-date-pickers@v6.19.4.

Charts / @mui/x-charts@v6.19.4

Docs

... (truncated)

Changelog

Sourced from @​mui/x-date-pickers's changelog.

v6.19.4

Feb 9, 2024

We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:

  • 🌍 Improve Danish (da-DK) locale on the Data Grid (#11972) @​ShahrazH
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Data Grid

@mui/x-data-grid@v6.19.4

@mui/x-data-grid-pro@v6.19.4 pro

Same changes as in @mui/x-data-grid@v6.19.4.

@mui/x-data-grid-premium@v6.19.4 premium

Same changes as in @mui/x-data-grid-pro@v6.19.4, plus:

Date Pickers

@mui/x-date-pickers@v6.19.4

  • [pickers] Avoid relying on locale in Luxon isWithinRange method (#11940) @​LukasTy

@mui/x-date-pickers-pro@v6.19.4 pro

Same changes as in @mui/x-date-pickers@v6.19.4.

Charts / @mui/x-charts@v6.19.4

Docs

... (truncated)

Commits

Updates axios from 1.6.2 to 1.6.7

Release notes

Sourced from axios's releases.

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Release v1.6.4

Release notes:

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

Release v1.6.3

Release notes:

... (truncated)

Changelog

Sourced from axios's changelog.

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

1.6.4 (2024-01-03)

Bug Fixes

  • security: fixed formToJSON prototype pollution vulnerability; (#6167) (3c0c11c)
  • security: fixed security vulnerability in follow-redirects (#6163) (75af1cd)

Contributors to this release

... (truncated)

Commits

Updates change-case from 5.3.0 to 5.4.3

Release notes

Sourced from change-case's releases.

Fix recursive options in keys change case

Fixed

Remove regex lookbehind

Fixed

Add split option to change-case

Added

  • Added a split option to the change-case transform functions to allow for customization on how words are extracted from input

Changed

  • The package exports are now default instead of import to fix some tooling that doesn't work properly with import
  • The exported split utility no longer accepts a second options argument
Commits

Updates unplugin-icons from 0.18.2 to 0.18.5

Release notes

Sourced from unplugin-icons's releases.

v0.18.5

No significant changes

    View changes on GitHub

v0.18.4

   🚀 Features

    View changes on GitHub

v0.18.3

   🚀 Features

    View changes on GitHub
Commits

Updates @astrojs/check from 0.4.1 to 0.5.4

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.5.4

Patch Changes

  • 6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases
  • 310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases
  • Updated dependencies [6924c7e]
  • Updated dependencies [310fbfe]
    • @​astrojs/language-server@​2.7.4

@​astrojs/check@​0.5.3

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases
  • Updated dependencies [de58706]
    • @​astrojs/language-server@​2.7.3

@​astrojs/check@​0.5.2

Patch Changes

  • a2280a8: Avoid checking Svelte and Vue files when running astro check
  • Updated dependencies [a2280a8]
    • @​astrojs/language-server@​2.7.2

@​astrojs/check@​0.5.1

Patch Changes

  • 7b1ab72: Fix TypeScript not working inside script tags
  • Updated dependencies [7b1ab72]
    • @​astrojs/language-server@​2.7.1

@​astrojs/check@​0.5.0

Minor Changes

  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

  • Updated dependencies [15a5532]
    • @​astrojs/language-server@​2.7.0
Changelog

Sourced from @​astrojs/check's changelog.

0.5.4

Patch Changes

  • 6924c7e: Fixes semantic highlighting not working inside .ts(x) files in certain cases
  • 310fbfe: Fix Svelte and Vue integrations not working on Windows in certain cases
  • Updated dependencies [6924c7e]
  • Updated dependencies [310fbfe]
    • @​astrojs/language-server@​2.7.4

0.5.3

Patch Changes

  • de58706: Fix imports from certain packages not working correctly in certain cases
  • Updated dependencies [de58706]
    • @​astrojs/language-server@​2.7.3

0.5.2

Patch Changes

  • a2280a8: Avoid checking Svelte and Vue files when running astro check
  • Updated dependencies [a2280a8]
    • @​astrojs/language-server@​2.7.2

0.5.1

Patch Changes

  • 7b1ab72: Fix TypeScript not working inside script tags
  • Updated dependencies [7b1ab72]
    • @​astrojs/language-server@​2.7.1

0.5.0

Minor Changes

  • 15a5532: Upgrade to Volar 2.0. No regressions are currently expected, however as this is a fairly consequential backend change, please report any issues you encounter.

    For reference, Volar is the underlying framework that powers the Astro language server, you can think of it as Vite for editor tooling.

Patch Changes

  • Updated dependencies [15a5532]
    • @​astrojs/language-server@​2.7.0
Commits

Updates @astrojs/react from 3.0.9 to 3.0.10

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​3.0.10

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

3.0.10

Patch Changes

Commits
  • ef00224 [ci] release (#10018)
  • 20ca315 Fix Issues with passing void elements to React with `experimentalReactChildre...
  • 4349254 chore(@​astrojs/integrations/react) Migrate tests to node:test for `@astrojs...
  • 9aa7a53 fix: vite security issue (#9773)
  • See full diff in compare view

Updates @iconify/json from 2.2.166 to 2.2.183

Commits
  • 346d97a Update 3 icon sets: HeroIcons, Lucide, Phosphor
  • 7e8ebd5 Update 6 icon sets
  • 989b098 Update 4 icon sets: Carbon, FormKit Icons, Lucide, OOUI
  • 50839fd Update 2 icon sets: Arcticons, Material Line Icons
  • e7ce4f8 Update 4 icon sets: Arcticons, Custom Brand Icons, Flowbite Icons, Material L...
  • de14ab4 Update 12 icon sets
  • 0fe2545 Update Lucide
  • 15daab3 chore: update dependencies, export dir
  • ef004c1 Update 5 icon sets
  • 94095ff Update 3 icon sets: Arcticons, Lucide, Gitlab SVGs
  • Additional commits viewable in compare view

Updates @playwright/test from 1.40.1 to 1.41.2

Release notes

Sourced from @​playwright/test's releases.

v1.41.2

Highlights

microsoft/playwright#29123 - [REGRESSION] route.continue: Protocol error (Fetch.continueRequest): Invalid InterceptionId.

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.1

Highlights

microsoft/playwright#29067 - [REGRESSION] Codegen/Recorder: not all clicks are being actioned nor recorded microsoft/playwright#29028 - [REGRESSION] React component tests throw type error when passing null/undefined to component microsoft/playwright#29027 - [REGRESSION] React component tests not passing Date prop values microsoft/playwright#29023 - [REGRESSION] React component tests not rendering children prop microsoft/playwright#29019 - [REGRESSION] trace.playwright.dev does not currently support the loading from URL

Browser Versions

  • Chromium 121.0.6167.57
  • Mozilla Firefox 121.0
  • WebKit 17.4

This version was also tested against the following stable channels:

  • Google Chrome 120
  • Microsoft Edge 120

v1.41.0

New APIs

Bumps the minorandpatch group in /website with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.11.1` | `11.11.3` |
| [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) | `5.14.20` | `5.15.10` |
| [@mui/x-date-pickers](https://github.com/mui/mui-x/tree/HEAD/packages/x-date-pickers) | `6.18.4` | `6.19.4` |
| [axios](https://github.com/axios/axios) | `1.6.2` | `1.6.7` |
| [change-case](https://github.com/blakeembrey/change-case) | `5.3.0` | `5.4.3` |
| [unplugin-icons](https://github.com/unplugin/unplugin-icons) | `0.18.2` | `0.18.5` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.4.1` | `0.5.4` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `3.0.9` | `3.0.10` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.166` | `2.2.183` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.40.1` | `1.41.2` |
| [@tanstack/eslint-plugin-query](https://github.com/TanStack/query/tree/HEAD/packages/eslint-plugin-query) | `5.17.7` | `5.20.1` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | `6.2.0` | `6.4.2` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `14.1.2` | `14.2.1` |
| [@types/luxon](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/luxon) | `3.4.0` | `3.4.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.10.8` | `20.11.17` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.2.47` | `18.2.55` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.2.18` | `18.2.19` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.7` | `9.0.8` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.5.0` | `4.7.2` |
| [eslint-plugin-astro](https://github.com/ota-meshi/eslint-plugin-astro) | `0.31.0` | `0.31.4` |
| [msw](https://github.com/mswjs/msw) | `2.0.13` | `2.2.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` |
| [prettier-plugin-astro](https://github.com/withastro/prettier-plugin-astro) | `0.12.3` | `0.13.0` |
| [sass](https://github.com/sass/dart-sass) | `1.69.7` | `1.70.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.0.4` | `1.2.2` |


Updates `@emotion/react` from 11.11.1 to 11.11.3
- [Release notes](https://github.com/emotion-js/emotion/releases)
- [Changelog](https://github.com/emotion-js/emotion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/emotion-js/emotion/compare/@emotion/react@11.11.1...@emotion/react@11.11.3)

Updates `@mui/material` from 5.14.20 to 5.15.10
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.15.10/packages/mui-material)

Updates `@mui/x-date-pickers` from 6.18.4 to 6.19.4
- [Release notes](https://github.com/mui/mui-x/releases)
- [Changelog](https://github.com/mui/mui-x/blob/next/CHANGELOG.md)
- [Commits](https://github.com/mui/mui-x/commits/v6.19.4/packages/x-date-pickers)

Updates `axios` from 1.6.2 to 1.6.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.2...v1.6.7)

Updates `change-case` from 5.3.0 to 5.4.3
- [Release notes](https://github.com/blakeembrey/change-case/releases)
- [Commits](https://github.com/blakeembrey/change-case/compare/change-case@5.3.0...change-case@5.4.3)

Updates `unplugin-icons` from 0.18.2 to 0.18.5
- [Release notes](https://github.com/unplugin/unplugin-icons/releases)
- [Commits](unplugin/unplugin-icons@v0.18.2...v0.18.5)

Updates `@astrojs/check` from 0.4.1 to 0.5.4
- [Release notes](https://github.com/withastro/language-tools/releases)
- [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md)
- [Commits](https://github.com/withastro/language-tools/commits/@astrojs/check@0.5.4/packages/astro-check)

Updates `@astrojs/react` from 3.0.9 to 3.0.10
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/react/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/react@3.0.10/packages/integrations/react)

Updates `@iconify/json` from 2.2.166 to 2.2.183
- [Commits](iconify/icon-sets@2.2.166...2.2.183)

Updates `@playwright/test` from 1.40.1 to 1.41.2
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.40.1...v1.41.2)

Updates `@tanstack/eslint-plugin-query` from 5.17.7 to 5.20.1
- [Release notes](https://github.com/TanStack/query/releases)
- [Commits](https://github.com/TanStack/query/commits/v5.20.1/packages/eslint-plugin-query)

Updates `@testing-library/jest-dom` from 6.2.0 to 6.4.2
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.2.0...v6.4.2)

Updates `@testing-library/react` from 14.1.2 to 14.2.1
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v14.1.2...v14.2.1)

Updates `@types/luxon` from 3.4.0 to 3.4.2
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/luxon)

Updates `@types/node` from 20.10.8 to 20.11.17
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 18.2.47 to 18.2.55
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 18.2.18 to 18.2.19
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@types/uuid` from 9.0.7 to 9.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `daisyui` from 4.5.0 to 4.7.2
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v4.5.0...v4.7.2)

Updates `eslint-plugin-astro` from 0.31.0 to 0.31.4
- [Release notes](https://github.com/ota-meshi/eslint-plugin-astro/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-astro@v0.31.0...v0.31.4)

Updates `msw` from 2.0.13 to 2.2.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.0.13...v2.2.0)

Updates `prettier` from 3.1.1 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@3.1.1...3.2.5)

Updates `prettier-plugin-astro` from 0.12.3 to 0.13.0
- [Release notes](https://github.com/withastro/prettier-plugin-astro/releases)
- [Changelog](https://github.com/withastro/prettier-plugin-astro/blob/main/CHANGELOG.md)
- [Commits](withastro/prettier-plugin-astro@v0.12.3...v0.13.0)

Updates `sass` from 1.69.7 to 1.70.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.69.7...1.70.0)

Updates `vitest` from 1.0.4 to 1.2.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.2.2/packages/vitest)

---
updated-dependencies:
- dependency-name: "@emotion/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@mui/x-date-pickers"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: change-case
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: unplugin-icons
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@astrojs/check"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@astrojs/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@iconify/json"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@tanstack/eslint-plugin-query"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/luxon"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: "@types/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: daisyui
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: eslint-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: prettier-plugin-astro
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels Feb 14, 2024
@corneliusroemer
Copy link
Contributor

Issue appears to be with @mui/utils

(node:27894) Warning: To load an ES module, set "type": "module" in the package.json or use the .mjs extension.
(Use `node --trace-warnings ...` to show where the warning was created)
/workspaces/loculus/website/node_modules/@mui/utils/generateUtilityClasses/index.js:1
export { default } from './generateUtilityClasses';
^^^^^^

SyntaxError: Unexpected token 'export'
    at internalCompileFunction (node:internal/vm:77:18)
    at wrapSafe (node:internal/modules/cjs/loader:1288:20)
    at Module._compile (node:internal/modules/cjs/loader:1340:27)
    at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
    at Module.load (node:internal/modules/cjs/loader:1207:32)
    at Module._load (node:internal/modules/cjs/loader:1023:12)
    at cjsLoader (node:internal/modules/esm/translators:356:17)
    at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:305:7)
    at ModuleJob.run (node:internal/modules/esm/module_job:218:25)
    at async ModuleLoader.import (node:internal/modules/esm/loader:329:24)
    at async BuildPipeline.retrieveManifest (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/buildPipeline.js:92:26)
    at async generatePages (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/generate.js:110:16)
    at async staticBuild (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/static-build.js:93:7)
    at async AstroBuilder.build (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/index.js:134:5)
    at async AstroBuilder.run (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/index.js:165:7)
    at async build (file:///workspaces/loculus/website/node_modules/astro/dist/core/build/index.js:44:3)
    at async build (file:///workspaces/loculus/website/node_modules/astro/dist/cli/build/index.js:21:3)
    at async runCommand (file:///workspaces/loculus/website/node_modules/astro/dist/cli/index.js:116:7)
    at async cli (file:///workspaces/loculus/website/node_modules/astro/dist/cli/index.js:144:5)

Copy link
Contributor

@corneliusroemer corneliusroemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now passes CI after pinning two deps at patch level. We can try unpinning later, maybe some of our other deps have incompatibilities with the unpinned deps.

@corneliusroemer corneliusroemer merged commit 4513efd into main Feb 15, 2024
12 checks passed
@corneliusroemer corneliusroemer deleted the dependabot/npm_and_yarn/website/minorandpatch-5a526b3c84 branch February 15, 2024 12: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