Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
CLI
Enhancements
The --summary reporter now reports parsing diagnostics too. Contributed by @ematipico
Improved performance of GritQL queries by roughly 25-30%. Contributed by @arendjr
Configuration
Bug fixes
Fix an issue where the JSON schema marked lint rules options as mandatory. Contributed by @ematipico
Formatter
Bug fixes
Fix #4121. Respect line width when printing multiline strings. Contributed by @ah-yu
Improved the message for unused suppression comments. Contributed by @dyc3
Fix #4228, where the rule a11y/noInteractiveElementToNoninteractiveRole incorrectly reports a role for non-interactive elements. Contributed by @eryue0220
noSuspiciousSemicolonInJsx now catches suspicious semicolons in React fragments. Contributed by @vasucp1207
The syntax rule noTypeOnlyImportAttributes now ignores .cts files (#4361).
Since TypeScript 5.3, type-only imports can be associated to an import attribute in CommonJS-enabled files.
See the TypeScript docs.
The following code is no longer reported as a syntax error:
import type { TypeFromRequire } from "pkg" with {
"resolution-mode": "require"
};
Note that this is only allowed in files ending with the cts extension.
React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
React Compiler was updated to accept a target option and runtimeModule was removed. vite-plugin-react will still detect runtimeModule for backwards compatibility.
When using a custom runtimeModule or target !== '19', the plugin will not try to pre-optimize react/compiler-runtime dependency.
The react-compiler-runtime is now available on npm can be used instead of the local shim for people using the compiler with React < 19.
Here is the configuration to use the compiler with React 18 and correct source maps in development:
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 minors group with 11 updates:
1.9.2
1.9.4
9.0.3
9.1.0
1.2.6
1.2.7
22.7.4
22.8.6
18.3.10
18.3.12
18.3.0
18.3.1
4.3.2
4.3.3
3.4.13
3.4.14
5.6.2
5.6.3
5.4.8
5.4.10
4.2.3
4.3.0
Updates
@biomejs/biome
from 1.9.2 to 1.9.4Release notes
Sourced from
@biomejs/biome
's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome
's changelog.... (truncated)
Commits
fa93a14
release: v1.9.4 (#4320)2a05cd4
feat(lint): adduseGoogleFontDisplay
rule (#4264)bbb93b9
feat(lint): useCollapsedIf JS lint rule (#4179)561b54c
feat(linter): implement noUselessStringRaw (#4263)5b7d158
feat(linter): implementnoDuplicateProperties
(#4029)2342984
feat(lint): addnoDocumentImportInPage
rule (#4265)3cf20eb
chore(linter): renameuseExplicitFunctionReturnType
to `useExplicit… (#4261)970f498
feat(useGuardForIn): add rule (#4104)2e5b656
feat(lint): addnoDocumentCookie
rule (#4204)3364640
feat(lint): add ruleuseAtIndex
(#4120)Updates
@faker-js/faker
from 9.0.3 to 9.1.0Release notes
Sourced from
@faker-js/faker
's releases.... (truncated)
Changelog
Sourced from
@faker-js/faker
's changelog.Commits
77ca5d7
chore(release): 9.1.0 (#3225)d57899f
test(animal): unroll animal test loop (#3198)975098d
infra(renovate): reduce update frequency to monthly (#3217)8bceb58
docs: blog post v9.0 (#3056)af1dbcd
feat(locale): add books on pt_br (#3218)e3858f2
feat(internet): add jwt method (#2936)48931a5
docs(guide): introduce module usage (#3195)a03378b
infra: ignore vitest temp config (#3199)7847ee9
chore(deps): lock file maintenance (#3213)0046c24
chore(deps): update vitest to v2.1.3 (#3212)Updates
@react-symbols/icons
from 1.2.6 to 1.2.7Commits
cddc18a
Merge pull request #41 from pheralb/next1fbb13e
🧑🚀 Add@types/node
globally + update workspace dependenciesfe9a43d
🎨 Add light/dark theme + custom theme switcher & update UI components with ne...8ff9fdd
🚀 Update library with new icons & foldersd1c19c2
🧑🚀 Update dependenciesa0a8399
📦 Add new folder icons1382482
📦 Add new icons23fb969
⚙️ Update name imports98ed284
⚙️ Update camelCase name icons7032281
📦 Addchange-case
utility + updatecamelCase
custom functionUpdates
@types/node
from 22.7.4 to 22.8.6Commits
Updates
@types/react
from 18.3.10 to 18.3.12Commits
Updates
@types/react-dom
from 18.3.0 to 18.3.1Commits
Updates
@vitejs/plugin-react
from 4.3.2 to 4.3.3Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
b61592a
release: plugin-react@4.3.3e8a923f
fix: addreact-dom
inoptimizeOps
to handle CJS script. (#375)7a7e339
feat: support new React Compiler target option (#374)Updates
tailwindcss
from 3.4.13 to 3.4.14Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
c616fb9
3.4.14b570e2b
Don't setdisplay: none
on elements that usehidden="until-found"
(#14625)Updates
typescript
from 5.6.2 to 5.6.3Release notes
Sourced from typescript's releases.
Commits
d48a5cf
Bump version to 5.6.3 and LKGfefa70a
🤖 Pick PR #60083 (Don't issue implicit any when obtai...) into release-5.6 (#...ff71692
[release-5.6] Remove tsbuildInfo specification error now that we need it for ...1f44dcf
🤖 Pick PR #60157 (fix automatic type acquisition) into release-5.6 (#60169)Updates
vite
from 5.4.8 to 5.4.10Release notes
Sourced from vite's releases.
Changelog
Sourced from vite's changelog.
Commits
5f52bc8
release: v5.4.107d1a3bc
fix: backport #18367,augment hash for CSS files to prevent chromium erroring ...898d61f
release: v5.4.9508d9ab
fix: bump launch-editor-middleware to v2.9.1 (#18348)dc5434c
fix(deps): bump tsconfck (#18322)851b258
fix(hmr): don't try to rewrite imports for direct CSS soft invalidation (#18252)96084d6
fix(data-uri): only match ids starting withdata:
(#18241)eae00b5
fix(css): fix lightningcss dep url resolution with custom root (#18125)c23558a
chore: update all url references of vitejs.dev to vite.dev (#18276)1864eb1
chore: update license copyright (#18278)Updates
vite-plugin-dts
from 4.2.3 to 4.3.0Release notes
Sourced from vite-plugin-dts's releases.
Changelog
Sourced from vite-plugin-dts's changelog.
Commits
35574d4
release: v4.3.094cdb59
feat: upgrade api-extractor and typescript (#390)6c35975
release: v4.2.4dc3cbfe
fix: provide default baseUrl and correctly parse tsconfig paths (#386)a7e1c0c
fix: should re-emit all source files when change in watch modeDependabot 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