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 across 1 directory with 14 updates #243

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the compatible group with 14 updates in the / directory:

Package From To
@cloudflare/workers-types 4.20241022.0 4.20241112.0
@nuxtjs/robots 4.1.9 4.1.11
@nuxtjs/sitemap 6.1.2 6.1.5
@pinia/nuxt 0.5.5 0.7.0
@types/node 22.8.1 22.9.0
nuxt 3.13.2 3.14.159
pinia 2.2.4 2.2.6
sass 1.80.4 1.81.0
undici 6.20.1 6.21.0
wrangler 3.83.0 3.87.0
@aws-sdk/client-s3 3.679.0 3.693.0
concurrently 9.0.1 9.1.0
vitest 2.1.4 2.1.5
vue-tsc 2.1.8 2.1.10

Updates @cloudflare/workers-types from 4.20241022.0 to 4.20241112.0

Commits

Updates @nuxtjs/robots from 4.1.9 to 4.1.11

Release notes

Sourced from @​nuxtjs/robots's releases.

v4.1.11

No significant changes

    View changes on GitHub

v4.1.10

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @nuxtjs/sitemap from 6.1.2 to 6.1.5

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v6.1.5

   🐞 Bug Fixes

    View changes on GitHub

v6.1.4

   🐞 Bug Fixes

    View changes on GitHub

v6.1.3

   🐞 Bug Fixes

    View changes on GitHub
Commits

Updates @pinia/nuxt from 0.5.5 to 0.7.0

Commits

Updates @types/node from 22.8.1 to 22.9.0

Commits

Updates nuxt from 3.13.2 to 3.14.159

Release notes

Sourced from nuxt's releases.

v3.14.159

3.14.159 is a hotfix release to address regressions in v3.14.

We're leaning into the π theme - future patch releases of this minor version will just continue adding digits. (Sorry for any inconvenience! 😆)

👉 Changelog

compare changes

🩹 Fixes

  • nuxt: Update nitropack preset directory (#29780)
  • kit: Fall back to meta version if there's no module.json (#29793)
  • kit: Use mlly to resolve module paths to avoid cjs fallback (#29799)
  • webpack,rspack: Add adapter for webpack-dev-middleware (#29806)
  • nuxt: Remove null-byte prefix for virtual files (#29809)
  • kit: Convert module path to file url before reading meta (fb833ac64)

📖 Documentation

  • Capitalize titles (#29768)
  • Fix rou3 link in nitro.js (#29775)
  • Fix tip formatting (#29792)
  • Add link to h3 blogpost (#29794)
  • Remove outdated cloudflare tip (auto minify deprecated) (#29812)

🏡 Chore

  • nuxt: Remove redundant type (#29810)

❤️ Contributors

v3.14.0

3.14.0 is the next minor release.

👀 Highlights

Behind the scenes, a lot has been going on in preparation for the release of Nuxt v4 (particularly on the unjs side with preparations for Nitro v3!)

⚡️ Faster starts powered by jiti

Loading the nuxt config file, as well as modules and other build-time code, is now powered by jiti v2. You can see more about the release in the jiti v2 release notes, but one of the most important pieces is native node esm import (where possible), which should mean a faster start. ✨

📂 Shared folder for code and types shared with client/server

You should never import Vue app code in your nitro code (or the other way around). But this has meant a friction point when it comes to sharing types or utilities that don't rely on the nitro/vue contexts.

For this, we have a new shared/ folder (#28682). You can't import Vue or nitro code into files in this folder, but it produces auto-imports you can consume throughout the rest of your app.

... (truncated)

Commits

Updates pinia from 2.2.4 to 2.2.6

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates sass from 1.80.4 to 1.81.0

Release notes

Sourced from sass's releases.

Dart Sass 1.81.0

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

Changes

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.7

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

Changes

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.6

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

Changes

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.5

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

Changes

... (truncated)

Changelog

Sourced from sass's changelog.

1.81.0

  • Fix a few cases where deprecation warnings weren't being emitted for global built-in functions whose names overlap with CSS calculations.

  • Add support for the CSS round() calculation with a single argument, as long as that argument might be a unitless number.

1.80.7

Embedded Host

  • Don't treat 0 as undefined for the green and blue channels in the LegacyColor constructor.

1.80.6

Command-Line Interface

  • Make @parcel/watcher an optional dependency so this can still be installed on operating systems where it's unavailable.

1.80.5

Embedded Host

  • Don't produce phantom @import deprecations when using an importer with the legacy API.
Commits

Updates undici from 6.20.1 to 6.21.0

Release notes

Sourced from undici's releases.

v6.21.0

What's Changed

Full Changelog: nodejs/undici@v6.20.1...v6.21.0

Commits

Updates wrangler from 3.83.0 to 3.87.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

Patch Changes

[email protected]

Patch Changes

[email protected]

Minor Changes

Patch Changes

[email protected]

Minor Changes

  • #7105 a5f1779 Thanks @​jonesphillip! - Added the ability to list, add, remove, and update R2 bucket custom domains.

  • #7132 89f6274 Thanks @​gabivlj! - Event messages are capitalized, images of wrong architectures properly show the error in cloudchamber create When a new "health" enum is introduced, wrangler cloudchamber list won't crash anymore.

... (truncated)

Changelog

Sourced from wrangler's changelog.

3.87.0

Minor Changes

Patch Changes

3.86.1

Patch Changes

3.86.0

Minor Changes

Patch Changes

3.85.0

Minor Changes

... (truncated)

Commits

Updates @aws-sdk/client-s3 from 3.679.0 to 3.693.0

Release notes

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

v3.693.0

3.693.0(2024-11-15)

New Features
  • clients: update client endpoints as of 2024-11-15 (b36c85a9)
  • client-partnercentral-selling: Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations. (66e42f4b)
Other Changes
Tests

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

v3.692.0

3.692.0(2024-11-14)

Chores
  • clients: codegen update for smithy/core resolvedPath fix (#6664) (ba1bdcc3)
New Features
  • clients: update client endpoints as of 2024-11-14 (87df5bd7)
  • client-deadline: Adds support for select GPU accelerated instance types when creating new service-managed fleets. (ac3309be)
  • client-iam: This release includes support for five new APIs and changes to existing APIs that give AWS Organizations customers the ability to use temporary root credentials, targeted to member accounts in the organization. (c9dfef13)
  • client-cloudcontrol: Added support for CloudFormation Hooks with Cloud Control API. The GetResourceRequestStatus API response now includes an optional HooksProgressEvent and HooksRequestToken parameter for Hooks Invocation Progress as part of resource operation with Cloud Control. (e90cde2e)
  • client-iot-wireless: New FuotaTask resource type to enable logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast parameter to choose the list of gateways to receive the multicast downlink message and the transmission interval between them. Descriptor field which will be sent to devices during FUOTA transfer. (69415e00)
  • client-sts: This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks. (5528f54c)
  • client-license-manager-user-subscriptions: New and updated API operations to support License Included User-based Subscription of Microsoft Remote Desktop Services (RDS). (5c7c3497)
  • client-partnercentral-selling: Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations. (07b84d2f)
  • client-sagemaker: Add support for Neuron instance types [ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform. (dd44e8a7)
  • client-ivs: IVS now offers customers the ability to stream multitrack video to Channels. (84b6f4c2)
  • client-quicksight: This release adds APIs for Custom Permissions management in QuickSight, and APIs to support QuickSight Branding. (81b1f8ca)
  • client-s3: This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas. (1e424562)
  • client-redshift: Adds support for Amazon Redshift S3AccessGrants (bf85814f)
  • client-accessanalyzer: Expand analyzer configuration capabilities for unused access analyzers. Unused access analyzer configurations now support the ability to exclude accounts and resource tags from analysis providing more granular control over the scope of analysis. (b2df1e19)

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

... (truncated)

Changelog

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

3.693.0 (2024-11-15)

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

3.692.0 (2024-11-14)

Features

  • client-s3: This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas. (1e42456)

3.691.0 (2024-11-13)

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

3.689.0 (2024-11-11)

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

3.688.0 (2024-11-08)

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

3.687.0 (2024-11-07)

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

... (truncated)

Commits
  • 1b3160a Publish v3.693.0
  • a0be64f test: add spec typecheck to integration step (#6666)
  • 361a738 test: use yarn g:vitest to run vitest in individual packages (#6665)
  • ace5bf8 Publish v3.692.0
  • 1e42456 feat(client-s3): This release updates the ListBuckets API Reference documenta...
  • ba1bdcc chore(clients): codegen update for smithy/core resolvedPath fix (#6664)
  • dc03df1 Publish v3.691.0
  • 4817524 chore(clients): update codegen for exactOptionalPropertyTypes (#6654)
  • a201236 Publish v3.689.0
  • b2fb10a Publish v3.688.0
  • Additional commits viewable in compare view

Updates concurrently from 9.0.1 to 9.1.0

Release notes

Sourced from concurrently's releases.

v9.1.0

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

Commits

Updates vitest from 2.1.4 to 2.1.5

Release notes

Sourced from vitest's releases.

v2.1.5

   🐞 Bug Fixes

…ates

Bumps the compatible group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241022.0` | `4.20241112.0` |
| [@nuxtjs/robots](https://github.com/nuxt-modules/robots) | `4.1.9` | `4.1.11` |
| [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) | `6.1.2` | `6.1.5` |
| [@pinia/nuxt](https://github.com/vuejs/pinia) | `0.5.5` | `0.7.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.1` | `22.9.0` |
| [nuxt](https://github.com/nuxt/nuxt/tree/HEAD/packages/nuxt) | `3.13.2` | `3.14.159` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.4` | `2.2.6` |
| [sass](https://github.com/sass/dart-sass) | `1.80.4` | `1.81.0` |
| [undici](https://github.com/nodejs/undici) | `6.20.1` | `6.21.0` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.83.0` | `3.87.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.679.0` | `3.693.0` |
| [concurrently](https://github.com/open-cli-tools/concurrently) | `9.0.1` | `9.1.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.4` | `2.1.5` |
| [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.8` | `2.1.10` |



Updates `@cloudflare/workers-types` from 4.20241022.0 to 4.20241112.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 `@nuxtjs/robots` from 4.1.9 to 4.1.11
- [Release notes](https://github.com/nuxt-modules/robots/releases)
- [Commits](nuxt-modules/robots@v4.1.9...v4.1.11)

Updates `@nuxtjs/sitemap` from 6.1.2 to 6.1.5
- [Release notes](https://github.com/nuxt-modules/sitemap/releases)
- [Commits](nuxt-modules/sitemap@v6.1.2...v6.1.5)

Updates `@pinia/nuxt` from 0.5.5 to 0.7.0
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/[email protected]...@pinia/[email protected])

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

Updates `nuxt` from 3.13.2 to 3.14.159
- [Release notes](https://github.com/nuxt/nuxt/releases)
- [Commits](https://github.com/nuxt/nuxt/commits/v3.14.159/packages/nuxt)

Updates `pinia` from 2.2.4 to 2.2.6
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/[email protected]@2.2.6)

Updates `sass` from 1.80.4 to 1.81.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.80.4...1.81.0)

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

Updates `wrangler` from 3.83.0 to 3.87.0
- [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.679.0 to 3.693.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.693.0/clients/client-s3)

Updates `concurrently` from 9.0.1 to 9.1.0
- [Release notes](https://github.com/open-cli-tools/concurrently/releases)
- [Commits](open-cli-tools/concurrently@v9.0.1...v9.1.0)

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

Updates `vue-tsc` from 2.1.8 to 2.1.10
- [Release notes](https://github.com/vuejs/language-tools/releases)
- [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/language-tools/commits/v2.1.10/packages/tsc)

---
updated-dependencies:
- dependency-name: "@cloudflare/workers-types"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: "@nuxtjs/robots"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: "@nuxtjs/sitemap"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: "@pinia/nuxt"
  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-minor
  dependency-group: compatible
- dependency-name: nuxt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: pinia
  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-minor
  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-minor
  dependency-group: compatible
- dependency-name: "@aws-sdk/client-s3"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: compatible
- dependency-name: concurrently
  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
- dependency-name: vue-tsc
  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 November 18, 2024 14:41
Copy link

cloudflare-workers-and-pages bot commented Nov 18, 2024

Deploying genshin-dictionary with  Cloudflare Pages  Cloudflare Pages

Latest commit: 85ec006
Status: ✅  Deploy successful!
Preview URL: https://177e983a.genshin-dictionary.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-comp-9569.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 Nov 18, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 21, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Nov 21, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/compatible-c7c2deb56e branch November 21, 2024 11:54
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