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 6 updates #230

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the compatible group with 6 updates:

Package From To
@cloudflare/workers-types 4.20240925.0 4.20241004.0
@nuxt/devtools 1.5.1 1.5.2
pinia 2.2.3 2.2.4
wrangler 3.78.12 3.80.0
@aws-sdk/client-s3 3.658.1 3.665.0
vitest 2.1.1 2.1.2

Updates @cloudflare/workers-types from 4.20240925.0 to 4.20241004.0

Commits

Updates @nuxt/devtools from 1.5.1 to 1.5.2

Release notes

Sourced from @​nuxt/devtools's releases.

v1.5.2

   🐞 Bug Fixes

    View changes on GitHub
Changelog

Sourced from @​nuxt/devtools's changelog.

1.5.2 (2024-10-02)

Bug Fixes

  • try downgrade vite-plugin-vue-inspector (572a0d6)
Commits

Updates pinia from 2.2.3 to 2.2.4

Release notes

Sourced from pinia's releases.

[email protected]

Please refer to CHANGELOG.md for details.

Commits

Updates wrangler from 3.78.12 to 3.80.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

Patch Changes

  • #6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #3735.

  • #6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed. Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error. The error message is misleading and does not help the user identify the cause of the problem. This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #6648

  • #6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

[email protected]

Minor Changes

  • #6801 6009bb4 Thanks @​RamIdeas! - feat: implement retries within wrangler deploy and wrangler versions upload to workaround spotty network connections and service flakes

Patch Changes

Changelog

Sourced from wrangler's changelog.

3.80.0

Minor Changes

Patch Changes

  • #6854 04a8fed Thanks @​penalosa! - chore: Include serialised FormData in debug logs

  • #6879 b27d8cb Thanks @​petebacondarwin! - fix: the docs command should not crash if given search terms

    Fixes a regression accidentally introduced by #3735.

  • #6873 b123f43 Thanks @​zwily! - fix: reduce logging noise during wrangler dev with static assets

    Updates to static assets are accessible by passing in --log-level="debug" but otherwise hidden.

  • #6881 7ca37bc Thanks @​RamIdeas! - fix: custom builds outputting files in assets watched directory no longer cause the custom build to run again in an infinite loop

  • #6872 b2d094e Thanks @​petebacondarwin! - fix: render a helpful build error if a Service Worker mode Worker has imports

    A common mistake is to forget to export from the entry-point of a Worker, which causes Wrangler to infer that we are in "Service Worker" mode.

    In this mode, imports to external modules are not allowed. Currently this only fails at runtime, because our esbuild step converts these imports to an internal __require() call that throws an error. The error message is misleading and does not help the user identify the cause of the problem. This is particularly tricky where the external imports are added by a library or our own node.js polyfills.

    Fixes #6648

  • #6792 27e8385 Thanks @​penalosa! - fix: Handle more module declaration cases

  • #6838 7dbd0c8 Thanks @​GregBrimble! - fix: Improve static asset upload messaging

3.79.0

Minor Changes

  • #6801 6009bb4 Thanks @​RamIdeas! - feat: implement retries within wrangler deploy and wrangler versions upload to workaround spotty network connections and service flakes

Patch Changes

Commits
  • 1caa7fd Version Packages (#6875)
  • 701d41e chore: use wrangler.js as entrypoint (#6891)
  • 1d1a04d fix not-deterministic log message (#6885)
  • 04a8fed Include serialised FormData in debug logs (#6854)
  • 7ca37bc fix assets + custom build = infinite loop (#6881)
  • 7dbd0c8 Improve static asset upload messaging (#6838)
  • 27e8385 Handle more module declaration cases (#6792)
  • b2d094e fix: render a helpful build error if a Service Worker mode Worker has imports...
  • b27d8cb fix: the docs command should not crash if given search terms (#6879)
  • b123f43 [wrangler] move assets.directory logs on file changes to debug (#6873)
  • Additional commits viewable in compare view

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

Release notes

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

v3.665.0

3.665.0(2024-10-04)

New Features
  • clients: update client endpoints as of 2024-10-04 (5f1ed92a)
  • client-iot-data-plane: Add v2 smoke tests and smithy smokeTests trait for SDK testing. (f727d58e)
  • client-ec2: Documentation updates for Amazon EC2. (404a00ac)
Bug Fixes
  • codegen: accIdEpMode config resolver generation plugin (#6544) (fc14586f)

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

v3.664.0

3.664.0(2024-10-03)

Chores
  • middleware-user-agent: update to user agent 2.1 spec (#6536) (f783a426)
New Features
  • clients: update client endpoints as of 2024-10-03 (f9df4408)
  • client-codepipeline: AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution. (4435e7f8)
  • client-ec2: This release includes a new API for modifying instance cpu-options after launch. (a29a5e44)
  • client-marketplace-reporting: The AWS Marketplace Reporting service introduces the GetBuyerDashboard API. This API returns a dashboard that provides visibility into your organization's AWS Marketplace agreements and associated spend across the AWS accounts in your organization. (a7f70bec)
  • client-mediapackagev2: Added support for ClipStartTime on the FilterConfiguration object on OriginEndpoint manifest settings objects. Added support for EXT-X-START tags on produced HLS child playlists. (efe97754)
  • client-quicksight: QuickSight: Add support for exporting and importing folders in AssetBundle APIs (9060d22e)
  • client-connect: Public GetMetricDataV2 Grouping increase from 3 to 4 (7f9f812b)
  • client-iot: This release adds support for Custom Authentication with X.509 Client Certificates, support for Custom Client Certificate validation, and support for selecting application protocol and authentication type without requiring TLS ALPN for customer's AWS IoT Domain Configurations. (795bda90)
  • middleware-user-agent: add client config for userAgentAppId (#6524) (2990ea8f)
  • scripts: add test:e2e:legacy:preview (#6538) (9196552b)
Bug Fixes
  • scripts: process commits since origin/main in test:e2e:legacy:preview (#6539) (56b76f47)
Tests

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

... (truncated)

Changelog

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

3.665.0 (2024-10-04)

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

3.664.0 (2024-10-03)

Features

  • middleware-user-agent: add client config for userAgentAppId (#6524) (2990ea8)

3.663.0 (2024-10-02)

Features

  • client-s3: This release introduces a header representing the minimum object size limit for Lifecycle transitions. (a692f70)

3.662.0 (2024-10-01)

Bug Fixes

  • s3-request-presigner: enable overriding hoistable headers (#6535) (3c2e59c)
Commits
  • 374ef46 Publish v3.665.0
  • de4dc49 Publish v3.664.0
  • 2990ea8 feat(middleware-user-agent): add client config for userAgentAppId (#6524)
  • 021f218 Publish v3.663.0
  • a692f70 feat(client-s3): This release introduces a header representing the minimum ob...
  • 5e91f77 Publish v3.662.0
  • 3c2e59c fix(s3-request-presigner): enable overriding hoistable headers (#6535)
  • See full diff in compare view

Updates vitest from 2.1.1 to 2.1.2

Release notes

Sourced from vitest's releases.

v2.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 0ce26a4 chore: release v2.1.2
  • 383f179 fix(browser): throw an error if "@​vitest/browser/context" is imported outside...
  • 821400b fix(vitest): don't start a websocket server if api is disabled (#6617)
  • 8a8d3f0 fix(vitest): make env.SSR consistent between different pools (#6616)
  • ed8b7c0 fix(vitest): install dependencies with the same version when prompted (#6611)
  • d2a86ff fix(workspace): ignore DS_Store by default (#6571)
  • 88bde99 fix(coverage): cleanOnRerun: false to invalidate previous results (#6592)
  • 5f75790 refactor: replace strip-ansi with stripVTControlCharacters from `node:uti...
  • e7f3521 fix: move Vitest.setServer to post configureServer hook to enable import ...
  • 891d6fe docs: deprecate benchmark.outputFile option (#6591)
  • 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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20240925.0` | `4.20241004.0` |
| [@nuxt/devtools](https://github.com/nuxt/devtools/tree/HEAD/packages/devtools) | `1.5.1` | `1.5.2` |
| [pinia](https://github.com/vuejs/pinia) | `2.2.3` | `2.2.4` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.78.12` | `3.80.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.658.1` | `3.665.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.2` |


Updates `@cloudflare/workers-types` from 4.20240925.0 to 4.20241004.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.1 to 1.5.2
- [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.5.2/packages/devtools)

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

Updates `wrangler` from 3.78.12 to 3.80.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.658.1 to 3.665.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.665.0/clients/client-s3)

Updates `vitest` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/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-patch
  dependency-group: compatible
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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 7, 2024 13:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 7, 2024
Copy link

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

Deploying genshin-dictionary with  Cloudflare Pages  Cloudflare Pages

Latest commit: cb54f07
Status: ✅  Deploy successful!
Preview URL: https://e58619f1.genshin-dictionary.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-comp-lpej.genshin-dictionary.pages.dev

View logs

@xicri xicri merged commit a08a8e0 into main Oct 7, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/compatible-5ccdc1abcc branch October 7, 2024 18:17
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