chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates#1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): bump the npm_and_yarn group across 1 directory with 4 updates#1dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…dates Bumps the npm_and_yarn group with 4 updates in the / directory: [esbuild](https://github.com/evanw/esbuild), [cookie](https://github.com/jshttp/cookie), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [undici](https://github.com/nodejs/undici). Updates `esbuild` from 0.24.2 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.24.2...v0.25.0) Updates `cookie` from 0.7.2 to 1.0.0 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](jshttp/cookie@v0.7.2...v1.0.0) Updates `vite` from 6.2.1 to 6.2.7 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.7/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.7/packages/vite) Updates `undici` from 7.4.0 to 7.5.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: esbuild dependency-version: 0.25.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: cookie dependency-version: 1.0.0 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.2.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: undici dependency-version: 7.5.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's GuideThis PR uses Dependabot to bump four core dependencies (esbuild, cookie, vite, undici) in the root pnpm lock file and in relevant package.json files, updating specifiers, versions, integrity checks, and pruning outdated entries across the monorepo. Class diagram for breaking changes in the 'cookie' dependency updateclassDiagram
class Cookie {
<<module>>
+parse(str, [options])
+serialize(name, value, [options])
+__esModule: true
}
note for Cookie "Breaking changes in v1.0.0:\n- parse() now returns a null-prototype object\n- strict/priority options now use lowercase strings\n- maxAge must be integer\n- decode option now handles error/quote parsing\n- __esModule marker added (import as ESM)\n- Minimum Node.js v18 required"
Class diagram for esbuild serve() API changeclassDiagram
class EsbuildServe {
<<API>>
- host: string
+ hosts: string[]
}
note for EsbuildServe "esbuild's serve() API now returns an array of hosts instead of a single host string (v0.25.0)"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Author
|
Superseded by #3. |
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_and_yarn group with 4 updates in the / directory: esbuild, cookie, vite and undici.
Updates
esbuildfrom 0.24.2 to 0.25.0Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
Commits
e9174d6publish 0.25.0 to npmc27dbebfixhostsinplugin-tests.js6794f60fixhostsinnode-unref-tests.jsde85afdMerge commit from forkda1de1bfix #4065: bitwise operators can return bigintsf4e9d19switch case liveness:defaultis always last7aa47c3fix #4028: minify live/deadswitchcases better22ecd30minify: more constant folding for strict equality4cdf03cfix #4053: reordering of.tsxinnode_modulesdc71977fix #3692:0now picks a random ephemeral portUpdates
cookiefrom 0.7.2 to 1.0.0Release notes
Sourced from cookie's releases.
Commits
c69cef61.0.042025f7Use workflow status for badgead9c960Update option documentation (#186)c4a2597Delegate quote parsing todecode(#180)88704d6Use shields for badges (#185)8f3ee9eRemovehasOwnProperty, use undefined (#183)93a5b97Shift try/catch to decode (#179)0f56c6eUpdate top sites cookies (#182)0ecf9bdEnable codecov (#178)1cc64ffUse modern JS features, ship TS defs (#175)Updates
vitefrom 6.2.1 to 6.2.7Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
3d6a427release: v6.2.799980ecfix: check static serve file inside sirv (#19965)d3dbf25release: v6.2.63bb0883fix: reject requests with#in request-target (#19830)c176acfrelease: v6.2.5fdb196efix: backport #19782, fs check with svg and relative paths037f801release: v6.2.47a4fabafix: fs check in transform middleware (#19761)16869d7release: v6.2.3f234b57fix: fs raw query with query separators (#19702)Updates
undicifrom 7.4.0 to 7.5.0Release notes
Sourced from undici's releases.
Commits
a180465Bumped v7.5.0 (#4091)f317618Removed clients with unrecoverable errors from the Pool (#4088)1e58b58feat: Allow disabling autoSelectFamily in an Agent (#4070)2767d0echore: update cache tests (#4027)ef276d4fix: Fix retry-handler.js when retry-after header is a Date (#4084)6179788feat: add mock call history to access request configuration in test (#4029)f11ae94feat(docs): button to switch dark and light mode (#4044)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Upgrade core dependencies to their latest versions and regenerate lockfile
Chores: