Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.12.15 -> 3.13.9 age adoption passing confidence
@types/node (source) 20.9.1 -> 20.17.11 age adoption passing confidence
@types/react (source) 18.2.37 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.2.15 -> 18.3.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.15.0 -> 6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.15.0 -> 6.21.0 age adoption passing confidence
@vitejs/plugin-basic-ssl 1.0.2 -> 1.2.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.2.1 -> 4.3.4 age adoption passing confidence
eslint (source) 8.54.0 -> 8.57.1 age adoption passing confidence
eslint-import-resolver-typescript 3.6.1 -> 3.7.0 age adoption passing confidence
eslint-plugin-import 2.29.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.8.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.37.3 age adoption passing confidence
pretty-quick 3.1.3 -> 3.3.1 age adoption passing confidence
vite-plugin-checker ^0.6.2 -> ^0.8.0 age adoption passing confidence

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
  • improve performance combining coverage on large codebases (#​753) (bf696bb)

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
  • support multiple servers from which to gather code coverage (#​880) (207b027)

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
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

You can read about our versioning strategy and releases on our website.

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 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
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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
  • YeonJuan

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
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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
  • auvred
  • Joshua Chen

You can read about our versioning strategy and releases on our website.

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

You can read about our versioning strategy and releases on our website.

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

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
  • allow parserOptions.project: false
❤️ Thank You
  • auvred
  • Brad Zacher
  • Kirk Waiblinger
  • Pete Gonzalez
  • YeonJuan

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
  • change config hook to configResolved, avoid cacheDir different … (#​4) (8df71db)

1.0.0 (2022-12-09)

  • Support Vite 3 and 4.

0.1.2 (2022-08-17)

0.1.1 (2022-07-06)

Features
  • plugin basic ssl, initial commit (c80acb5)
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 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:

npm install babel-plugin-react-compiler react-compiler-runtime @&#8203;babel/plugin-transform-react-jsx-development
export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', { target: '18' }]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})

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/37c076bf112a07ba39d0e5f0645fec43

When using a custom runtimeModule, the plugin will not try to pre-optimize react/compiler-runtime dependency.

Reminder: Vite expect code outside of node_modules to be ESM, so you will need to update the gist with import 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:

export default defineConfig(({ command }) => {
  const babelPlugins = [['babel-plugin-react-compiler', {}]]
  if (command === 'serve') {
    babelPlugins.push(['@&#8203;babel/plugin-transform-react-jsx-development', {}])
  }

  return {
    plugins: [react({ babel: { plugins: babelPlugins } })],
  }
})
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


Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 6c20d44 to 21a5c22 Compare September 26, 2024 00:06
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from d4b455f to 24e9825 Compare October 3, 2024 11:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 8d82ff2 to ecfd3b3 Compare October 11, 2024 16:13
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from abd85ac to 36ba2f5 Compare October 23, 2024 17:45
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from a6abc00 to 8e2cf45 Compare October 29, 2024 19:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 51eb367 to 0bada83 Compare November 4, 2024 19:38
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 6809b40 to 08d2f3d Compare November 23, 2024 06:13
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 4c6679b to 99cda27 Compare December 2, 2024 11:13
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 99cda27 to 6c6968d Compare December 3, 2024 17:52
@github-advanced-security
Copy link

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.

@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 7f3529b to a161ed8 Compare December 11, 2024 10:24
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 1f47cb8 to 49dc504 Compare December 20, 2024 04:59
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 49dc504 to 6b6b761 Compare December 24, 2024 03:26
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 6b6b761 to 32f0328 Compare January 1, 2025 03:26
Copy link

sonarqubecloud bot commented Jan 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants