chore(deps): bump the npm-dependencies group with 6 updates - #221
Merged
gui-ace merged 1 commit intoAug 14, 2026
Merged
Conversation
Bumps the npm-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `7.1.6` | `7.2.0` | | [jose](https://github.com/panva/jose) | `6.2.5` | `6.2.8` | | [js-yaml](https://github.com/nodeca/js-yaml) | `5.2.2` | `5.2.3` | | [@cloudflare/workers-types](https://github.com/cloudflare/workerd) | `5.20260730.1` | `5.20260804.1` | | [@iconify-json/lucide](https://github.com/iconify/icon-sets) | `1.2.120` | `1.2.121` | | [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) | `4.116.0` | `4.119.0` | Updates `astro` from 7.1.6 to 7.2.0 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@7.2.0/packages/astro) Updates `jose` from 6.2.5 to 6.2.8 - [Release notes](https://github.com/panva/jose/releases) - [Changelog](https://github.com/panva/jose/blob/main/CHANGELOG.md) - [Commits](panva/jose@v6.2.5...v6.2.8) Updates `js-yaml` from 5.2.2 to 5.2.3 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@5.2.2...5.2.3) Updates `@cloudflare/workers-types` from 5.20260730.1 to 5.20260804.1 - [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 `@iconify-json/lucide` from 1.2.120 to 1.2.121 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `wrangler` from 4.116.0 to 4.119.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.119.0/packages/wrangler) --- updated-dependencies: - dependency-name: astro dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: jose dependency-version: 6.2.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: js-yaml dependency-version: 5.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: "@cloudflare/workers-types" dependency-version: 5.20260804.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies - dependency-name: "@iconify-json/lucide" dependency-version: 1.2.121 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-dependencies - dependency-name: wrangler dependency-version: 4.119.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Deploying acecore-net with
|
| Latest commit: |
fb584d4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://1f4127fa.acecore-net.pages.dev |
| Branch Preview URL: | https://dependabot-npm-and-yarn-npm-shhz.acecore-net.pages.dev |
gui-ace
deleted the
dependabot/npm_and_yarn/npm-dependencies-63cb6309d7
branch
August 14, 2026 06:20
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm-dependencies group with 6 updates:
7.1.67.2.06.2.56.2.85.2.25.2.35.20260730.15.20260804.11.2.1201.2.1214.116.04.119.0Updates
astrofrom 7.1.6 to 7.2.0Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
60e9432[ci] release (#17558)af92694docs: slightly reword session options description (#17607)caace2e[ci] format0224a3aAdd background mode for astro preview (#17174)961bbe5Experimental incremental static builds (#17084)7f94895feat(logger): allow passing relative string entrypoints (#17532)90c98aefeat(session): addsession: falseto opt out of session support (#16871)3ea55ceSupport detect devEngines for installs (#17579)0089f83Fix Content Layer build crash when neotraverse 0.6.x is hoisted by another de...f4150da[ci] formatUpdates
josefrom 6.2.5 to 6.2.8Release notes
Sourced from jose's releases.
Changelog
Sourced from jose's changelog.
Commits
8b768ebchore(release): 6.2.81500459refactor: name the "alg" source in unsupported algorithm failures714f870fix: reject a non-string "alg" in EmbeddedJWK925f3bbrefactor: index the JWS and JWE registries without a wrapper505c383fix: enforce a single recipient when decrypting dir and ECDH-ES514831dchore(deps): bump the actions group with 3 updates45965dbchore: cleanup after release60b941fchore(release): 6.2.790ab09cfix: require own JOSE properties for presence checks767d7f1refactor: reduce bundle sizeUpdates
js-yamlfrom 5.2.2 to 5.2.3Changelog
Sourced from js-yaml's changelog.
Commits
67404455.2.3 released94e766dUpdate changelogc3bd7caPolish previous commit, #78000209b6presenter: treat a tab-indented line in a folded scalar as more-indented (#780)40fcb4fFix missing mapping values before document markers and reject unpaired mappin...49280f3Fix !!timestamp resolution for years 0000-0099, #775355dc96fix: prevent prototype fallback in tag and harden object lookups, #782 (than...d524f83docs: add contributing guidelinesUpdates
@cloudflare/workers-typesfrom 5.20260730.1 to 5.20260804.1Commits
Updates
@iconify-json/lucidefrom 1.2.120 to 1.2.121Commits
Updates
wranglerfrom 4.116.0 to 4.119.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
2938c01Version Packages (#15021)b6a8629Revert "Version Packages (#14977)" (#15033)42c4227Version Packages (#14977)511635c[wrangler] Skip the CAA half of the unenv-preset testDns E2E (#15016)ebd1dfd[vite-plugin] Surface Local Explorer API to headless agents, matching wrangle...a9e5abb[wrangler] Add OAuth 2.0 Device Authorization Grant support (#14064)20470fa[wrangler] Add --parse-type to ai-search create (#14952)5fd6127[miniflare] De-flake rate limit tests at bucket boundaries (#14961)95d9b12Version Packages (#14946)e0bbf55[wrangler] Fix workflows errors messages (#14919)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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