generated from MassivDash/AstroX
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump esbuild, astro, vitest and @vitest/coverage-v8 in /src/frontend #3
Open
dependabot
wants to merge
1
commit into
main
Choose a base branch
from
dependabot/npm_and_yarn/src/frontend/multi-c381e9a2b2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Bump esbuild, astro, vitest and @vitest/coverage-v8 in /src/frontend #3
dependabot
wants to merge
1
commit into
main
from
dependabot/npm_and_yarn/src/frontend/multi-c381e9a2b2
Conversation
This file contains 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
Bumps [esbuild](https://github.com/evanw/esbuild) to 0.25.0 and updates ancestor dependencies [esbuild](https://github.com/evanw/esbuild), [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro), [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). These dependencies need to be updated together. Updates `esbuild` from 0.21.5 to 0.25.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](evanw/esbuild@v0.21.5...v0.25.0) Updates `astro` from 5.0.5 to 5.4.2 - [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/[email protected]/packages/astro) Updates `vitest` from 2.1.8 to 3.0.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/vitest) Updates `@vitest/coverage-v8` from 2.1.8 to 3.0.7 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.0.7/packages/coverage-v8) --- updated-dependencies: - dependency-name: esbuild dependency-type: indirect - dependency-name: astro dependency-type: direct:production - dependency-name: vitest dependency-type: direct:development - dependency-name: "@vitest/coverage-v8" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
This was referenced Mar 6, 2025
Coverage Report
File CoverageNo changed files found. |
Analysis Results
|
CLI LCOV of commit
|
Backend LCOV of commit
|
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
0 participants
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 esbuild to 0.25.0 and updates ancestor dependencies esbuild, astro, vitest and @vitest/coverage-v8. These dependencies need to be updated together.
Updates
esbuild
from 0.21.5 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
e9174d6
publish 0.25.0 to npmc27dbeb
fixhosts
inplugin-tests.js
6794f60
fixhosts
innode-unref-tests.js
de85afd
Merge commit from forkda1de1b
fix #4065: bitwise operators can return bigintsf4e9d19
switch case liveness:default
is always last7aa47c3
fix #4028: minify live/deadswitch
cases better22ecd30
minify: more constant folding for strict equality4cdf03c
fix #4053: reordering of.tsx
innode_modules
dc71977
fix #3692:0
now picks a random ephemeral portUpdates
astro
from 5.0.5 to 5.4.2Release notes
Sourced from astro's releases.
... (truncated)
Changelog
Sourced from astro's changelog.
... (truncated)
Commits
c67a351
[ci] release (#13350)f61d442
[ci] format0025df3
refactor(core): move actions inside core (#13262)fe8cacd
[ci] format16d6d41
fix(deps): update all non-major dependencies (#13346)55ef4f5
[ci] format84e94cc
Prevent rerunning scripts already ran in router (#12985)21c233c
[ci] format50e2e0b
fix: escape img attributes in Markdown (#13349)8483502
[ci] release (#13337)Updates
vitest
from 2.1.8 to 3.0.7Release notes
Sourced from vitest's releases.
... (truncated)
Commits
358cccf
chore: release v3.0.7365ffe6
fix(deps): update all non-major dependencies (#7543)aaa5855
perf(browser): do wdio context switching only once per file (#7549)f71004f
fix(spy): clear/reset/restore mocks in stack order (#7499)9584be3
chore: release v3.0.6027ce9b
fix(reporters): render tasks in tree when in TTY (#7503)b62ac22
chore: usetinyglobby
instead offast-glob
in Vitest (#7504)167a98d
fix: excludequeueMicrotask
from default fake timers to not break node fetc...6cc408d
fix(deps): update all non-major dependencies (#7507)8f13825
docs: fixsequence.hooks: 'stack'
as default (#7492)Updates
@vitest/coverage-v8
from 2.1.8 to 3.0.7Release notes
Sourced from
@vitest/coverage-v8
's releases.... (truncated)
Commits
358cccf
chore: release v3.0.79584be3
chore: release v3.0.66cc408d
fix(deps): update all non-major dependencies (#7507)accd2ed
refactor: enableisolatedDeclarations
(#7473)1f2e555
fix(coverage):vite-node
to pass correct execution wrapper offset (#7417)1154662
chore: release v3.0.59e40437
chore: release v3.0.438ea8ea
fix(deps): update all non-major dependencies (#7297)33ab8a2
chore: release v3.0.3f17918a
chore: release v3.0.2Dependabot 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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.