chore(deps-dev): bump the minor-development-deps group with 6 updates
Merged
Number: #278
Type: Pull Request
State: Merged
Type: Pull Request
State: Merged
Author:
dependabot[bot]
Association: None
Comments: 0
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
Created:
May 20, 2025 at 05:13 PM UTC
(4 months ago)
(4 months ago)
Updated:
May 20, 2025 at 11:19 PM UTC
(4 months ago)
(4 months ago)
Merged:
May 20, 2025 at 11:19 PM UTC
(4 months ago)
by erunion
(4 months ago)
by erunion
Time to Close:
about 6 hours
Labels:
dependencies
dependencies
Description:
Bumps the minor-development-deps group with 6 updates:
Package | From | To |
---|---|---|
@readme/eslint-config | 14.6.0 |
14.7.1 |
@types/node | 22.15.3 |
22.15.19 |
@types/qs | 6.9.18 |
6.14.0 |
@vitest/coverage-v8 | 3.1.2 |
3.1.4 |
tsup | 8.4.0 |
8.5.0 |
vitest | 3.1.2 |
3.1.4 |
Updates @readme/eslint-config
from 14.6.0 to 14.7.1
Commits
1d7001f
chore(release): publish15db143
fix(eslint-config): disabling@vitest/prefer-describe-function-title
892f07c
chore(release): publish1af228e
feat(eslint-plugin): allowing custom messages inno-wildcard-imports
0e61aac
chore(deps): upgrading out of date deps5b06217
chore(deps): bump@typescript-eslint/eslint-plugin
from 8.25.0 to 8.29.0 (#950)64751c8
chore(deps): bump eslint-plugin-perfectionist from 4.9.0 to 4.10.1 (#948)22a435a
chore(deps): bump@typescript-eslint/parser
from 8.25.0 to 8.29.0 (#952)c98e6a8
chore(deps): bump@stoplight/spectral-rulesets
from 1.21.3 to 1.21.4 (#953)32f2617
feat(eslint-plugin): newno-wildcard-imports
rule (#957)- Additional commits viewable in compare view
Updates @types/node
from 22.15.3 to 22.15.19
Commits
- See full diff in compare view
Updates @types/qs
from 6.9.18 to 6.14.0
Commits
- See full diff in compare view
Updates @vitest/coverage-v8
from 3.1.2 to 3.1.4
Release notes
Sourced from @vitest/coverage-v8
's releases.
v3.1.4
🐞 Bug Fixes
- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#8002 (64f2b)View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: true
is set - by@sheremet-va
in vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawa
in vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-va
in vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-va
in vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgads
in vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-va
in vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reports
to show each total run times - by@AriPerkkio
in vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
ac88181
chore: release v3.1.46e8d937
chore: release v3.1.3- See full diff in compare view
Updates tsup
from 8.4.0 to 8.5.0
Release notes
Sourced from tsup's releases.
v8.5.0
🚀 Features
- Use
fix-dts-default-cjs-exports
to transform CJS types - by@userquin
in egoist/tsup#1310 (c654e)- Allow passing custom swc configuration to swcPlugin - by
@Romakita
in egoist/tsup#1313 (fdfd5)🐞 Bug Fixes
- Make
removeNodeProtocol
work withshims
- by@aryaemami59
(769aa)- CopyPublicDir in watch mode - by
@geeee
in egoist/tsup#1331 (7c1e1)View changes on GitHub
Commits
92ee842
chore: release v8.5.07c1e13e
fix: copyPublicDir in watch mode (#1331)fdfd59a
feat: allow passing custom swc configuration to swcPlugin (#1313)769aa49
fix: makeremoveNodeProtocol
work withshims
c654e5f
feat: usefix-dts-default-cjs-exports
to transform CJS types (#1310)- See full diff in compare view
Updates vitest
from 3.1.2 to 3.1.4
Release notes
Sourced from vitest's releases.
v3.1.4
🐞 Bug Fixes
- Apply browser CLI options only if the project has the browser set in the config already - by
@sheremet-va
in vitest-dev/vitest#8002 (64f2b)View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: true
is set - by@sheremet-va
in vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawa
in vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-va
in vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-va
in vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgads
in vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-va
in vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reports
to show each total run times - by@AriPerkkio
in vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
ac88181
chore: release v3.1.464f2b43
fix: apply browser CLI options only if the project has the browser set in the...6e8d937
chore: release v3.1.38c7f75a
fix: ignore failures on writeToCache (#7893)d613b81
fix(reporters):--merge-reports
to show each total run times (#7877)2fa763a
fix: reset mocks on test retry/repeat (#7897)573cb16
ci: fix flaky browser tests (#7887)03660f9
fix(browser): correctly inherit CLI options (#7858)a83f3bf
fix: correctly resolve vitest import ifinline: true
is set (#7856)- See full diff 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
Commits:
1
1
Files Changed:
1
1
Additions:
+617
+617
Deletions:
-228
-228
Package Dependencies
Technical Details
ID: | 527330 |
UUID: | 2532163032 |
Node ID: | PR_kwDOBS_nSs6W7b3Y |
Host: | GitHub |
Repository: | readmeio/httpsnippet |
Merge State: | Unknown |