Bump the npm_and_yarn group across 2 directories with 4 updates #3
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_and_yarn group with 4 updates in the /app directory: esbuild, vite, @babel/runtime and prismjs.
Bumps the npm_and_yarn group with 2 updates in the /website directory: esbuild and vite.
Updates
esbuild
from 0.21.5 to 0.25.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
4475787
publish 0.25.2 to npm8f56771
fix #4121: map js regexp flags to go regexp flags36b458d
follow-up to #41098b8437c
feat: support index source map (#4109)75286c1
unit test for absolute windows paths in source mapbcc77fb
fix #4100: invalid identifiers in node annotation37cb6a2
fix a warning fromnpm publish
6bfc1c1
publish 0.25.1 to npmf9b3952
fix #4078: prepend namespaces to source map pathsccf3dd7
add "contributed by" in changelogUpdates
vite
from 5.4.14 to 6.2.4Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
037f801
release: v6.2.47a4faba
fix: fs check in transform middleware (#19761)16869d7
release: v6.2.3f234b57
fix: fs raw query with query separators (#19702)b12911e
release: v6.2.298b3160
fix(preview): use preview https config, not server (#19633)b31faab
fix: await client buildStart on top level buildStart (#19624)dc5395a
fix(indexHtml): ensure correct URL when querying module graph (#19601)2476391
feat: show friendly error for malformedbase
(#19616)4309755
fix(ssr): use optional chaining to prevent "undefined is not an object" happe...Updates
vite
from 5.4.14 to 6.2.4Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
037f801
release: v6.2.47a4faba
fix: fs check in transform middleware (#19761)16869d7
release: v6.2.3f234b57
fix: fs raw query with query separators (#19702)b12911e
release: v6.2.298b3160
fix(preview): use preview https config, not server (#19633)b31faab
fix: await client buildStart on top level buildStart (#19624)dc5395a
fix(indexHtml): ensure correct URL when querying module graph (#19601)2476391
feat: show friendly error for malformedbase
(#19616)4309755
fix(ssr): use optional chaining to prevent "undefined is not an object" happe...Updates
@babel/runtime
from 7.26.9 to 7.27.0Release notes
Sourced from
@babel/runtime
's releases.... (truncated)
Changelog
Sourced from
@babel/runtime
's changelog.... (truncated)
Commits
5c350ea
v7.27.0ca4865a
Fix: align behaviour to tscrewriteRelativeImportExtensions
(#17118)e1ce99d
v7.26.10d5952e8
Fix processing of replacement pattern with named capture groups (#17173)Updates
prismjs
from 1.29.0 to 1.30.0Release notes
Sourced from prismjs's releases.
Changelog
Sourced from prismjs's changelog.
Commits
76dde18
Release 1.30.093cca40
npm pkg fix99c5ca9
Add release script8e8b935
check that currentScript is set by a script tag (#3863)f894dc2
Fix logo in the footerac38dce
Delete CNAME9b5b09a
Enable CORSMaintainer changes
This version was pushed to npm by dmitrysharabin, a new releaser for prismjs since your current version.
Updates
esbuild
from 0.21.5 to 0.25.2Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
4475787
publish 0.25.2 to npm8f56771
fix #4121: map js regexp flags to go regexp flags36b458d
follow-up to