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 12 updates #1860

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minorandpatch group in /website with 12 updates:

Package From To
astro 4.7.1 4.8.2
rsuite 5.60.1 5.60.2
zod 3.23.6 3.23.8
@astrojs/check 0.5.10 0.6.0
@astrojs/react 3.3.2 3.3.4
@iconify/json 2.2.207 2.2.208
@playwright/test 1.43.1 1.44.0
@testing-library/react 15.0.6 15.0.7
@types/node 20.12.10 20.12.11
daisyui 4.10.5 4.11.1
msw 2.2.14 2.3.0
sass 1.76.0 1.77.0

Updates astro from 4.7.1 to 4.8.2

Release notes

Sourced from astro's releases.

astro@4.8.2

Patch Changes

astro@4.8.1

Patch Changes

  • #10987 05db5f7 Thanks @​ematipico! - Fix a regression where the flag experimental.rewriting was marked mandatory. Is is now optional.

  • #10975 6b640b3 Thanks @​bluwy! - Passes the scoped style attribute or class to the <picture> element in the <Picture /> component so scoped styling can be applied to the <picture> element

create-astro@4.8.0

Minor Changes

astro@4.8.0

Minor Changes

  • #10935 ddd8e49 Thanks @​bluwy! - Exports astro/jsx/rehype.js with utilities to generate an Astro metadata object

  • #10625 698c2d9 Thanks @​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 7bbd664 Thanks @​Princesseuh! - Adds a new radio checkbox component to the dev toolbar UI library (astro-dev-toolbar-radio-checkbox)

  • #10963 61f47a6 Thanks @​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 feature.

    // vitest.config.ts
    import { getViteConfig } from 'astro/config';
    export default getViteConfig(
    /* Vite configuration /
    { test: {} },
    / Astro configuration */
    {
    site: 'https://example.com',
    trailingSlash: 'never',
    }
    );

  • #10867 47877a7 Thanks @​ematipico! - Adds experimental rewriting in Astro with a new rewrite() function and the middleware next() function.

... (truncated)

Changelog

Sourced from astro's changelog.

4.8.2

Patch Changes

4.8.1

Patch Changes

  • #10987 05db5f7 Thanks @​ematipico! - Fix a regression where the flag experimental.rewriting was marked mandatory. Is is now optional.

  • #10975 6b640b3 Thanks @​bluwy! - Passes the scoped style attribute or class to the <picture> element in the <Picture /> component so scoped styling can be applied to the <picture> element

4.8.0

Minor Changes

  • #10935 ddd8e49 Thanks @​bluwy! - Exports astro/jsx/rehype.js with utilities to generate an Astro metadata object

  • #10625 698c2d9 Thanks @​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 7bbd664 Thanks @​Princesseuh! - Adds a new radio checkbox component to the dev toolbar UI library (astro-dev-toolbar-radio-checkbox)

  • #10963 61f47a6 Thanks @​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 feature.

    // vitest.config.ts
    import { getViteConfig } from 'astro/config';
    export default getViteConfig(
    /* Vite configuration /
    { test: {} },
    / Astro configuration */
    {
    site: 'https://example.com',
    trailingSlash: 'never',
    }
    );

  • #10867 47877a7 Thanks @​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:

... (truncated)

Commits

Updates rsuite from 5.60.1 to 5.60.2

Release notes

Sourced from rsuite's releases.

v5.60.2

Bug Fixes

Full Changelog: rsuite/rsuite@v5.60.1...v5.60.2

Changelog

Sourced from rsuite's changelog.

5.60.2 (2024-05-10)

Bug Fixes

  • date-picker: cursor pointer on icon hover (#3789) (fb85faa)
  • DateInput,DateRangeInput: fix the issue of incorrect cursor position in the input box (#3785) (d606944)
  • Slider: block pointer events when disabled (#3788) (2470f77)
  • toggle: center align inner text/icon (#3787) (c2a8fb1)
Commits
  • db20c90 build: bump 5.60.2
  • fb85faa fix(date-picker): cursor pointer on icon hover (#3789)
  • d606944 fix(DateInput,DateRangeInput): fix the issue of incorrect cursor position in ...
  • 32a0387 docs: fix deprecated examples in README and update license
  • 2470f77 fix(Slider): block pointer events when disabled (#3788)
  • c2a8fb1 fix(toggle): center align inner text/icon (#3787)
  • 9111c56 build(deps-dev): bump ejs from 3.1.8 to 3.1.10 in /examples/with-preact (#3779)
  • 356df3a build(deps): bump ejs from 3.1.9 to 3.1.10 in /examples/create-react-app (#3782)
  • c315f27 build(deps-dev): bump ejs from 3.1.9 to 3.1.10 in /storybook (#3783)
  • 10415d4 build(docs): bump rsuite 5.60.1
  • See full diff in compare view

Updates zod from 3.23.6 to 3.23.8

Release notes

Sourced from zod's releases.

v3.23.8

Commits:

  • 0f4d403558ae0490c711e4c2bfcf6c200bd14e11 Add Bronze logos (#3470)
  • 19687315b5b24bbd1ff6c346bfc2975700221748 Tweak tiers (#3471)
  • eda7df314399929f7ed737423868a5a0780cd944 Change RefinementCtx to interface
  • ca42965df46b2f7e2747db29c40a26bcb32a51d5 v3.23.8

v3.23.7

Commits:

  • 29d2ea2a15f0b1ac4b89138041f786a3dafc490b Add copper
  • d969423266fccee56ef769da6744cc8bacb04550 Fix #3437: extendShape erases JSDoc property documentation (#3463)
  • 2239ff3ccc9af4d28bee27bd6fb2a5632844480b Add social crow
  • f985b5b922cb357dbf4b25bb43814d19f838e046 3.23.7
Commits

Updates @astrojs/check from 0.5.10 to 0.6.0

Release notes

Sourced from @​astrojs/check's releases.

@​astrojs/check@​0.6.0

Minor Changes

  • 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

Patch Changes

  • Updated dependencies [65d3425]
    • @​astrojs/language-server@​2.9.0
Changelog

Sourced from @​astrojs/check's changelog.

0.6.0

Minor Changes

  • 65d3425: Upgrades the language server to use Volar 2.2. This changes should have no negative impacts on the experience.

Patch Changes

  • Updated dependencies [65d3425]
    • @​astrojs/language-server@​2.9.0
Commits

Updates @astrojs/react from 3.3.2 to 3.3.4

Release notes

Sourced from @​astrojs/react's releases.

@​astrojs/react@​3.3.4

Patch Changes

@​astrojs/react@​3.3.3

Patch Changes

Changelog

Sourced from @​astrojs/react's changelog.

3.3.4

Patch Changes

3.3.3

Patch Changes

Commits

Updates @iconify/json from 2.2.207 to 2.2.208

Commits

Updates @playwright/test from 1.43.1 to 1.44.0

Release notes

Sourced from @​playwright/test's releases.

v1.44.0

New APIs

Accessibility assertions

  • expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleName('Submit');
  • expect(locator).toHaveAccessibleDescription() checks if the element has the specified accessible description:

    const locator = page.getByRole('button');
    await expect(locator).toHaveAccessibleDescription('Upload a photo');
  • expect(locator).toHaveRole() checks if the element has the specified ARIA role:

    const locator = page.getByTestId('save-button');
    await expect(locator).toHaveRole('button');

Locator handler

  • After executing the handler added with page.addLocatorHandler(), Playwright will now wait until the overlay that triggered the handler is not visible anymore. You can opt-out of this behavior with the new noWaitAfter option.
  • You can use new times option in page.addLocatorHandler() to specify maximum number of times the handler should be run.
  • The handler in page.addLocatorHandler() now accepts the locator as argument.
  • New page.removeLocatorHandler() method for removing previously added locator handlers.
const locator = page.getByText('This interstitial covers the button');
await page.addLocatorHandler(locator, async overlay => {
  await overlay.locator('#close').click();
}, { times: 3, noWaitAfter: true });
// Run your tests that can be interrupted by the overlay.
// ...
await page.removeLocatorHandler(locator);

Miscellaneous options

  • multipart option in apiRequestContext.fetch() now accepts FormData and supports repeating fields with the same name.

    const formData = new FormData();
    formData.append('file', new File(['let x = 2024;'], 'f1.js', { type: 'text/javascript' }));
    formData.append('file', new File(['hello'], 'f2.txt', { type: 'text/plain' }));
    context.request.post('https://example.com/uploadFiles', {
      multipart: formData

... (truncated)

Commits

Updates @testing-library/react from 15.0.6 to 15.0.7

Release notes

Sourced from @​testing-library/react's releases.

v15.0.7

15.0.7 (2024-05-07)

Bug Fixes

  • Ensure act is not any when React.act is not declared (#1323) (c1f2957)
Commits

Updates @types/node from 20.12.10 to 20.12.11

Commits

Updates daisyui from 4.10.5 to 4.11.1

Release notes

Sourced from daisyui's releases.

v4.11.1

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@4.11.1

💚 Thank you for using daisyUI!

v4.11.0

🌼 Read changelog: https://daisyui.com/docs/changelog/

📦 Install this update:

npm i -D daisyui@4.11.0

💚 Thank you for using daisyUI!

Changelog

Sourced from daisyui's changelog.

4.11.1 (2024-05-07)

Bug Fixes

  • disable initial button animation for prefers-reduced-motion (57d470e)

4.11.0 (2024-05-07)

Features

  • add tab-active style for tabs with aria-selected="true" attribute (213ee58)
Commits

Updates msw from 2.2.14 to 2.3.0

Release notes

Sourced from msw's releases.

v2.3.0 (2024-05-08)

[!WARNING] This release changes how MSW treats unhandled exceptions in response resolvers. Previously, they were treated as request errors. Starting with this release, unhandled resolver exceptions will be coerced to 500 Unhandled Exception mocked error responses produced by the library. Please note that you must not intentionally throw errors in your resolvers. Please use Response.error() to mock request/network errors. Unhandled exceptions are considered unintended and will be treated as if they happen on the actual server.

Features

  • treat unhandled exceptions in handlers as 500 error responses (#2135) (519139924639a0135169210a0d9c5cd0a0d3e994) @​kettanaito
  • prioritize the node export when importing msw/node (#2134, transitively through @​mswjs/interceptors).
  • add a new unhandledException event (#2135, docs).
server.events.on('unhandledException', ({ request, error }) => {
  console.log('%s %s errored! See details below.', request.method, request.url)
  console.error(error)
})

Bug Fixes

  • Disposable: make the ".dispose()" method synchronous (#2144) (686d3d668f7b76cbf26f75c990fded5e4fd298da) @​kettanaito
Commits
  • 7cf34c1 chore(release): v2.3.0
  • 686d3d6 fix(Disposable): make the ".dispose()" method synchronous (#2144)
  • 5191399 feat: treat unhandled exceptions in handlers as 500 error responses (#2135)
  • See full diff in compare view

Updates sass from 1.76.0 to 1.77.0

Release notes

Sourced from sass's releases.

Dart Sass 1.77.0

To install Sass 1.77.0, download one of the packages below and add it to your PATH, or see the Sass website for full installation instructions.

Changes

  • Don't throw errors for at-rules in keyframe blocks.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.77.0

  • Don't throw errors for at-rules in keyframe blocks.
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the minorandpatch group in /website with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `4.7.1` | `4.8.2` |
| [rsuite](https://github.com/rsuite/rsuite) | `5.60.1` | `5.60.2` |
| [zod](https://github.com/colinhacks/zod) | `3.23.6` | `3.23.8` |
| [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.5.10` | `0.6.0` |
| [@astrojs/react](https://github.com/withastro/astro/tree/HEAD/packages/integrations/react) | `3.3.2` | `3.3.4` |
| [@iconify/json](https://github.com/iconify/icon-sets) | `2.2.207` | `2.2.208` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.43.1` | `1.44.0` |
| [@testing-library/react](https://github.com/testing-library/react-testing-library) | `15.0.6` | `15.0.7` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.12.10` | `20.12.11` |
| [daisyui](https://github.com/saadeghi/daisyui) | `4.10.5` | `4.11.1` |
| [msw](https://github.com/mswjs/msw) | `2.2.14` | `2.3.0` |
| [sass](https://github.com/sass/dart-sass) | `1.76.0` | `1.77.0` |


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

Updates `rsuite` from 5.60.1 to 5.60.2
- [Release notes](https://github.com/rsuite/rsuite/releases)
- [Changelog](https://github.com/rsuite/rsuite/blob/main/CHANGELOG.md)
- [Commits](rsuite/rsuite@v5.60.1...v5.60.2)

Updates `zod` from 3.23.6 to 3.23.8
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](colinhacks/zod@v3.23.6...v3.23.8)

Updates `@astrojs/check` from 0.5.10 to 0.6.0
- [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.6.0/packages/astro-check)

Updates `@astrojs/react` from 3.3.2 to 3.3.4
- [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.3.4/packages/integrations/react)

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

Updates `@playwright/test` from 1.43.1 to 1.44.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.43.1...v1.44.0)

Updates `@testing-library/react` from 15.0.6 to 15.0.7
- [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@v15.0.6...v15.0.7)

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

Updates `daisyui` from 4.10.5 to 4.11.1
- [Release notes](https://github.com/saadeghi/daisyui/releases)
- [Changelog](https://github.com/saadeghi/daisyui/blob/master/CHANGELOG.md)
- [Commits](saadeghi/daisyui@v4.10.5...v4.11.1)

Updates `msw` from 2.2.14 to 2.3.0
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.2.14...v2.3.0)

Updates `sass` from 1.76.0 to 1.77.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.76.0...1.77.0)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: rsuite
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: zod
  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: "@testing-library/react"
  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-patch
  dependency-group: minorandpatch
- dependency-name: daisyui
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
- dependency-name: msw
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript labels May 10, 2024
@corneliusroemer corneliusroemer added preview Triggers a deployment to argocd and removed preview Triggers a deployment to argocd labels May 10, 2024
@corneliusroemer corneliusroemer merged commit cc8cfa6 into main May 11, 2024
16 checks passed
@corneliusroemer corneliusroemer deleted the dependabot/npm_and_yarn/website/minorandpatch-ecc59785f4 branch May 11, 2024 01:37
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 preview Triggers a deployment to argocd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant