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
Association: None
Comments: 0
Created:
May 20, 2025 at 05:13 PM UTC
(7 months ago)
(7 months ago)
Updated:
May 20, 2025 at 11:19 PM UTC
(7 months ago)
(7 months ago)
Merged:
May 20, 2025 at 11:19 PM UTC
(7 months ago)
by erunion
(7 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
1d7001fchore(release): publish15db143fix(eslint-config): disabling@vitest/prefer-describe-function-title892f07cchore(release): publish1af228efeat(eslint-plugin): allowing custom messages inno-wildcard-imports0e61aacchore(deps): upgrading out of date deps5b06217chore(deps): bump@typescript-eslint/eslint-pluginfrom 8.25.0 to 8.29.0 (#950)64751c8chore(deps): bump eslint-plugin-perfectionist from 4.9.0 to 4.10.1 (#948)22a435achore(deps): bump@typescript-eslint/parserfrom 8.25.0 to 8.29.0 (#952)c98e6a8chore(deps): bump@stoplight/spectral-rulesetsfrom 1.21.3 to 1.21.4 (#953)32f2617feat(eslint-plugin): newno-wildcard-importsrule (#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-vain vitest-dev/vitest#8002 (64f2b)View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by@sheremet-vain vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawain vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-vain vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-vain vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgadsin vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-vain vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reportsto show each total run times - by@AriPerkkioin vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
ac88181chore: release v3.1.46e8d937chore: 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-exportsto transform CJS types - by@userquinin egoist/tsup#1310 (c654e)- Allow passing custom swc configuration to swcPlugin - by
@Romakitain egoist/tsup#1313 (fdfd5)🐞 Bug Fixes
- Make
removeNodeProtocolwork withshims- by@aryaemami59(769aa)- CopyPublicDir in watch mode - by
@geeeein egoist/tsup#1331 (7c1e1)View changes on GitHub
Commits
92ee842chore: release v8.5.07c1e13efix: copyPublicDir in watch mode (#1331)fdfd59afeat: allow passing custom swc configuration to swcPlugin (#1313)769aa49fix: makeremoveNodeProtocolwork withshimsc654e5ffeat: usefix-dts-default-cjs-exportsto 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-vain vitest-dev/vitest#8002 (64f2b)View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Correctly resolve vitest import if
inline: trueis set - by@sheremet-vain vitest-dev/vitest#7856 (a83f3)- Fix fixture parsing with lowered async with esbuild 0.25.3 - by
@hi-ogawain vitest-dev/vitest#7921 (c5c85)- Remove event-catcher code - by
@sheremet-vain vitest-dev/vitest#7898 (deb1b)- Reset mocks on test retry/repeat - by
@sheremet-vain vitest-dev/vitest#7897 (2fa76)- Ignore failures on writeToCache - by
@orgadsin vitest-dev/vitest#7893 (8c7f7)- browser: Correctly inherit CLI options - by
@sheremet-vain vitest-dev/vitest#7858 (03660)- deps: Update all non-major dependencies - in vitest-dev/vitest#7867 (67ef7)
- reporters:
--merge-reportsto show each total run times - by@AriPerkkioin vitest-dev/vitest#7877 (d613b)View changes on GitHub
Commits
ac88181chore: release v3.1.464f2b43fix: apply browser CLI options only if the project has the browser set in the...6e8d937chore: release v3.1.38c7f75afix: ignore failures on writeToCache (#7893)d613b81fix(reporters):--merge-reportsto show each total run times (#7877)2fa763afix: reset mocks on test retry/repeat (#7897)573cb16ci: fix flaky browser tests (#7887)03660f9fix(browser): correctly inherit CLI options (#7858)a83f3bffix: correctly resolve vitest import ifinline: trueis 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 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
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 |