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 compatible group with 10 updates #233

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the compatible group with 10 updates:

Package From To
@cloudflare/workers-types 4.20241004.0 4.20241011.0
@nuxt/devtools 1.5.2 1.6.0
@types/node 22.7.4 22.7.5
sass 1.79.4 1.79.5
undici 6.19.8 6.20.1
wrangler 3.80.0 3.80.4
@aws-sdk/client-s3 3.665.0 3.670.0
@playwright/test 1.47.2 1.48.0
playwright 1.47.2 1.48.0
vitest 2.1.2 2.1.3

Updates @cloudflare/workers-types from 4.20241004.0 to 4.20241011.0

Commits

Updates @nuxt/devtools from 1.5.2 to 1.6.0

Release notes

Sourced from @​nuxt/devtools's releases.

v1.6.0

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.6.0 (2024-10-12)

Bug Fixes

Commits

Updates @types/node from 22.7.4 to 22.7.5

Commits

Updates sass from 1.79.4 to 1.79.5

Release notes

Sourced from sass's releases.

Dart Sass 1.79.5

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

Changes

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface

  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.

JS API

  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.

Embedded Sass

  • Properly pass missing color channel values to and from custom functions.

See the full changelog for changes in earlier releases.

Changelog

Sourced from sass's changelog.

1.79.5

  • Changes to how selector.unify() and @extend combine selectors:

    • The relative order of pseudo-classes (like :hover) and pseudo-elements (like ::before) within each original selector is now preserved when they're combined.

    • Pseudo selectors are now consistently placed at the end of the combined selector, regardless of which selector they came from. Previously, this reordering only applied to pseudo-selectors in the second selector.

  • Tweak the color transformation matrices for OKLab and OKLCH to match the newer, more accurate values in the CSS spec.

  • Fix a slight inaccuracy case when converting to srgb-linear and display-p3.

  • Potentially breaking bug fix: math.unit() now wraps multiple denominator units in parentheses. For example, px/(em*em) instead of px/em*em.

Command-Line Interface

  • Use @parcel/watcher to watch the filesystem when running from JavaScript and not using --poll. This should mitigate more frequent failures users have been seeing since version 4.0.0 of Chokidar, our previous watching tool, was released.

JS API

  • Fix SassColor.interpolate() to allow an undefined options parameter, as the types indicate.

Embedded Sass

  • Properly pass missing color channel values to and from custom functions.
Commits
  • 7290399 Partially replace chokidar with @​parcel/watcher (#2379)
  • 85b467b Update LMS matrices (#2374)
  • 2c5f1e9 Use correct notation for multiple denominator units (#2375)
  • d58e219 Add sass-parser support for for the @supports rule (#2378)
  • 5535d1f Fix srgb to linear (#2372)
  • 5acae8a Fix JS API color.interpolate(color2) without options (#2369)
  • 4890989 Add support for missing color channels to the protofier (#2366)
  • 67fecff unifyComound() and unifyComplex() no longer move pseudo-classes across pseudo...
  • See full diff in compare view

Updates undici from 6.19.8 to 6.20.1

Release notes

Sourced from undici's releases.

v6.20.0

What's Changed

Full Changelog: nodejs/undici@v6.19.8...v6.20.0

Commits

Updates wrangler from 3.80.0 to 3.80.4

Release notes

Sourced from wrangler's releases.

[email protected]

Patch Changes

[email protected]

Patch Changes

[email protected]

Patch Changes

  • #6923 1320f20 Thanks @​andyjessop! - chore: adds eslint-disable for ESLint error on empty typescript interface in workers-configuration.d.ts

[email protected]

Patch Changes

  • #6908 d696850 Thanks @​penalosa! - fix: debounce restarting worker on assets dir file changes when --x-dev-env is enabled.

  • #6902 dc92af2 Thanks @​threepointone! - fix: enable esbuild's keepNames: true to set .name on functions/classes

  • #6909 82180a7 Thanks @​penalosa! - fix: Various fixes for logging in --x-dev-env, primarily to ensure the hotkeys don't wipe useful output and are cleaned up correctly

  • #6903 54924a4 Thanks @​petebacondarwin! - fix: ensure that alias config gets passed through to the bundler when using new --x-dev-env

    Fixes #6898

  • #6911 30b7328 Thanks @​emily-shen! - fix: infer experimentalJsonConfig from file extension

    Fixes #5768 - issue with vitest and Pages projects with wrangler.toml

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.80.4

Patch Changes

3.80.3

Patch Changes

3.80.2

Patch Changes

  • #6923 1320f20 Thanks @​andyjessop! - chore: adds eslint-disable for ESLint error on empty typescript interface in workers-configuration.d.ts

3.80.1

Patch Changes

... (truncated)

Commits
  • 0595241 Version Packages (#6946)
  • c863183 chore(deps): bump the workerd-and-workers-types group with 2 updates (#6949)
  • 51aedd4 Show kv help when run without params (#6937)
  • ef78258 Version Packages (#6934)
  • eaf71b8 fix: improve the rendering of build errors when bundling (#6894)
  • 2af75ed fix: respect CLOUDLFARE_ACCOUNT_ID with wrangler pages project (#6927)
  • a24c86b fix: pages project delete should error if project name not specified (#6914)
  • 301d413 [Refactor] Separate server registry from file-based registry (#6926)
  • 2e64968 chore: update unenv dependency version (#6920)
  • 4c6aad0 fix: allow requireing alias modules (#6932)
  • Additional commits viewable in compare view

Updates @aws-sdk/client-s3 from 3.665.0 to 3.670.0

Release notes

Sourced from @​aws-sdk/client-s3's releases.

v3.670.0

3.670.0(2024-10-11)

Chores
  • codegen: codegen update for createDefaultUserAgentProvider (#6558) (1f421db3)
Documentation Changes
  • client-appflow: Doc only updates for clarification around OAuth2GrantType for Salesforce. (b381b166)
  • client-robomaker: Documentation update: added support notices to each API action. (bc47ba41)
New Features
  • client-guardduty: Added a new field for network connection details. (6f6d4ac2)
  • client-emr: This release provides new parameter "Context" in instance fleet clusters. (bbad3841)
  • client-elastic-load-balancing-v2: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. (809828e6)
Bug Fixes
  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f60)
  • lib-dynamodb: missing @​aws-sdk/core dependency in lib-dynamodb (#6557) (e4f9d596)

For list of updated packages, view updated-packages.md in assets-3.670.0.zip

v3.669.0

3.669.0(2024-10-10)

Chores
  • middleware-user-agent: detect cbor, retry, account id features (#6552) (534e028f)
Documentation Changes
  • client-elastic-inference: Elastic Inference - Documentation update to add service shutdown notice. (5dbe44b3)
  • client-ecs: This is a documentation only release that updates to documentation to let customers know that Amazon Elastic Inference is no longer available. (1ec3fb83)
  • client-acm-pca: Documentation updates for AWS Private CA. (70a55d50)
New Features
  • client-socialmessaging: This release for AWS End User Messaging includes a public SDK, providing a suite of APIs that enable sending WhatsApp messages to end users. (9e43f51a)
  • client-outposts: Adding new "DELIVERED" enum value for Outposts Order status (c9ca8165)
  • client-neptune-graph: Support for 16 m-NCU graphs available through account allowlisting (60ba33d6)
  • client-route53resolver: Route 53 Resolver Forwarding Rules can now include a server name indication (SNI) in the target address for rules that use the DNS-over-HTTPS (DoH) protocol. When a DoH-enabled Outbound Resolver Endpoint forwards a request to a DoH server, it will provide the SNI in the TLS handshake. (278471b3)
  • client-iotfleetwise: Refine campaign related API validations (9695325a)
  • client-ec2: This release adds support for assigning the billing of shared Amazon EC2 On-Demand Capacity Reservations. (88ca2562)
  • client-database-migration-service: Introduces DescribeDataMigrations, CreateDataMigration, ModifyDataMigration, DeleteDataMigration, StartDataMigration, StopDataMigration operations to SDK. Provides FailedDependencyFault error message. (f4772634)

... (truncated)

Changelog

Sourced from @​aws-sdk/client-s3's changelog.

3.670.0 (2024-10-11)

Bug Fixes

  • client-s3: correct shape type of two shapes from union to structure (#6561) (9d746f6)

3.669.0 (2024-10-10)

Note: Version bump only for package @​aws-sdk/client-s3

3.668.0 (2024-10-09)

Note: Version bump only for package @​aws-sdk/client-s3

3.667.0 (2024-10-08)

Note: Version bump only for package @​aws-sdk/client-s3

3.666.0 (2024-10-07)

Note: Version bump only for package @​aws-sdk/client-s3

Commits
  • 375e4e5 Publish v3.670.0
  • 9d746f6 fix(client-s3): correct shape type of two shapes from union to structure (#6561)
  • 1f421db chore(codegen): codegen update for createDefaultUserAgentProvider (#6558)
  • 7d63f7a Publish v3.669.0
  • 6e61f0e Publish v3.668.0
  • fc7effc Publish v3.667.0
  • 7a98e5f Publish v3.666.0
  • 544120e chore(clients): codegen sync for unset union payloads, header list parsing (#...
  • See full diff in compare view

Updates @playwright/test from 1.47.2 to 1.48.0

Release notes

Sourced from @​playwright/test's releases.

v1.48.0

WebSocket routing

New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".

await page.routeWebSocket('/ws', ws => {
  ws.onMessage(message => {
    if (message === 'request')
      ws.send('response');
  });
});

See WebSocketRoute for more details.

UI updates

  • New "copy" buttons for annotations and test location in the HTML report.
  • Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
  • New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.

Miscellaneous

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits

Updates playwright from 1.47.2 to 1.48.0

Release notes

Sourced from playwright's releases.

v1.48.0

WebSocket routing

New methods page.routeWebSocket() and browserContext.routeWebSocket() allow to intercept, modify and mock WebSocket connections initiated in the page. Below is a simple example that mocks WebSocket communication by responding to a "request" with a "response".

await page.routeWebSocket('/ws', ws => {
  ws.onMessage(message => {
    if (message === 'request')
      ws.send('response');
  });
});

See WebSocketRoute for more details.

UI updates

  • New "copy" buttons for annotations and test location in the HTML report.
  • Route method calls like route.fulfill() are not shown in the report and trace viewer anymore. You can see which network requests were routed in the network tab instead.
  • New "Copy as cURL" and "Copy as fetch" buttons for requests in the network tab.

Miscellaneous

Browser Versions

  • Chromium 130.0.6723.19
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 129
  • Microsoft Edge 129
Commits

Updates vitest from 2.1.2 to 2.1.3

Release notes

Sourced from vitest's releases.

v2.1.3

   🐞 Bug Fixes

   🏎 Performance

    View changes on GitHub
Commits
  • 4c03a0d chore: release v2.1.3
  • 70baaaa fix(vitest): use fast-glob instead of tinyglobby in Vitest (#6688)
  • 19d64e2 fix(vitest): always inline setup files (#6689)
  • 47dde76 fix(vitest): show rollup error details as test error (#6686)
  • 7155cee refactor(coverage): move re-usable parts to base provider (#6665)
  • 7a0de0a perf: reuse full name in reported tasks, update generator types (#6666)
  • 8bef5d2 fix(browser): not.toBeInTheDocument works with locators API (#6634)
  • 9ece395 fix(vitest): fix \<empty line> logs when interleaving console.log/error (#...
  • 000459a fix(vitest): deprecate old task types and node-reliant types (#6632)
  • 946d8bb fix(vitest): don't hang with maxConcurrency 0 (#6627)
  • Additional commits viewable in compare view

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 compatible group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241004.0` | `4.20241011.0` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.5.2` | `1.6.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` |
| [sass](https://github.com/sass/dart-sass) | `1.79.4` | `1.79.5` |
| [undici](https://github.com/nodejs/undici) | `6.19.8` | `6.20.1` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.80.0` | `3.80.4` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.665.0` | `3.670.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.47.2` | `1.48.0` |
| [playwright](https://github.com/microsoft/playwright) | `1.47.2` | `1.48.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.2` | `2.1.3` |


Updates `@cloudflare/workers-types` from 4.20241004.0 to 4.20241011.0
- [Release notes](https://github.com/cloudflare/workerd/releases)
- [Changelog](https://github.com/cloudflare/workerd/blob/main/RELEASE.md)
- [Commits](https://github.com/cloudflare/workerd/commits)

Updates `@nuxt/devtools` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/nuxt/devtools/releases)
- [Changelog](https://github.com/nuxt/devtools/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nuxt/devtools/commits/v1.6.0/packages/devtools)

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

Updates `sass` from 1.79.4 to 1.79.5
- [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.79.4...1.79.5)

Updates `undici` from 6.19.8 to 6.20.1
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](nodejs/undici@v6.19.8...v6.20.1)

Updates `wrangler` from 3.80.0 to 3.80.4
- [Release notes](https://github.com/cloudflare/workers-sdk/releases)
- [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md)
- [Commits](https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler)

Updates `@aws-sdk/client-s3` from 3.665.0 to 3.670.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.670.0/clients/client-s3)

Updates `@playwright/test` from 1.47.2 to 1.48.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.2...v1.48.0)

Updates `playwright` from 1.47.2 to 1.48.0
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](microsoft/playwright@v1.47.2...v1.48.0)

Updates `vitest` from 2.1.2 to 2.1.3
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.3/packages/vitest)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: "@nuxt/devtools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: "@types/node"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: sass
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: undici
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: wrangler
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: playwright
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compatible
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from xicri as a code owner October 14, 2024 13:30
Copy link

cloudflare-workers-and-pages bot commented Oct 14, 2024

Deploying genshin-dictionary with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7a92502
Status: ✅  Deploy successful!
Preview URL: https://d4b8ed1e.genshin-dictionary.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-comp-hkn8.genshin-dictionary.pages.dev

View logs

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 14, 2024
@xicri xicri merged commit eb1de49 into main Oct 16, 2024
7 checks passed
@xicri xicri deleted the dependabot/npm_and_yarn/compatible-064c4aded9 branch October 16, 2024 04:15
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