chore(deps-dev): bump the vitest group across 1 directory with 2 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 5
(12 days ago)
(5 days ago)
dependencies javascript
Bumps the vitest group with 2 updates in the / directory: @vitest/eslint-plugin and vite.
Updates @vitest/eslint-plugin
from 1.3.4 to 1.3.5
Release notes
Sourced from @vitest/eslint-plugin
's releases.
v1.3.5
Bug Fixes
Features
What's Changed
- fix(docs): fix incorrect rule name in vitest/require-mock-type-parameters example by
@sceee
in vitest-dev/eslint-plugin-vitest#740- feat(prefer-describe-function-title): Check for unnecessary .name by
@y-hsgw
in vitest-dev/eslint-plugin-vitest#744- fix(build): add missing
@typescript-eslint/scope-manager
dependency by@y-hsgw
in vitest-dev/eslint-plugin-vitest#747- chore(eslint): migrate to typescript-eslint and apply recommended config by
@y-hsgw
in vitest-dev/eslint-plugin-vitest#746New Contributors
@sceee
made their first contribution in vitest-dev/eslint-plugin-vitest#740Full Changelog: https://github.com/vitest-dev/eslint-plugin-vitest/compare/v1.3.4...v1.3.5
Commits
294fbf1
chore: release v1.3.5f206ea6
chore(eslint): migrate to typescript-eslint and apply recommended config (#746)ab2ad15
deps: install@typescript-eslint/scope-manager
(#747)69b9c71
improve ci5f1fe04
feat(prefer-describe-function-title): Check for unnecessary .name (#744)d48741a
fix(docs): fix incorrect rule name in vitest/require-mock-type-parameters exa...- See full diff in compare view
Updates vite
from 6.2.7 to 7.1.3
Release notes
Sourced from vite's releases.
v7.1.3
Please refer to CHANGELOG.md for details.
v7.1.2
Please refer to CHANGELOG.md for details.
v7.1.1
Please refer to CHANGELOG.md for details.
create-vite@7.1.1
Please refer to CHANGELOG.md for details.
plugin-legacy@7.1.0
Please refer to CHANGELOG.md for details.
create-vite@7.1.0
Please refer to CHANGELOG.md for details.
v7.1.0
Please refer to CHANGELOG.md for details.
v7.1.0-beta.1
Please refer to CHANGELOG.md for details.
v7.1.0-beta.0
Please refer to CHANGELOG.md for details.
v7.0.6
Please refer to CHANGELOG.md for details.
v7.0.5
Please refer to CHANGELOG.md for details.
v7.0.4
Please refer to CHANGELOG.md for details.
v7.0.3
Please refer to CHANGELOG.md for details.
create-vite@7.0.3
Please refer to CHANGELOG.md for details.
v7.0.2
Please refer to CHANGELOG.md for details.
create-vite@7.0.2
Please refer to CHANGELOG.md for details.
v7.0.1
Please refer to CHANGELOG.md for details.
... (truncated)
Changelog
Sourced from vite's changelog.
7.1.3 (2025-08-19)
Features
- cli: add Node.js version warning for unsupported versions (#20638) (a1be1bf)
- generate code frame for parse errors thrown by terser (#20642) (a9ba017)
- support long lines in
generateCodeFrame
(#20640) (1559577)Bug Fixes
- deps: update all non-major dependencies (#20634) (4851cab)
- optimizer: incorrect incompatible error (#20439) (446fe83)
- support multiline new URL(..., import.meta.url) expressions (#20644) (9ccf142)
Performance Improvements
Miscellaneous Chores
Code Refactoring
- replace startsWith with strict equality (#20603) (42816de)
- use
import
in worker threads (#20641) (530687a)Tests
7.1.2 (2025-08-12)
Bug Fixes
- client: add
[vite]
prefixes to debug logs (#20595) (7cdef61)- config: make debugger work with bundle loader (#20573) (c583927)
- deps: update all non-major dependencies (#20587) (20d4817)
- don't consider ids with
npm:
prefix as a built-in module (#20558) (ab33803)- hmr: watch non-inlined assets referenced by CSS (#20581) (b7d494b)
- module-runner: prevent crash when sourceMappingURL pattern appears in string literals (#20554) (2770478)
Miscellaneous Chores
- deps: migrate to
@jridgewell/remapping
from@ampproject/remapping
(#20577) (0a6048a)- deps: update rolldown-related dependencies (#20586) (77632c5)
7.1.1 (2025-08-08)
Bug Fixes
... (truncated)
Commits
e090b7d
release: v7.1.39ccf142
fix: support multiline new URL(..., import.meta.url) expressions (#20644)731d3e6
test: removecheckNodeVersion
test (#20647)a9ba017
feat: generate code frame for parse errors thrown by terser (#20642)530687a
refactor: useimport
in worker threads (#20641)a1be1bf
feat(cli): add Node.js version warning for unsupported versions (#20638)1559577
feat: support long lines ingenerateCodeFrame
(#20640)f691f57
perf(cli): dynamically importresolveConfig
(#20646)446fe83
fix(optimizer): incorrect incompatible error (#20439)42816de
refactor: replace startsWith with strict equality (#20603)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for vite since your current version.
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
0
0
+0
-0
Package Dependencies
Technical Details
ID: | 6031103 |
UUID: | 3370242944 |
Node ID: | PR_kwDOJn0nrM6mKQ81 |
Host: | GitHub |
Repository: | andykenward/github-actions-cloudflare-pages |