This release adds TypeScript type definitions for the plugin itself. This is useful when you use TypeScript to check your ESLint configuration. It assumes that you install @types/eslint yourself. Thanks to @Logicer16!
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the safe-dependencies group with 3 updates: ky, eslint-plugin-simple-import-sort and vite.
Updates
ky
from 1.2.3 to 1.2.4Release notes
Sourced from ky's releases.
Commits
5e48ed4
1.2.410a4ec7
Fix request types for use with Node.js (#578)7760a81
Add link toRequest
web API (#577)2d56baf
Meta tweaks (#573)30a8ad7
Meta tweaksec6733c
Fix docs typos (#571)Updates
eslint-plugin-simple-import-sort
from 12.0.0 to 12.1.0Changelog
Sourced from eslint-plugin-simple-import-sort's changelog.
Commits
61c4674
eslint-plugin-simple-import-sort v12.1.03b0f491
Add types (#164)f206644
Bump vite from 5.1.1 to 5.2.8 (#162)f5dc379
Add 2024 to LICENSEa562d8d
Merge pull request #159 from lydell/updatesbcf8a3f
Enable more vitest ESLint rules164c4d6
Test import attributes instead of deprecated import assertions80867d1
Dogfood the rule on the test folder67bd361
Update everything, switch to VitestUpdates
vite
from 5.2.8 to 5.2.10Changelog
Sourced from vite's changelog.
Commits
088d24b
release: v5.2.1077e7359
revert: perf: use workspace root for fs cache (#15712) (#16476)6a127d6
fix: don't add outDirs to watch.ignored if emptyOutDir is false (#16453)11444dc
feat: show warning if root is in build.outDir (#16454)721f94d
fix: add base to virtual html (#16442)8e54bbd
feat: write cspNonce to style tags (#16419)af72eab
fix: adjust esm syntax judgment logic (#16436)b872635
fix(cspNonce): don't overwrite existing nonce values (#16415)6cccef7
chore(deps): update dependency eslint-plugin-n to v17 (#16381)a77707d
release: v5.2.9Dependabot 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