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) (patch) #262

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 11, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.13.2 -> 3.13.11 age adoption passing confidence
@eslint/compat 1.2.0 -> 1.2.6 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.1 -> 4.3.4 age adoption passing confidence
axios (source) 1.7.7 -> 1.7.9 age adoption passing confidence
cypress (source) 13.15.0 -> 13.15.2 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.3 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
nock 13.5.5 -> 13.5.6 age adoption passing confidence
vite (source) 5.4.8 -> 5.4.14 age adoption passing confidence

Release Notes

cypress-io/code-coverage (@​cypress/code-coverage)

v3.13.11

Compare Source

Bug Fixes

v3.13.10

Compare Source

Bug Fixes

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
eslint/rewrite (@​eslint/compat)

v1.2.6

Compare Source

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.2.1

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

axios/axios (axios)

v1.7.9

Compare Source

Reverts
Contributors to this release

v1.7.8

Compare Source

Bug Fixes
Contributors to this release
cypress-io/cypress (cypress)

v13.15.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2

v13.15.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-1

jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow &lt;img src="*.svg" role="img" /&gt; #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for &lt;svg role="img" /&gt; daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

v5.2.2

Compare Source

Patch Changes
typicode/husky (husky)

v9.1.7

Compare Source

nock/nock (nock)

v13.5.6

Compare Source

Bug Fixes
vitejs/vite (vite)

v5.4.14

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.13

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.12

Compare Source

This version contains a breaking change due to security fixes. See GHSA-vg6x-rcgg-rjx6 for more details.

Please refer to CHANGELOG.md for details.

v5.4.11

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.9

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 Oct 11, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 466b107 to bb094b8 Compare October 21, 2024 06:03
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from f70b549 to 273582c Compare October 29, 2024 16:45
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from a369a3e to 304031b Compare November 11, 2024 11:11
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from cacef9c to 4383b8c Compare November 18, 2024 19:27
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from a5517e7 to 945af84 Compare December 2, 2024 11:52
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from 41492a6 to 993d7e6 Compare December 9, 2024 19:27
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 5341a46 to 28ee5aa Compare January 10, 2025 20:29
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from e90a538 to 7ea3d4a Compare January 20, 2025 22:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 82a76ac to 7bae29d Compare January 23, 2025 19:01
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from fa72591 to efdcc0f Compare January 30, 2025 16:18
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from efdcc0f to 542a18b Compare January 31, 2025 18:24
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