Bump the npm group with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies javascript
poad
Bumps the npm group with 5 updates:
| Package | From | To |
|---|---|---|
| rollup | 4.41.0 |
4.41.1 |
| seroval-plugins | 1.3.1 |
1.3.2 |
| seroval | 1.3.1 |
1.3.2 |
| tinyglobby | 0.2.13 |
0.2.14 |
| zod | 3.25.23 |
3.25.28 |
Updates rollup from 4.41.0 to 4.41.1
Release notes
Sourced from rollup's releases.
v4.41.1
4.41.1
2025-05-24
Bug Fixes
- If a plugin calls
this.resolvewithskipSelf: true, subsequent calls when handling this by the same plugin with same parameters will returnnullto avoid infinite recursions (#5945)Pull Requests
- #5945: Avoid recursively calling a plugin's resolveId hook with same id and importer (
@younggglcy,@lukastaegert)- #5963: fix(deps): update swc monorepo (major) (
@renovate[bot])- #5964: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Changelog
Sourced from rollup's changelog.
4.41.1
2025-05-24
Bug Fixes
- If a plugin calls
this.resolvewithskipSelf: true, subsequent calls when handling this by the same plugin with same parameters will returnnullto avoid infinite recursions (#5945)Pull Requests
- #5945: Avoid recursively calling a plugin's resolveId hook with same id and importer (
@younggglcy,@lukastaegert)- #5963: fix(deps): update swc monorepo (major) (
@renovate[bot])- #5964: fix(deps): lock file maintenance minor/patch updates (
@renovate[bot])
Commits
Updates seroval-plugins from 1.3.1 to 1.3.2
Commits
Updates seroval from 1.3.1 to 1.3.2
Commits
Updates tinyglobby from 0.2.13 to 0.2.14
Release notes
Sourced from tinyglobby's releases.
0.2.14
Fixed
- Root path joining on windows with help from
@43081jand@bteadeep: 0is no longer mistakenly interpreted as not set- Parent directories in patterns are now correctly normalized to
cwdChanged
Consider sponsoring if you'd like to support the development of this project and the goal of reaching a lighter and faster ecosystem
Changelog
Sourced from tinyglobby's changelog.
0.2.14
Fixed
- Root path joining on windows with help from 43081j and btea
deep: 0is no longer mistakenly interpreted as not set- Parent directories in patterns are now correctly normalized to
cwdChanged
Commits
e122f21release 0.2.141d4a82dchore(deps): update all non-major dependencies (#111)a3bc4bfdocs: addstorybookto list of users (#120)c7fd74bnormalize parent directories in patterns (#119)1c938cafix usage ofdeep: 0f8d0cd7fix root path joining on windows (#116)f25fb81switch to tsdown (#112)- See full diff in compare view
Updates zod from 3.25.23 to 3.25.28
Release notes
Sourced from zod's releases.
v3.25.28
Commits:
- e012bd248d45d3204fb9554f99e8222426e29da6 Improve override docs
- 7bd15ed2b08956ba3c25704bd85a1e8e39eadf55 fix: add missing re-exports files and add new entries the published files (#4500)
- b588d2c004fb414fe0215fc4f5f41bdaace88c05 Improve z.function typing. Add .def
- 5ac95df45b5ed1c49d32bbe2e7b4de7ec33a0664 3.25.28
- 7aecb617e02ba6b40e93a1c0badde350f419f372 Clean up ZodFunction
- ed48cbbe5aa7951b52ff96dfbe3fe3d3d98d0768 bugfix: Small typo in V4 docs (#4435)
- 5e4ff20b501b3977012a0b7619f0d94b6db67e2e fix: JSON Schema > override section typo (#4428)
v3.25.27
Commits:
- 27ccaf1d36eb826dab1cb84f7ce4e1a0782121af 3.25.27. Use for override. Add .value to ZodLiteral.
v3.25.26
Commits:
- d0627208f847087dfb89dd142ee4ebd4b8f1a908 Fix on .register methods
- d93271e86fb09243507231a07e300acaebd0c297 Replace z.min/z.max in mini docs
v3.25.25
Commits:
- 605286346e151f75f5a27d12f435cfb465f7f1cb Add error serialization test
- fbf88f2dd75cba4d1dc4bc8f04f2c5763d1aaf0c Document parsing with Zod Core
- 6413fa90e4aa3f113b280de8b417fa6c6bf01439 Add additionalProperties:false by default for objects in io:output mode
- 5477ea2068879e1e408fe126bb7cb819471473d9 3.25.25
v3.25.24
Commits:
- e0fe7ae92876414946456890fed2f85802cadfd0 Fix lint
- 1780c67e9cfeb1c94ef4e18fc8e93f22a3e114c0 fix: rewrite $constructor to be compatible with Hermes (#4482)
- 053debab86b4a4531ad356d749b395b283fd7501 feat: add export entries for bundlers that don't support exports field (#4489)
- 29aba82eb2131e979723cecc49d4cfa901386fd6 Fix typos (#4495)
- ce61025516d8976bef6a091a0becbe8ad1c9a0d0 Simplify fix
- 93f296dff344afcc6bdf61279b946a0ce2695f65 Fix error name issue
Commits
5e4ff20fix: JSON Schema > override section typo (#4428)ed48cbbbugfix: Small typo in V4 docs (#4435)7aecb61Clean up ZodFunction5ac95df3.25.28b588d2cImprove z.function typing. Add .def7bd15edfix: add missing re-exports files and add new entries the published files (#4...e012bd2Improve override docs27ccaf13.25.27. Use for override. Add .value to ZodLiteral.d93271eReplace z.min/z.max in mini docsd062720Fix on .register methods- Additional commits viewable in compare view
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 conditions
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 655066 |
| UUID: | 2544127020 |
| Node ID: | PR_kwDOKSIIAM6XpEws |
| Host: | GitHub |
| Repository: | poad/astro-solid-example |