chore(deps)(deps-dev): bump the minor-updates group across 1 directory with 9 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 3
(2 months ago)
(about 1 month ago)
(about 1 month ago)
Bumps the minor-updates group with 8 updates in the / directory:
Package | From | To |
---|---|---|
@rollup/plugin-commonjs | 28.0.5 |
28.0.6 |
@rollup/plugin-typescript | 12.1.2 |
12.1.4 |
@types/node | 24.0.1 |
24.0.7 |
@vitest/coverage-v8 | 3.2.3 |
3.2.4 |
rollup | 4.43.0 |
4.44.1 |
rollup-plugin-node-externals | 8.0.0 |
8.0.1 |
typedoc | 0.28.5 |
0.28.6 |
typedoc-plugin-markdown | 4.6.4 |
4.7.0 |
Updates @rollup/plugin-commonjs
from 28.0.5 to 28.0.6
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.6
2025-06-17
Bugfixes
- fix: fix crash with invalidated proxy modules (#1876)
Commits
a433ac9
chore(release): commonjs v28.0.67b9d40d
fix(commonjs): fix crash with invalidated proxy modules (#1876)- See full diff in compare view
Updates @rollup/plugin-typescript
from 12.1.2 to 12.1.4
Changelog
Sourced from @rollup/plugin-typescript
's changelog.
v12.1.4
2025-06-28
Bugfixes
v12.1.3
2025-06-17
Bugfixes
Commits
Updates @types/node
from 24.0.1 to 24.0.7
Commits
- See full diff in compare view
Updates @vitest/coverage-v8
from 3.2.3 to 3.2.4
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.2.4
🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by
@mrginglymus
in vitest-dev/vitest#8139 (44940)- Print uint and buffer as a simple string - by
@sheremet-va
in vitest-dev/vitest#8141 (b86bf)- browser:
- Show a helpful error when spying on an export - by
@sheremet-va
in vitest-dev/vitest#8178 (56007)- cli:
vitest run --watch
should be watch-mode - by@AriPerkkio
in vitest-dev/vitest#8128 (657e8)- Use absolute path environment on Windows - by
@colinaaa
in vitest-dev/vitest#8105 (85dc0)- Throw error when
--shard x/<count>
exceeds count of test files - by@AriPerkkio
in vitest-dev/vitest#8112 (8a18c)- coverage:
- Ignore SCSS in browser mode - by
@sheremet-va
in vitest-dev/vitest#8161 (0c3be)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#8123 (93f32)
- expect:
- Handle async errors in expect.soft - by
@lzl0304
in vitest-dev/vitest#8145 (68699)- pool:
- Auto-adjust
minWorkers
when onlymaxWorkers
specified - by@AriPerkkio
in vitest-dev/vitest#8110 (14dc0)- reporter:
task.meta
should be available in custom reporter's errors - by@AriPerkkio
in vitest-dev/vitest#8115 (27df6)- runner:
- Preserve handler wrapping on extend - by
@pengooseDev
in vitest-dev/vitest#8153 (a9281)- ui:
- Ensure ui config option works correctly - by
@lzl0304
in vitest-dev/vitest#8147 (42eeb)View changes on GitHub
Commits
c666d14
chore: release v3.2.4- See full diff in compare view
Updates rollup
from 4.43.0 to 4.44.1
Release notes
Sourced from rollup's releases.
v4.44.1
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)v4.44.0
4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi
)- #5986: Remove limit on max parallel file ops (
@lukastaegert
)
Changelog
Sourced from rollup's changelog.
4.44.1
2025-06-26
Bug Fixes
- Reinstate maxParallelFileOps limit of 1000 to resolve the issue for some (#5992)
Pull Requests
- #5988: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5992: Set maxParallelFileOps to 1000 (
@lukastaegert
)4.44.0
2025-06-19
Features
- Remove limit on
maxParallelFileOps
as this could break watch mode with the commonjs plugin (#5986)Bug Fixes
- Provide better source mappings when coarse intermediate maps are used (#5985)
Pull Requests
- #5984: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5985: Improve approximation of coarse sourcemap segments (
@TrickyPi
)- #5986: Remove limit on max parallel file ops (
@lukastaegert
)
Commits
5a7f9e2
4.44.14a87b85
Set maxParallelFileOps to 1000 (#5992)37d1915
fix(deps): lock file maintenance minor/patch updates (#5988)fa4b284
4.44.00b3e6bf
Remove limit on max parallel file ops (#5986)95b53ee
Improve approximation of coarse sourcemap segments (#5985)5dcce11
fix(deps): lock file maintenance minor/patch updates (#5984)- See full diff in compare view
Updates rollup-plugin-node-externals
from 8.0.0 to 8.0.1
Release notes
Sourced from rollup-plugin-node-externals's releases.
v8.0.1
This is a maintenance-only release.
- Typos 4e233eb
- Update dev dependencies 8775fc8
- Update VS Code task to run on folder open 2d3c7d0
- Update package description c75855d
- Update README.md with #35 warning 171b2b6
- Add Vite's apply: 'build' property 04add45
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.0.0...v8.0.1
Commits
Updates typedoc
from 0.28.5 to 0.28.6
Release notes
Sourced from typedoc's releases.
v0.28.6
Features
- TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
- Declarations without comments will now check for comments on their export specifier, #2964.
Bug Fixes
- Attempting to highlight a supported language which is not enabled is now a warning, not an error, #2956.
- Improved compatibility with CommonMark's link parsing, #2959.
- Classes, variables, and functions exported with
export { type X }
are now detected and converted as interfaces/type aliases, #2962.- Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #2967.
- Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #2969.
Thanks!
Changelog
Sourced from typedoc's changelog.
v0.28.6 (2025-06-27)
Features
- TypeDoc now supports resolving relative paths in links to the package directory as belonging to the project, #2961.
- Declarations without comments will now check for comments on their export specifier, #2964.
Bug Fixes
- Attempting to highlight a supported language which is not enabled is now a warning, not an error, #2956.
- Improved compatibility with CommonMark's link parsing, #2959.
- Classes, variables, and functions exported with
export { type X }
are now detected and converted as interfaces/type aliases, #2962.- Improved warning messaging for links to symbols which were resolved, but the symbols were not included in the documentation, #2967.
- Fixed an issue preventing nested documents from being deserialized from TypeDoc's JSON output or used in packages mode, #2969.
Thanks!
Commits
d47f04c
Update changelog for released89f9d2
Bump version to v0.28.6a68c3bb
Support comments on source declarations in more casese229822
Fix nested deserialization of documents1ef4ff3
Improve link validation warning messagesdbefdbd
Recognize and respect type-only exportsa2f0d16
Handpick smaller suite of link testsbc7e8c2
Support relative links to package dir3da819f
Merge pull request #2960 from gibson042/gh-2959-markdown-linksbb45c31
Update changelog- Additional commits viewable in compare view
Updates typedoc-plugin-markdown
from 4.6.4 to 4.7.0
Release notes
Sourced from typedoc-plugin-markdown's releases.
typedoc-plugin-markdown@4.7.0
Minor Changes
- Added
useCustomAnchors
andcustomAnchorsFormat
options - thanks@ocavue
.Patch Changes
- Fix incorrect overload function comments (#827).
Changelog
Sourced from typedoc-plugin-markdown's changelog.
4.7.0 (2025-06-19)
Minor Changes
- Added
useCustomAnchors
andcustomAnchorsFormat
options - thanks@ocavue
.Patch Changes
- Fix incorrect overload function comments (#827).
Commits
362c3a5
Version Packagesffac19c
fix(core): fix incorrect overload function comments (#827)8bc50c8
chore(core): clean-up configb53ca35
Merge pull request #826 from ocavue/ocavue-members-typesc399926
chore: remove unused imports815fe20
fix(core): remove some incorrect type assertionse50a2df
fix(core): correct return type ofhelpers.getKeyword
a62a218
chore(all): updated packages5113f15
Merge pull request #823 from ocavue/ocavue-custom-h-ida3f20bf
format code- Additional commits viewable in compare view
Updates vitest
from 3.2.3 to 3.2.4
Release notes
Sourced from vitest's releases.
v3.2.4
🐞 Bug Fixes
- Use correct path for optimisation of strip-literal - by
@mrginglymus
in vitest-dev/vitest#8139 (44940)- Print uint and buffer as a simple string - by
@sheremet-va
in vitest-dev/vitest#8141 (b86bf)- browser:
- Show a helpful error when spying on an export - by
@sheremet-va
in vitest-dev/vitest#8178 (56007)- cli:
vitest run --watch
should be watch-mode - by@AriPerkkio
in vitest-dev/vitest#8128 (657e8)- Use absolute path environment on Windows - by
@colinaaa
in vitest-dev/vitest#8105 (85dc0)- Throw error when
--shard x/<count>
exceeds count of test files - by@AriPerkkio
in vitest-dev/vitest#8112 (8a18c)- coverage:
- Ignore SCSS in browser mode - by
@sheremet-va
in vitest-dev/vitest#8161 (0c3be)- deps:
- Update all non-major dependencies - in vitest-dev/vitest#8123 (93f32)
- expect:
- Handle async errors in expect.soft - by
@lzl0304
in vitest-dev/vitest#8145 (68699)- pool:
- Auto-adjust
minWorkers
when onlymaxWorkers
specified - by@AriPerkkio
in vitest-dev/vitest#8110 (14dc0)- reporter:
task.meta
should be available in custom reporter's errors - by@AriPerkkio
in vitest-dev/vitest#8115 (27df6)- runner:
- Preserve handler wrapping on extend - by
@pengooseDev
in vitest-dev/vitest#8153 (a9281)- ui:
- Ensure ui config option works correctly - by
@lzl0304
in vitest-dev/vitest#8147 (42eeb)View changes on GitHub
Commits
c666d14
chore: release v3.2.48a18c8e
fix(cli): throw error when--shard x/\<count>
exceeds count of test files (#...8abd7cc
chore(deps): updatetinypool
(#8174)93f3200
fix(deps): update all non-major dependencies (#8123)0c3be6f
fix(coverage): ignore SCSS in browser mode (#8161)790bc31
chore: update deprecation notice for globs (#8148)c0eae7d
chore: update deprecated workspace file log (#8118)14dc072
fix(pool): auto-adjustminWorkers
when onlymaxWorkers
specified (#8110)85dc019
fix(cli): use absolute path environment on Windows (#8105)27df68a
fix(reporter):task.meta
should be available in custom reporter's errors (#...- 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 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 <dependency name> major version
will 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 version
will 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
1
1
+183
-273
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
rollup-plugin-node-externals
npm
8.0.0 → 8.0.1
Patch
Technical Details
ID: | 2412075 |
UUID: | 2626682947 |
Node ID: | PR_kwDONq_WFM6ckABD |
Host: | GitHub |
Repository: | stone-foundation/stone-js-use-react |
Mergeable: | Yes |
Merge State: | Unstable |