-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update devdependencies (non-major) (minor) #71
base: main
Are you sure you want to change the base?
Conversation
6c20d44
to
21a5c22
Compare
d4b455f
to
24e9825
Compare
8d82ff2
to
ecfd3b3
Compare
abd85ac
to
36ba2f5
Compare
a6abc00
to
8e2cf45
Compare
51eb367
to
0bada83
Compare
6809b40
to
08d2f3d
Compare
4c6679b
to
99cda27
Compare
99cda27
to
6c6968d
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
7f3529b
to
a161ed8
Compare
1f47cb8
to
49dc504
Compare
49dc504
to
6b6b761
Compare
6b6b761
to
32f0328
Compare
Quality Gate passedIssues Measures |
This PR contains the following updates:
3.12.15
->3.13.9
20.9.1
->20.17.11
18.2.37
->18.3.18
18.2.15
->18.3.5
6.15.0
->6.21.0
6.15.0
->6.21.0
1.0.2
->1.2.0
4.2.1
->4.3.4
8.54.0
->8.57.1
3.6.1
->3.7.0
2.29.0
->2.31.0
6.8.0
->6.10.2
7.33.2
->7.37.3
3.1.3
->3.3.1
^0.6.2
->^0.8.0
Release Notes
cypress-io/code-coverage (@cypress/code-coverage)
v3.13.9
Compare Source
Bug Fixes
v3.13.8
Compare Source
Bug Fixes
v3.13.7
Compare Source
Bug Fixes
v3.13.6
Compare Source
Bug Fixes
v3.13.5
Compare Source
Bug Fixes
v3.13.4
Compare Source
Bug Fixes
v3.13.3
Compare Source
Bug Fixes
v3.13.2
Compare Source
Bug Fixes
v3.13.1
Compare Source
Bug Fixes
v3.13.0
Compare Source
Features
v3.12.49
Compare Source
Bug Fixes
v3.12.48
Compare Source
Bug Fixes
v3.12.47
Compare Source
Bug Fixes
v3.12.46
Compare Source
Bug Fixes
v3.12.45
Compare Source
Bug Fixes
v3.12.44
Compare Source
Bug Fixes
v3.12.43
Compare Source
Bug Fixes
v3.12.42
Compare Source
Bug Fixes
v3.12.41
Compare Source
Bug Fixes
v3.12.40
Compare Source
Bug Fixes
v3.12.39
Compare Source
Bug Fixes
v3.12.38
Compare Source
Bug Fixes
v3.12.37
Compare Source
Bug Fixes
v3.12.36
Compare Source
Bug Fixes
v3.12.35
Compare Source
Bug Fixes
v3.12.34
Compare Source
Bug Fixes
v3.12.33
Compare Source
Bug Fixes
v3.12.32
Compare Source
Bug Fixes
v3.12.31
Compare Source
Bug Fixes
v3.12.30
Compare Source
Bug Fixes
v3.12.29
Compare Source
Bug Fixes
v3.12.28
Compare Source
Bug Fixes
v3.12.27
Compare Source
Bug Fixes
v3.12.26
Compare Source
Bug Fixes
v3.12.25
Compare Source
Bug Fixes
v3.12.24
Compare Source
Bug Fixes
v3.12.23
Compare Source
Bug Fixes
v3.12.22
Compare Source
Bug Fixes
v3.12.21
Compare Source
Bug Fixes
v3.12.20
Compare Source
Bug Fixes
v3.12.19
Compare Source
Bug Fixes
v3.12.18
Compare Source
Bug Fixes
v3.12.17
Compare Source
Bug Fixes
v3.12.16
Compare Source
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.21.0
Compare Source
🚀 Features
export plugin metadata
allow
parserOptions.project: false
eslint-plugin: add rule prefer-find
🩹 Fixes
eslint-plugin: [no-unused-vars] don't report on types referenced in export assignment expression
eslint-plugin: [switch-exhaustiveness-check] better support for intersections, infinite types, non-union values
eslint-plugin: [consistent-type-imports] dont report on types used in export assignment expressions
eslint-plugin: [no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option
eslint-plugin: [class-literal-property-style] allow getter when same key setter exists
eslint-plugin: [no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before
as
keyword❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
🚀 Features
🩹 Fixes
eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result
eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable
eslint-plugin: [no-useless-template-literals] report Infinity & NaN
eslint-plugin: [prefer-readonly] disable checking accessors
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
🩹 Fixes
type-utils: preventing isUnsafeAssignment infinite recursive calls
eslint-plugin: [no-unnecessary-condition] fix false positive for type variable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
🚀 Features
eslint-plugin: [prefer-promise-reject-errors] add rule
eslint-plugin: [no-array-delete] add new rule
eslint-plugin: [no-useless-template-literals] add fix suggestions
🩹 Fixes
eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression
eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
🩹 Fixes
eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line
eslint-plugin: [no-unnecessary-condition] improve checking optional callee
eslint-plugin: [prefer-readonly] support modifiers of unions and intersections
eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.18.0
Compare Source
🚀 Features
typescript-estree: throw on invalid update expressions
eslint-plugin: [no-var-requires, no-require-imports] allow option
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.17.0
Compare Source
Bug Fixes
patterns
orpaths
in options are empty (#8108) (675e987)Features
default
case on an already exhaustiveswitch
(#7539) (6a219bd)You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Bug Fixes
Features
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.21.0
Compare Source
🚀 Features
parserOptions.project: false
❤️ Thank You
You can read about our versioning strategy and releases on our website.
v6.20.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.19.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.1
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.18.0
Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v6.17.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.16.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-basic-ssl (@vitejs/plugin-basic-ssl)
v1.2.0
Compare Source
Bug Fixes
Features
v1.1.0
Compare Source
Features
1.0.2 (2023-11-16)
Features
1.0.1 (2022-12-09)
Bug Fixes
Features
1.0.0 (2022-12-09)
0.1.2 (2022-08-17)
0.1.1 (2022-07-06)
Features
vitejs/vite-plugin-react (@vitejs/plugin-react)
v4.3.4
Compare Source
Add Vite 6 to peerDependencies range
Vite 6 is highly backward compatible, not much to add!
Force Babel to output spec compliant import attributes #386
The default was an old spec (
with type: "json"
). We now enforce spec compliant (with { type: "json" }
)v4.3.3
Compare Source
React Compiler runtimeModule option removed
React Compiler was updated to accept a
target
option andruntimeModule
was removed. vite-plugin-react will still detectruntimeModule
for backwards compatibility.When using a custom
runtimeModule
ortarget !== '19'
, the plugin will not try to pre-optimizereact/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:
v4.3.2
Compare Source
Ignore directive sourcemap error #369
v4.3.1
Compare Source
Fix support for React Compiler with React 18
The previous version made this assumption that the compiler was only usable with React 19, but it's possible to use it with React 18 and a custom
runtimeModule
: https://gist.github.com/poteto/37c076bf112a07ba39d0e5f0645fec43When using a custom
runtimeModule
, the plugin will not try to pre-optimizereact/compiler-runtime
dependency.Reminder: Vite expect code outside of
node_modules
to be ESM, so you will need to update the gist withimport React from 'react'
.v4.3.0
Compare Source
Fix support for React compiler
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:Support HMR for class components
This is a long overdue and should fix some issues people had with HMR when migrating from CRA.
eslint/eslint (eslint)
v8.57.1
Compare Source
v8.57.0
Compare Source
Features
1120b9b
feat: Add loadESLint() API method for v8 (#18098) (Nicholas C. Zakas)dca7d0f
](https://redirect.gConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.