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 minor and patch updates #116

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@apidevtools/json-schema-ref-parser (source) 11.7.0 -> 11.7.3 age adoption passing confidence
@eslint/js (source) 9.9.0 -> 9.17.0 age adoption passing confidence
@testing-library/jest-dom 6.5.0 -> 6.6.3 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/node (source) 22.7.3 -> 22.10.2 age adoption passing confidence
@types/react (source) 18.3.9 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.5 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.4 age adoption passing confidence
@vitest/coverage-v8 (source) 2.1.2 -> 2.1.8 age adoption passing confidence
eslint (source) 9.9.0 -> 9.17.0 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0-rc-d48603a5-20240813 -> 5.1.0 age adoption passing confidence
eslint-plugin-react-refresh 0.4.12 -> 0.4.16 age adoption passing confidence
globals 15.9.0 -> 15.14.0 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
lint-staged 15.2.10 -> 15.2.11 age adoption passing confidence
orval 7.0.1 -> 7.3.0 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
tsx (source) 4.17.0 -> 4.19.2 age adoption passing confidence
typescript (source) 5.5.4 -> 5.7.2 age adoption passing confidence
typescript-eslint (source) 8.2.0 -> 8.18.2 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.11 age adoption passing confidence
vite-envs 4.4.5 -> 4.4.10 age adoption passing confidence
vite-tsconfig-paths 5.0.1 -> 5.1.4 age adoption passing confidence
vitest (source) 2.1.2 -> 2.1.8 age adoption passing confidence

Release Notes

APIDevTools/json-schema-ref-parser (@​apidevtools/json-schema-ref-parser)

v11.7.3

Compare Source

Bug Fixes
  • release missing pointer error message improvements (#​361) (70626d3)

v11.7.2

Compare Source

Bug Fixes
  • dont cache on circular references to prevent overwriting external ref resolutions (588197e)

v11.7.1

Compare Source

Bug Fixes
eslint/eslint (@​eslint/js)

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

v9.12.0

Compare Source

Features

Bug Fixes

Documentation

  • ecbd522 docs: Mention code explorer (#​18978) (Nicholas C. Zakas)
  • 7ea4ecc docs: Clarifying the Use of Meta Objects (#​18697) (Amaresh S M)
  • d3e4b2e docs: Clarify how to exclude .js files (#​18976) (Milos Djermanovic)
  • 57232ff docs: Mention plugin-kit in language docs (#​18973) (Nicholas C. Zakas)
  • b80ed00 docs: Update README (GitHub Actions Bot)
  • cb69ab3 docs: Update README (GitHub Actions Bot)
  • 7fb0d95 docs: Update README (GitHub Actions Bot)
  • 493348a docs: Update README (GitHub Actions Bot)
  • 87a582c docs: fix typo in id-match rule (#​18944) (Jay)

Chores

v9.11.1

Compare Source

Bug Fixes

  • 20fd916 fix: add @eslint/core, @types/estree, & @types/json-schema deps (#​18938) (Nitin Kumar)
  • 2738322 fix: add missing types for require-atomic-updates rule (#​18937) (Kristóf Poduszló)
  • d71ff30 fix: add missing types for object-shorthand rule (#​18935) (Kristóf Poduszló)
  • 561cadc fix: add missing types for no-unsafe-negation rule (#​18932) (Kristóf Poduszló)
  • 8843656 fix: add missing types for no-underscore-dangle rule (#​18931) (Kristóf Poduszló)
  • 92cde5c fix: add missing types for no-shadow rule (#​18930) (Kristóf Poduszló)
  • b3cbe11 fix: add missing types for no-sequences rule (#​18929) (Kristóf Poduszló)
  • 976f77f fix: add missing types for no-unused-expressions rule (#​18933) (Kristóf Poduszló)

Documentation

  • 3eff709 docs: replace deprecated Linter.FlatConfig type with Linter.Config (#​18941) (Carlos Meira)

Chores

v9.11.0

Compare Source

v9.10.0

Compare Source

v9.9.1

Compare Source

Bug Fixes

  • 9bde90c fix: add logic to handle fixTypes in lintText() (#​18736) (Amaresh S M)

Documentation

Chores

testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

testing-library/react-testing-library (@​testing-library/react)

v16.1.0

Compare Source

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

vitest-dev/vitest (@​vitest/coverage-v8)

v2.1.8

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v2.1.6

Compare Source

🚀 Features

  • Support VIte 6
    View changes on GitHub

v2.1.5

Compare Source

   🐞 Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 changed the title chore(deps): update devdependencies minor and patch updates to v8.1.0 chore(deps): update devdependencies minor and patch updates to v8.1.0 - autoclosed Aug 13, 2024
@renovate renovate bot closed this Aug 13, 2024
@renovate renovate bot deleted the renovate/dev-minor-patch branch August 13, 2024 13:40
@renovate renovate bot changed the title chore(deps): update devdependencies minor and patch updates to v8.1.0 - autoclosed chore(deps): update devdependencies minor and patch updates to v8.1.0 Aug 14, 2024
@renovate renovate bot reopened this Aug 14, 2024
@renovate renovate bot restored the renovate/dev-minor-patch branch August 14, 2024 08:56
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from abacef9 to a106a8d Compare August 14, 2024 08:56
@renovate renovate bot changed the title chore(deps): update devdependencies minor and patch updates to v8.1.0 chore(deps): update dependency @types/node to v22.3.0 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from a106a8d to cc204d1 Compare August 14, 2024 09:33
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.3.0 chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614 Aug 14, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from cc204d1 to cb1c9da Compare August 15, 2024 16:48
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614 chore(deps): update devdependencies minor and patch updates Aug 15, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 4 times, most recently from 9b18d41 to b509d2c Compare August 19, 2024 07:43
@renovate renovate bot changed the title chore(deps): update devdependencies minor and patch updates chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614 Aug 19, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from b509d2c to e25c9ea Compare August 19, 2024 20:34
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614 chore(deps): update devdependencies minor and patch updates Aug 19, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 9 times, most recently from 8b16be0 to dd4303e Compare August 22, 2024 14:51
@renovate renovate bot changed the title chore(deps): update devdependencies minor and patch updates chore(deps): update dependency eslint-plugin-react-hooks to v5.1.0-rc-fb9a90fa48-20240614 Aug 22, 2024
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 4 times, most recently from 9054dfa to 3c8ebc7 Compare December 2, 2024 14:27
@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/dev-minor-patch branch 10 times, most recently from 2ad3659 to 44a43a2 Compare December 7, 2024 19:28
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 9 times, most recently from 101723a to e8ca7a7 Compare December 16, 2024 13:18
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch 3 times, most recently from e28e22d to 2dc17ac Compare December 20, 2024 02:27
@renovate renovate bot force-pushed the renovate/dev-minor-patch branch from 2dc17ac to 8ed5bb9 Compare December 23, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant