chore(deps): bump the framework-stack group across 1 directory with 2 updates#91
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the framework-stack group across 1 directory with 2 updates#91dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Bumps the framework-stack group with 2 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `vite` from 8.1.0 to 8.1.2 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v8.1.2/packages/vite) Updates `astro` from 7.0.3 to 7.0.4 - [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.0.4/packages/astro) --- updated-dependencies: - dependency-name: vite dependency-version: 8.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: framework-stack - dependency-name: astro dependency-version: 7.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: framework-stack ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 framework-stack group with 2 updates in the / directory: vite and astro.
Updates
vitefrom 8.1.0 to 8.1.2Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
ba31193release: v8.1.20d3bd7cfix(deps): revert es-module-lexer to 2.1.0 (#22827)efb98ccfix: restore, "fix: resolve pnpm .modules.yaml from workspace root instead of...cf97711fix: revert, "fix: resolve pnpm .modules.yaml from workspace root instead of ...cccef55fix: revert, "fix: escape ids with multiple null bytes (#22687)"4ae9e14release: v8.1.18f925e2fix(bundledDev): skip plugin transform hooks for rolldown-lazy stub modules (...c088511test: enable "manual chunk path" test and remove "worker.format error" test (...62bd7affeat: update dynamic import warning to link to Vite docs (#22823)2dafd3brefactor(css): remove lightningcss null byte bug workaround (#22822)Updates
astrofrom 7.0.3 to 7.0.4Release notes
Sourced from astro's releases.
Changelog
Sourced from astro's changelog.
Commits
5978993[ci] release (#17213)b1c9d41chore(seo): remove redundant twitter metadata tags (#17179)799e5cdchore: bump compiler to latest (#17184)734739d[ci] formatd5fbee8chore(deps): update sharp to v0.35 (#17234)23f9446FIx: inverted logic in a11y-no-redundant-roles rule (#17067)2bfb179chore: simpler package.json types (#17229)7ba0bb1Harden transition directive attribute rendering (#17212)2f39a99Document route cache invalidation behavior (#17215)efd16e9Stabilize client prerender prefetch E2E test (#17219)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 conditionsGreptile Summary
This PR updates the framework dependency stack for Astro and Vite. The main changes are:
7.0.4across examples, package fixtures, and integration tests.8.1.2across the root package, Vite package, and Vite integration test fixture.pnpm-lock.yamlrefreshes the resolved dependency graph for these patch updates.Confidence Score: 5/5
The dependency patch updates appear merge-safe based on the manifest-only version bumps and lockfile refresh.
The changes are limited to Astro and Vite patch updates propagated through package manifests and the lockfile, with no application logic changes identified.
What T-Rex did
Reviews (1): Last reviewed commit: "chore(deps): bump the framework-stack gr..." | Re-trigger Greptile