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) #155

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 19, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cypress/code-coverage 3.13.1 -> 3.13.10 age adoption passing confidence
@types/react (source) 18.3.7 -> 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
husky 9.1.6 -> 9.1.7 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
vite (source) 5.4.6 -> 5.4.11 age adoption passing confidence

Release Notes

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

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

v3.13.2

Compare Source

Bug Fixes
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

typicode/husky (husky)

v9.1.7

Compare Source

microsoft/TypeScript (typescript)

v5.6.3

Compare Source

vitejs/vite (vite)

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.

v5.4.8

Compare Source

Please refer to CHANGELOG.md for details.

v5.4.7

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 Jan 19, 2024
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.0.12 chore(deps): update dependency vite to v5.0.12 - autoclosed Jan 19, 2024
@renovate renovate bot closed this Jan 19, 2024
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch January 19, 2024 22:35
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.0.12 - autoclosed chore(deps): update dependency vite to v5.0.12 Jan 23, 2024
@renovate renovate bot reopened this Jan 23, 2024
@renovate renovate bot restored the renovate/patch-devdependencies-(non-major) branch January 23, 2024 19:22
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.0.12 chore(deps): update dependency @cypress/code-coverage to v3.12.19 Jan 23, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 2cfac57 to f5ab0b0 Compare January 25, 2024 12:48
@renovate renovate bot changed the title chore(deps): update dependency @cypress/code-coverage to v3.12.19 chore(deps): update devdependencies (non-major) (patch) Jan 25, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 5b06e40 to dbfabc6 Compare February 1, 2024 10:40
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 8 times, most recently from 291a827 to 4864b84 Compare February 9, 2024 19:05
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 4 times, most recently from 646d5ce to 2d1fe22 Compare February 19, 2024 18:17
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 0c6447e to 01a28c9 Compare February 20, 2024 22:42
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from b8599c6 to 6394f05 Compare October 9, 2024 00:13
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from 9d0d513 to c02917a Compare October 14, 2024 11:24
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 3 times, most recently from 6a39769 to 63fc8c4 Compare October 23, 2024 09:34
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from e72cfd8 to d30f563 Compare November 4, 2024 22:48
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from d30f563 to 266cd11 Compare November 11, 2024 10:30
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 266cd11 to c10b08a Compare November 18, 2024 18:38
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from be908f4 to f4a0d3d Compare November 30, 2024 13:58
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from ebe10b2 to 1ed05ed Compare December 5, 2024 22:07
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (patch) chore(deps): update devdependencies (non-major) (patch) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/patch-devdependencies-(non-major) branch December 8, 2024 18:54
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) (patch) - autoclosed chore(deps): update devdependencies (non-major) (patch) Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 5 times, most recently from 8676510 to 043c861 Compare December 11, 2024 04:51
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch 2 times, most recently from c496fbe to 74bcda0 Compare December 20, 2024 05:04
@renovate renovate bot force-pushed the renovate/patch-devdependencies-(non-major) branch from 74bcda0 to 9af7fe7 Compare January 7, 2025 17:43
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