Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:
Don't set retainLines: true when the React compiler is used. This creates whitespace issues and the compiler is modifying the JSX too much to get correct line numbers after that. If you want to use the React compiler and get back correct line numbers for tools like vite-plugin-react-click-to-component to work, you should update your config to something like:
New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@kassens) in #25162
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 13 updates in the / directory:
0.2.0
0.2.2
5.0.8
5.0.9
6.2.3
6.2.4
4.0.5
4.0.6
1.2.3
1.3.0
10.0.1
10.0.2
4.2.1
4.3.0
13.7.2
13.10.0
7.34.1
7.34.2
4.6.0
4.6.2
2.4.14
2.5.0
5.2.8
5.2.12
1.4.0
1.6.0
Updates
@fortawesome/react-fontawesome
from 0.2.0 to 0.2.2Release notes
Sourced from
@fortawesome/react-fontawesome
's releases.Changelog
Sourced from
@fortawesome/react-fontawesome
's changelog.Commits
fff48b1
Release 0.2.247a7be8
Handle undefined props like className (#564)ffa0bdf
Release 0.2.1773a565
Fix tests161d6ba
Remove defaultProps (#551)976c1ad
Doc update; Font Awesome no longer just v 5528e230
Update deps97e6518
Alias feature detection includes icons packageUpdates
@ugrc/dart-board
from 5.0.8 to 5.0.9Release notes
Sourced from
@ugrc/dart-board
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
@ugrc/layer-selector
from 6.2.3 to 6.2.4Release notes
Sourced from
@ugrc/layer-selector
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
@ugrc/sherlock
from 4.0.5 to 4.0.6Release notes
Sourced from
@ugrc/sherlock
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
@ugrc/utilities
from 2.2.1 to 2.2.2Release notes
Sourced from
@ugrc/utilities
's releases.Commits
06b14fd
chore: release main97f18d3
fix(monorepo): remove extra release please config144d27f
chore(monorepo): fresh lock file7f7599b
fix(monorepo): fresh npm install78117d0
chore(monorepo): bootstrap new components at 1.0.05e71f0c
chore(header): add readme5aebef7
chore(header): add readmeb34f4c1
fix(header): fix import0b91ad8
fix(monorepo): adjust build orderd872e69
chore(monorepo): sort packagesUpdates
ky
from 1.2.3 to 1.3.0Release notes
Sourced from ky's releases.
Commits
eab5049
1.3.02eea67e
AddstringifyJson
option (#579)2af72bf
Meta tweaks44f97b6
Clarify docs aboutfetch
options5e48ed4
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
@testing-library/cypress
from 10.0.1 to 10.0.2Release notes
Sourced from
@testing-library/cypress
's releases.Commits
b31c5c8
fix(deps): update testing-library/dom version (#276)0f2f002
chore: update repo links (#267)Updates
@vitejs/plugin-react
from 4.2.1 to 4.3.0Release notes
Sourced from
@vitejs/plugin-react
's releases.Changelog
Sourced from
@vitejs/plugin-react
's changelog.Commits
7e7322a
release: plugin-react@4.3.04b4a95c
fix: don't use retainLines with react compiler (#319)2b7f2ae
fix: support HMR for class components (#320)302a323
docs: add minimum react version (#321)9ebfe68
chore: bump deps (#318)Updates
cypress
from 13.7.2 to 13.10.0Release notes
Sourced from cypress's releases.
Commits
374ceb2
chore: change path created in prevous PR to make windows compliant (#29551)2567b72
chore: release@cypress/vite-dev-server-v5
.1.027471ad
chore: release 13.10.0 (#29549)079030b
feat: support vite v5 (#29518)3a3d877
fix: Encode fileServerFolder to fix #25839 (#29162)297abbb
fix: Add optional regex check for comma preceding 'but' in assertions for com...9c11188
chore: Update Chrome (beta) to 126.0.6478.7 (#29531)e39e748
fix: preserve orphaned process electron (#29515)3a00948
chore: Move what-is-circular dep within Cypress repo (#29530)5a23501
chore: turn off protocol element highlight selector tests (#29533)Updates
eslint-plugin-react
from 7.34.1 to 7.34.2Release notes
Sourced from eslint-plugin-react's releases.
Changelog
Sourced from eslint-plugin-react's changelog.
Commits
417e1ca
Update CHANGELOG and bump versiond79605a
[Deps] updatearray-includes
,array.prototype.findlast
, `es-iterator-help...ec86001
[Dev Deps] update@babel/core
,@babel/eslint-parser
, `@babel/plugin-synta...014ee05
[Fix]no-invalid-html-attribute
: ensure error messages are correct23b0a49
[Fix]jsx-closing-bracket-location
: message shows{{details}}
when there ...fbb1e0f
[Tests]jsx-no-useless-fragment
,jsx-fragments
, `function-component-defin...3533e26
[Refactor]jsx-no-constructed-context-values
: setschema: false
6c4b6fb
[meta] consistently indent .eslintrc with tabs8e1a94b
[Refactor] create getScope util;context.getScope
is deprecatedd6e9059
[Refactor]context.getSource
->sourceCode.getText
Updates
eslint-plugin-react-hooks
from 4.6.0 to 4.6.2Changelog
Sourced from eslint-plugin-react-hooks's changelog.
Commits
Maintainer changes
This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.
Updates
prettier-plugin-packagejson
from 2.4.14 to 2.5.0Release notes
Sourced from prettier-plugin-packagejson's releases.
Commits
1f27164
Merge pull request #158 from hyoban-fork/feat/package-sort-order-option084e11e
feat: packageSortOrder optionb5fa154
Merge pull request #157 from matzkoh/renovate/node-20.12.x02eeb77
chore(deps): update dependency node to v20.12.1Updates
vite
from 5.2.8 to 5.2.12Changelog
Sourced from vite's changelog.
... (truncated)
Commits
bed3faa
release: v5.2.125a45745
chore(deps): remove unused deps (#17329)15a6ebb
fix(css): only use files the current bundle contains (#16684)f0fb987
fix(optimizer): log dependencies added by plugins (#16729)8f16765
chore: move to eslint flat config (#16743)8e4e932
fix(css): handle lightningcss compiled css in Deno (#17301)4a89766
fix(deps): update all non-major dependencies (#17321)6a085d0
fix(hmr): normalize the path info (#14255)e7d38ab
docs: deprecate server.hot (#16741)b45922a
chore(deps): update all non-major dependencies (#16722)Updates
vitest
from 1.4.0 to 1.6.0Release notes
Sourced from vitest's releases.
... (truncated)
Commits
6b29f3d
chore: release v1.6.0f8d3d22
feat(benchmark): support comparing benchmark result (#5398)21e58bd
feat(browser): allow injecting scripts (#5656)30f728b
feat: custom "snapshotEnvironment" option (#5449)2f91322
feat(reporter): supportincludeConsoleOutput
andaddFileAttribute
in juni...c571276
perf: unnecessary rpc call when coverage is disabled (#5658)bdce0a2
feat: support standalone mode (#5565)40c299f
fix: don't panic on empty files in node_modulesc9e68ce
fix: hash the name of the file when caching (#5654)f5faf42
fix: callresolveId('vitest')
afterbuildStart
(#5646)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