chore(deps)(deps): bump the minor-updates group across 1 directory with 13 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(1 day ago)
(1 day ago)
Bumps the minor-updates group with 12 updates in the / directory:
Package | From | To |
---|---|---|
chalk | 5.4.1 |
5.6.0 |
raw-body | 3.0.0 |
3.0.1 |
@rollup/plugin-commonjs | 28.0.5 |
28.0.6 |
@rollup/plugin-typescript | 12.1.2 |
12.1.4 |
@types/node | 24.0.1 |
24.3.1 |
@vitest/coverage-v8 | 3.2.3 |
3.2.4 |
rollup | 4.43.0 |
4.50.0 |
rollup-plugin-dts | 6.2.1 |
6.2.3 |
rollup-plugin-node-externals | 8.0.0 |
8.1.1 |
typedoc | 0.28.5 |
0.28.12 |
typedoc-plugin-markdown | 4.6.4 |
4.8.1 |
typescript | 5.8.3 |
5.9.2 |
Updates chalk
from 5.4.1 to 5.6.0
Release notes
Sourced from chalk's releases.
v5.6.0
- Make WezTerm terminal use true color a8f5bf7
https://github.com/chalk/chalk/compare/v5.5.0...v5.6.0
v5.5.0
- Make Ghostty terminal use true color (#653) 79ee2d3
Commits
Updates raw-body
from 3.0.0 to 3.0.1
Release notes
Sourced from raw-body's releases.
v3.0.1
What's Changed
- ci: fix ci errors by
@bjohansebas
in stream-utils/raw-body#98- deps: bump iconv-lite by
@bjohansebas
in stream-utils/raw-body#97- chore: fix engines field by
@bjohansebas
in stream-utils/raw-body#99- release: 3.0.1 by
@bjohansebas
in stream-utils/raw-body#100New Contributors
@bjohansebas
made their first contribution in stream-utils/raw-body#98Full Changelog: https://github.com/stream-utils/raw-body/compare/v3.0.0...v3.0.1
Changelog
Sourced from raw-body's changelog.
3.0.1 / 2025-09-03
- deps: iconv-lite@0.7.0
- Avoid false positives in encodingExists by using objects without a prototype
- Remove compatibility check for StringDecoder.end method
- Fix the engines field to reflect support for Node >= 0.10
Commits
Maintainer changes
This version was pushed to npm by bsebas, a new releaser for raw-body since your current version.
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.3.1
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.50.0
Release notes
Sourced from rollup's releases.
v4.50.0
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)v4.49.0
4.49.0
2025-08-27
Features
- Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)
Pull Requests
- #6038: feat: Run external check in
cli/run/loadConfigFile.ts
as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz
,@TrickyPi
)- #6082: Improve build pipeline performance (
@lukastaegert
)v4.48.1
4.48.1
2025-08-25
Bug Fixes
- Correctly ignore white-space in JSX strings around line-breaks (#6051)
Pull Requests
- #6051: fix: handle whitespace according to JSX common practice (
@cyyynthia
)- #6078: build: optimize pipeline take two (
@cyyynthia
)v4.48.0
4.48.0
2025-08-23
... (truncated)
Changelog
Sourced from rollup's changelog.
4.50.0
2025-08-31
Features
- Support openharmony-arm64 platform (#6081)
Bug Fixes
- Fix loading of extensionless imports in config files (#6084)
Pull Requests
- #6081: Add support for openharmony-arm64 platform (
@hqzing
,@lukastaegert
)- #6084: Return null to defer to the default resolution behavior (
@TrickyPi
)4.49.0
2025-08-27
Features
- Allow config plugins to resolve imports first before deciding whether to treat them as external (#6038)
Pull Requests
- #6038: feat: Run external check in
cli/run/loadConfigFile.ts
as last in order to allow handling of e.g. workspace package imports in TS monorepos correctly (@stazz
,@TrickyPi
)- #6082: Improve build pipeline performance (
@lukastaegert
)4.48.1
2025-08-25
Bug Fixes
- Correctly ignore white-space in JSX strings around line-breaks (#6051)
Pull Requests
- #6051: fix: handle whitespace according to JSX common practice (
@cyyynthia
)- #6078: build: optimize pipeline take two (
@cyyynthia
)4.48.0
2025-08-23
Features
- If configured, also keep unparseable import attributes of external dynamic imports in the output(#6071)
... (truncated)
Commits
592e7d7
4.50.006df2d6
Split up changelog file38a5c6d
Add support for openharmony-arm64 platform (#6081)bd02778
Return null to defer to the default resolution behavior (#6084)b12c061
4.49.06b06476
feat: Run external check incli/run/loadConfigFile.ts
as last in order to a...59c16b9
Improve build pipeline performance (#6082)8b6b06b
4.48.18cf554a
build: optimize pipeline take two (#6078)c9e96c2
fix: handle whitespace according to JSX common practice (#6051)- Additional commits viewable in compare view
Updates rollup-plugin-dts
from 6.2.1 to 6.2.3
Changelog
Sourced from rollup-plugin-dts's changelog.
6.2.3
Fixes:
- Preserve imports for types used in typeof generic
Thank you:
Features, fixes and improvements in this release have been contributed by:
6.2.2
Features:
- Add
includeExternal
optionThank you:
Features, fixes and improvements in this release have been contributed by:
Commits
d5c1046
6.2.3e9ac9b8
6.2.2a9202b1
fix: Preserve imports for types used in typeof generic (#348)d03ed24
chore(deps): update dependency@types/node
to ^24.2.10c21dac
chore(deps): update all non-major dependencies5307652
chore(deps): update all non-major dependencies34cc8c0
chore(deps): update all non-major dependenciesb4b772e
chore(deps): update all non-major dependenciesd09e479
chore(deps): update all non-major dependenciesfaa60a1
chore(deps): update all non-major dependencies- Additional commits viewable in compare view
Updates rollup-plugin-node-externals
from 8.0.0 to 8.1.1
Release notes
Sourced from rollup-plugin-node-externals's releases.
v8.1.1
- VSCode stuff bce53db
- Back to a synchronous factory. Fixes #37. bc1a2f3
- Shorten excessively long line 6423e23
- Remove useless intermediary variable 910f3b3
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.1.0...v8.1.1
v8.1.0
- Fix linting issues c6e0784
- Fix usage of fast-check 4 in test 93f10c6
- Update dependencies to their latest version 997a50b
- Update README.md cc7a232
- Activate support for rush.json as a workspace root marker 4061761
- Ask git the root of the repo instead of (wrongly) looking for a .git folder 34c0d38
https://github.com/Septh/rollup-plugin-node-externals/compare/v8.0.1...v8.1.0
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
f5c40e5
8.1.1bce53db
VSCode stuffbc1a2f3
Back to a synchronous factory. Fixes #37.6423e23
Shorten excessively long line910f3b3
Remove useless intermediary variable6162d29
8.1.0c6e0784
Fix linting issues93f10c6
Fix usage of fast-check 4 in test997a50b
Update dependencies to their latest versioncc7a232
Update README.md- Additional commits viewable in compare view
Updates typedoc
from 0.28.5 to 0.28.12
Release notes
Sourced from typedoc's releases.
v0.28.12
Bug Fixes
- Variables marked with
@enum
now work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasComment
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
parameter.v0.28.11
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
- Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
- Optional methods are now rendered with a trailing
?
in the reflection preview and signature, #2995.- The
compilerOptions
option now functions properly with non-boolean options, #3000.- Configuration errors within the
compilerOptions
option are now handled gracefully, #3000.- Fixed improper casing of "Type Declaration" header, #3002.
v0.28.10
Bug Fixes
- Fixed inconsistent anchors on module pages for re-exports, #2990.
- Markdown references which appear to be footnotes will no longer be checked for links, #2991.
v0.28.9
Features
- Add support for TypeScript 5.9, #2989.
Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
- Fixed automatic discovery of entry points when not running in packages mode, #2988.
- Fixed discovery of package.json file when running with entry points containing a glob, #2985.
v0.28.8
Features
- If using JS config files, the
plugin
option can now be given plugin functions to load.- Permit
-
within tag names to supporttypescript-json-schema
's@TJS-type
tag, #2972.
... (truncated)
Changelog
Sourced from typedoc's changelog.
v0.28.12 (2025-09-01)
Bug Fixes
- Variables marked with
@enum
now work for symbols imported from another module, #3003.- Improved magic introduced with #2999 to work with imported symbols, #3003.
- Fixed relative link resolution to file names containing percent encoded URLs, #3006.
- Linking to the project's README file with a relative link will now behave as expected, #3006.
- Reduced unnecessary HTML element rendering in default theme. API:
Reflection.hasComment
andComment.hasVisibleComponent
now accepts an optionalnotRenderedTags
parameter.v0.28.11 (2025-08-25)
Features
- Object properties declared with shorthand property assignment will now use the variable's comment if they do not have their own comment, #2999.
Bug Fixes
- Fixed link resolution not working correctly in first comment on the file in some cases, #2994.
- Optional methods are now rendered with a trailing
?
in the reflection preview and signature, #2995.- The
compilerOptions
option now functions properly with non-boolean options, #3000.- Configuration errors within the
compilerOptions
option are now handled gracefully, #3000.- Fixed improper casing of "Type Declaration" header, #3002.
v0.28.10 (2025-08-10)
Bug Fixes
- Fixed inconsistent anchors on module pages for re-exports, #2990.
- Markdown references which appear to be footnotes will no longer be checked for links, #2991.
v0.28.9 (2025-08-01)
Features
- Add support for TypeScript 5.9, #2989.
Bug Fixes
- Fixed bug introduced in 0.28.8 where TypeDoc could not render docs when members inherited from a complex type alias, #2982.
- Fixed automatic discovery of entry points when not running in packages mode, #2988.
- Fixed discovery of package.json file when running with entry points containing a glob, #2985.
v0.28.8 (2025-07-28)
Features
- If using JS config files, the
plugin
function can now be given plugin functions to load.
... (truncated)
Commits
b3a4869
Update changelog for release40f17fb
Bump version to 0.28.120c3ad25
Fix new ESLint issuesbfed02d
Upgrade deps0a716b2
Fix relative links to README file51c7ff2
Fix link resolution with percent encoded URLs34d2c33
Fix #300317347c9
Update changelog for release2077c80
Bump version to 0.28.118f47c24
Fix rendering of "Type Declaration" header- Additional commits viewable in compare view
Updates typedoc-plugin-markdown
from 4.6.4 to 4.8.1
Release notes
Sourced from typedoc-plugin-markdown's releases.
typedoc-plugin-markdown@4.8.1
Patch Changes
- Correctly handle empty markdown links (#836).
typedoc-plugin-markdown@4.8.0
Minor Changes
- Exposed additional placeholders in
pageTitleTemplates
and adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitles
option.Patch Changes
- Fix incorrect link fragments (#832).
typedoc-plugin-markdown@4.7.1
Patch Changes
- Escape square brackets in index signature types (typedoc2md/typedoc-plugin-markdown#829).
- Fix missing segments in declaration titles that contain periods.
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.8.1 (2025-08-12)
Patch Changes
- Correctly handle empty markdown links (#836).
4.8.0 (2025-07-29)
Minor Changes
- Exposed additional placeholders in
pageTitleTemplates
and adjusted default templates (#831).- Tweaked the format of abstract class page titles to include the translated abstract keyword (e.g., "Abstract Class: MyClass") for improved readability.
- Added
strikeDeprecatedPageTitles
option.Patch Changes
- Fix incorrect link fragments (#832).
4.7.1 (2025-07-19)
Patch Changes
- Escape square brackets in index signature types (#829).
- Fix missing segments in declaration titles that contain periods.
4.7.0 (2025-06-19)
Minor Changes
- Added
useCustomAnchors
andcustomAnchorsFormat
options - thanks@ocavue
.Patch Changes
- Fix incorrect overload function comments (#827).
Commits
6682592
Version Packages54b6d06
chore(all): fix npmf98c0b6
fix(core): correctly handle empty markdown links880194d
chore(all): added publish script7da57e2
Version Packages4f7cbf1
feat(core): exposed additional placeholders to "pageTitleTemplates" and adjus...5ad7a88
fix(core): fix incorrect link fragmentsf872871
chore(core): updated changelog date74a649f
Version Packages51b8f88
fix(core): fix missing segments in declaration titles that contain periods- Additional commits viewable in compare view
Updates typescript
from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- 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
+389
-356
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
rollup-plugin-node-externals
npm
8.0.0 → 8.1.1
Minor
Technical Details
ID: | 7068489 |
UUID: | 2805759332 |
Node ID: | PR_kwDOK6nqWc6nPH1k |
Host: | GitHub |
Repository: | stone-foundation/stone-js-node-http-adapter |
Merge State: | Unknown |