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 9 updates #234

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the compatible group with 9 updates:

Package From To
@cloudflare/workers-types 4.20241011.0 4.20241018.0
@nuxtjs/robots 4.1.7 4.1.9
@nuxtjs/sitemap 6.1.1 6.1.2
@types/node 22.7.5 22.7.7
sass 1.79.5 1.80.3
wrangler 3.80.4 3.81.0
@aws-sdk/client-s3 3.670.0 3.675.0
@playwright/test 1.48.0 1.48.1
playwright 1.48.0 1.48.1

Updates @cloudflare/workers-types from 4.20241011.0 to 4.20241018.0

Commits

Updates @nuxtjs/robots from 4.1.7 to 4.1.9

Release notes

Sourced from @​nuxtjs/robots's releases.

v4.1.9

   🐞 Bug Fixes

    View changes on GitHub

v4.1.8

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 7732926 chore: release v4.1.9
  • ee973f1 fix: comments being treated as errors (#152)
  • c895897 fix: disallow /robots.txt when using baseURL
  • 44a9b45 chore: release v4.1.8
  • b49833d chore: broken types
  • be597e9 chore: broken types
  • 96e8411 fix: add developments hints as comments
  • a423d31 fix(devtools): add robots.txt code highlighting
  • 53631bd chore: bump deps and lint
  • f98c216 fix: warn when unknown directives are used
  • Additional commits viewable in compare view

Updates @nuxtjs/sitemap from 6.1.1 to 6.1.2

Release notes

Sourced from @​nuxtjs/sitemap's releases.

v6.1.2

   🐞 Bug Fixes

    View changes on GitHub
Commits
  • 61a907f chore: release v6.1.2
  • 7a49460 fix(nuxt-i18n-micro): broken route generation
  • a0a3063 chore: bump deps
  • cf6dad4 chore: bump deps and lint
  • 54d51d2 fix: check for robots integration once modules are done
  • See full diff in compare view

Updates @types/node from 22.7.5 to 22.7.7

Commits

Updates sass from 1.79.5 to 1.80.3

Release notes

Sourced from sass's releases.

Dart Sass 1.80.3

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

Changes

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.2

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

Changes

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.1

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

Changes

  • Fix a bug where repeated deprecation warnings were not automatically limited.

See the full changelog for changes in earlier releases.

Dart Sass 1.80.0

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

Changes

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

... (truncated)

Changelog

Sourced from sass's changelog.

1.80.3

  • Fix a bug where @import url("...") would crash in plain CSS files.

  • Improve consistency of how warnings are emitted by different parts of the compiler. This should result in minimal user-visible changes, but different types of warnings should now respond more reliably to flags like --quiet, --verbose, and --silence-deprecation.

1.80.2

  • Fix a bug where deprecation warnings were incorrectly emitted for the plain-CSS invert() function.

1.80.1

  • Fix a bug where repeated deprecation warnings were not automatically limited.

1.80.0

  • @import is now officially deprecated, as are global built-in functions that are available within built-in modules. See the Sass blog post for more details on the deprecation process.

Embedded Host

  • Fix an error that would sometimes occur when deprecation warnings were emitted when using a custom importer with the legacy API.

1.79.6

  • Fix a bug where Sass would add an extra */ after loud comments with whitespace after an explicit */ in the indented syntax.

  • Potentially breaking bug fix: Adding text after an explicit */ in the indented syntax is now an error, rather than silently generating invalid CSS.

Embedded Host

  • Properly export the SassBoolean type.
Commits

Updates wrangler from 3.80.4 to 3.81.0

Release notes

Sourced from wrangler's releases.

[email protected]

Minor Changes

Patch Changes

  • #6963 a5ac45d Thanks @​RamIdeas! - fix: make wrangler dev --remote respect wrangler.toml's account_id property.

    This was a regression in the --x-dev-env flow recently turned on by default.

  • #6996 b8ab809 Thanks @​emily-shen! - fix: improve error messaging when accidentally using Workers commands in Pages project

    If we detect a Workers command used with a Pages project (i.e. wrangler.toml contains pages_output_build_dir), error with Pages version of command rather than "missing entry-point" etc.

[email protected]

Patch Changes

Changelog

Sourced from wrangler's changelog.

3.81.0

Minor Changes

Patch Changes

  • #6963 a5ac45d Thanks @​RamIdeas! - fix: make wrangler dev --remote respect wrangler.toml's account_id property.

    This was a regression in the --x-dev-env flow recently turned on by default.

  • #6996 b8ab809 Thanks @​emily-shen! - fix: improve error messaging when accidentally using Workers commands in Pages project

    If we detect a Workers command used with a Pages project (i.e. wrangler.toml contains pages_output_build_dir), error with Pages version of command rather than "missing entry-point" etc.

3.80.5

Patch Changes

Commits

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

Release notes

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

v3.675.0

3.675.0(2024-10-18)

New Features
  • client-datazone: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. (678f17d8)
  • client-athena: Removing FEDERATED from Create/List/Delete/GetDataCatalog API (ca03f0c2)
  • client-bedrock: Adding converse support to CMI API's (46406aea)
  • client-ec2: RequestSpotInstances and RequestSpotFleet feature release. (a4c04943)
  • client-bedrock-runtime: Added converse support for custom imported models (ae2b967a)
Bug Fixes
  • util-user-agent-browser: make native interface consistent with browser (#6575) (c03c9a6c)

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

v3.674.0

3.674.0(2024-10-17)

Chores
  • middleware-sdk-s3: add status code 400 for S3 region redirects (#6572) (1f02a268)
  • smithy update for smithyVersion=1.51.0 (#6569) (398b45cc)
Documentation Changes
  • client-rds: Updates Amazon RDS documentation for TAZ IAM support (e0b3fe43)
  • client-ecs: This is an Amazon ECS documentation only update to address tickets. (5933d692)
New Features
  • client-bedrock-agent: Removing support for topK property in PromptModelInferenceConfiguration object, Making PromptTemplateConfiguration property as required, Limiting the maximum PromptVariant to 1 (d4d3af5d)
  • client-workspaces: Updated the DomainName pattern for Active Directory (f4c52671)
  • client-pinpoint-sms-voice-v2: Added the registrations status of REQUIRES_AUTHENTICATION (ba96169c)
  • client-dataexchange: This release adds Data Grant support, through which customers can programmatically create data grants to share with other AWS accounts and accept data grants from other AWS accounts. (5180c332)
  • client-pipes: This release adds validation to require specifying a SecurityGroup and Subnets in the Vpc object under PipesSourceSelfManagedKafkaParameters. It also adds support for iso-e, iso-f, and other non-commercial partitions in ARN parameters. (98a52823)
  • client-quicksight: Add StartDashboardSnapshotJobSchedule API. RestoreAnalysis now supports restoring analysis to folders. (0bfe6e25)

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

v3.673.0

3.673.0(2024-10-16)

... (truncated)

Changelog

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

3.675.0 (2024-10-18)

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

3.674.0 (2024-10-17)

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

3.673.0 (2024-10-16)

Features

  • client-s3: Add support for the new optional bucket-region and prefix query parameters in the ListBuckets API. For ListBuckets requests that express pagination, Amazon S3 will now return both the bucket names and associated AWS regions in the response. (e7f10a2)
Commits

Updates @playwright/test from 1.48.0 to 1.48.1

Release notes

Sourced from @​playwright/test's releases.

v1.48.1

Highlights

microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height

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.48.0 to 1.48.1

Release notes

Sourced from playwright's releases.

v1.48.1

Highlights

microsoft/playwright#33023 - [Bug]: command line flag --headed has no effect in ui mode microsoft/playwright#33107 - [REGRESSION]: page.waitForRequest does not get resolved since 1.48.0 microsoft/playwright#33085 - [Bug]: WebSocket route does not handle full URLs in Playwright microsoft/playwright#33052 - [Regression]: Inspector not showing recorded steps microsoft/playwright#33132 - [Bug]: Wrong Ubuntu release name in Dockerfile.noble microsoft/playwright#32996 - [BUG] Trace attachments have small unusable height

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

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 9 updates:

| Package | From | To |
| --- | --- | --- |
| [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `4.20241011.0` | `4.20241018.0` |
| [@nuxtjs/robots](https://github.com/nuxt-modules/robots) | `4.1.7` | `4.1.9` |
| [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) | `6.1.1` | `6.1.2` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.7` |
| [sass](https://github.com/sass/dart-sass) | `1.79.5` | `1.80.3` |
| [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `3.80.4` | `3.81.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.670.0` | `3.675.0` |
| [@playwright/test](https://github.com/microsoft/playwright) | `1.48.0` | `1.48.1` |
| [playwright](https://github.com/microsoft/playwright) | `1.48.0` | `1.48.1` |


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

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

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

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

Updates `wrangler` from 3.80.4 to 3.81.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.670.0 to 3.675.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.675.0/clients/client-s3)

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

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

---
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: "@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-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: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: compatible
- dependency-name: playwright
  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 21, 2024 13:05
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 21, 2024
Copy link

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

Deploying genshin-dictionary with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2a5c627
Status: ✅  Deploy successful!
Preview URL: https://3a971ba2.genshin-dictionary.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-comp-vdja.genshin-dictionary.pages.dev

View logs

@xicri xicri enabled auto-merge (rebase) October 21, 2024 13:10
@xicri xicri merged commit 24fecec into main Oct 21, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/compatible-413fd5f8bc branch October 21, 2024 13:13
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