genshin-dictionary
genshin-dictionary copied to clipboard
chore(deps): bump the compatible group across 1 directory with 7 updates
Bumps the compatible group with 7 updates in the / directory:
Package | From | To |
---|---|---|
@nuxtjs/i18n | 8.3.3 |
8.4.0 |
@types/node | 22.1.0 |
22.3.0 |
pinia | 2.2.1 |
2.2.2 |
undici | 6.19.6 |
6.19.7 |
@aws-sdk/client-s3 | 3.627.0 |
3.632.0 |
@cloudflare/workers-types | 4.20240806.0 |
4.20240815.0 |
wrangler | 3.70.0 |
3.72.0 |
Updates @nuxtjs/i18n
from 8.3.3 to 8.4.0
Release notes
Sourced from @nuxtjs/i18n
's releases.
v8.4.0
Configurable directory restructure
You can now enable and configure the directory restructure which will be the default in v9, check out the documentation for more details on the new directory restructure.
Locale
iso
property renameIn v9 we are changing the locale
iso
property tolanguage
, the old usage will keep on working in v8 but we have added deprecation warnings about this upcoming change, more details on why we're renaming the property can be found here.
🚀 Features
- Configurable directory restructure - by
@BobbieGoede
in nuxt-modules/i18n#3054 (c906a)🐞 Bug Fixes
- Rename locale
iso
property tolanguage
- by@BobbieGoede
in nuxt-modules/i18n#3055 (df938)strategy: 'no_prefix'
when usingdifferentDomains
- by@BobbieGoede
in nuxt-modules/i18n#3061 (53f16)View changes on GitHub
Commits
0a6df39
release: v8.4.053f16e6
fix:strategy: 'no_prefix'
when usingdifferentDomains
(#3061)c4e2534
chore: update dependencies and testdf93837
fix: rename localeiso
property tolanguage
(#3055)c906a8d
feat: configurable directory restructure (#3054)9c90089
chore: generate changelog- See full diff in compare view
Updates @types/node
from 22.1.0 to 22.3.0
Commits
- See full diff in compare view
Updates pinia
from 2.2.1 to 2.2.2
Release notes
Sourced from pinia's releases.
[email protected]
Please refer to CHANGELOG.md for details.
Commits
b1564c9
release: [email protected]3069105
feat: improve tree shaking ondefineStore
(#2740)- See full diff in compare view
Updates undici
from 6.19.6 to 6.19.7
Release notes
Sourced from undici's releases.
v6.19.7
Full Changelog: https://github.com/nodejs/undici/compare/v6.19.6...v6.19.7
Commits
c81f5a7
Bumped v6.19.709c5667
build: remove -i flag to docker run to allow command being run without a TTY- See full diff in compare view
Updates @aws-sdk/client-s3
from 3.627.0 to 3.632.0
Release notes
Sourced from @aws-sdk/client-s3
's releases.
v3.632.0
3.632.0(2024-08-15)
New Features
- clients: update client endpoints as of 2024-08-15 (05ff22bf)
- client-s3: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API. (f31c6ea7)
- client-docdb: This release adds Global Cluster Failover capability which enables you to change your global cluster's primary AWS region, the region that serves writes, during a regional outage. Performing a failover action preserves your Global Cluster setup. (62c6973c)
- client-iam: Make the LastUsedDate field in the GetAccessKeyLastUsed response optional. This may break customers who only call the API for access keys with a valid LastUsedDate. This fixes a deserialization issue for access keys without a LastUsedDate, because the field was marked as required but could be null. (2e20e957)
- client-ecs: This release introduces a new ContainerDefinition configuration to support the customer-managed keys for ECS container restart feature. (e56be698)
Bug Fixes
- util-endpoints: parseArn when resourcePath contains both delimiters (#6387) (63cb133f)
- credential-providers: avoid sharing http2 requestHandler with inner STS (#6389) (d7b16106)
- lib-dynamodb: missing
@smithy/core
dependency in@aws-sdk/lib-dynamodb
(#6384) (84fd78ba)
For list of updated packages, view updated-packages.md in assets-3.632.0.zip
v3.631.0
3.631.0(2024-08-14)
New Features
- client-codebuild: AWS CodeBuild now supports using Secrets Manager to store git credentials and using multiple source credentials in a single project. (9e44d9f4)
Bug Fixes
For list of updated packages, view updated-packages.md in assets-3.631.0.zip
v3.630.0
3.630.0(2024-08-13)
Documentation Changes
- credential-providers: add longer explanation about credential function and chaining (#6382) (26788b98)
New Features
- client-glue: Add AttributesToGet parameter support for Glue GetTables (3d999b61)
- client-appstream: This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically. (86d89c66)
- client-amplify: Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App (db3560cf)
... (truncated)
Changelog
Sourced from @aws-sdk/client-s3
's changelog.
3.632.0 (2024-08-15)
Features
- client-s3: Amazon Simple Storage Service / Features : Adds support for pagination in the S3 ListBuckets API. (f31c6ea)
3.631.0 (2024-08-14)
Note: Version bump only for package
@aws-sdk/client-s3
3.629.0 (2024-08-12)
Features
Commits
704fc47
Publish v3.632.0f31c6ea
feat(client-s3): Amazon Simple Storage Service / Features : Adds support for...4825462
Publish v3.631.031e78b5
Publish v3.629.00fb2a7d
chore(deps): bump@smithy
package versions (#6377)03bb39f
feat(core/httpAuthSchemes): set configuration sources for sigv4a signingRegio...- See full diff in compare view
Updates @cloudflare/workers-types
from 4.20240806.0 to 4.20240815.0
Commits
- See full diff in compare view
Updates wrangler
from 3.70.0 to 3.72.0
Release notes
Sourced from wrangler's releases.
[email protected]
Minor Changes
#6479
3c24d84
Thanks@petebacondarwin
! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes #5997
Patch Changes
#6471
0d85f24
Thanks@petebacondarwin
! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393
Thanks@GregBrimble
! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939c
Thanks@RamIdeas
! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f
]:
- [email protected]
@cloudflare/workers-shared
@0
.2.0[email protected]
Minor Changes
#6464
da9106c
Thanks@AnantharamanSI
! - feat: rename--count
to--limit
inwrangler d1 insights
This PR renames
wrangler d1 insight
's--count
flag to--limit
to improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--count
as an alias to--limit
.#6451
515de6a
Thanks@danielrs
! - feat:whoami
shows membership information when available#6463
dbc6782
Thanks@AnantharamanSI
! - feat: add queryEfficiency towrangler d1 insights
output#6252
a2a144c
Thanks@garvit-gupta
! - feat: Enable Wrangler to operate on Vectorize V2 indexesPatch Changes
- #6424
3402ab9
Thanks@RamIdeas
! - fix: using a debugger sometimes disconnected with "Message is too large" error
Changelog
Sourced from wrangler's changelog.
3.72.0
Minor Changes
#6479
3c24d84
Thanks@petebacondarwin
! - feat: allow HTTPS custom certificate paths to be provided by a environment variablesAs well as providing paths to custom HTTPS certificate files, it is now possible to use WRANGLER_HTTPS_KEY_PATH and WRANGLER_HTTPS_CERT_PATH environment variables.
Specifying the file paths at the command line overrides specifying in environment variables.
Fixes #5997
Patch Changes
#6471
0d85f24
Thanks@petebacondarwin
! - fix: add a helpful message on Windows when Miniflare fails to start#6489
34bf393
Thanks@GregBrimble
! - fix: Upload assets as JSON Lines (application/jsonl) rather than NDJSON (application/x-ndjson)#6482
e24939c
Thanks@RamIdeas
! - fix: reimplement module aliasing so user-defined aliases take precedence over other plugins (eg unenv node.js polyfills)Updated dependencies [
00f340f
]:
- [email protected]
@cloudflare/workers-shared
@0
.2.03.71.0
Minor Changes
#6464
da9106c
Thanks@AnantharamanSI
! - feat: rename--count
to--limit
inwrangler d1 insights
This PR renames
wrangler d1 insight
's--count
flag to--limit
to improve clarity and conform to naming conventions.To avoid a breaking change, we have kept
--count
as an alias to--limit
.#6451
515de6a
Thanks@danielrs
! - feat:whoami
shows membership information when available#6463
dbc6782
Thanks@AnantharamanSI
! - feat: add queryEfficiency towrangler d1 insights
output#6252
a2a144c
Thanks@garvit-gupta
! - feat: Enable Wrangler to operate on Vectorize V2 indexesPatch Changes
- #6424
3402ab9
Thanks@RamIdeas
! - fix: using a debugger sometimes disconnected with "Message is too large" error
Commits
fcc7129
Version Packages (#6490)59556eb
feat(wrangler) - add assets binding to wrangler deploy (#6487)00f340f
feat(miniflare): Implement KV/Assets plugin and Workers Assets simulator (#6403)0d85f24
fix: add a helpful message on Windows when Miniflare fails to start (#6471)3c24d84
Support setting custom HTTPS certification paths from environment variables (...0e36f89
[D1] add tests for wrangler d1 insights (#6492)34bf393
Upload assets as JSON Lines (application/jsonl) rather than NDJSON (applicati...e24939c
reimplement module aliasing with esbuild plugin (#6482)231f1f6
Version Packages (#6468)da9106c
[D1] Rename --count to --limit in wrangler insights (#6464)- 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