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

Update dependency upgrades - non-major #128

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@crxjs/vite-plugin 2.0.0-beta.25 -> 2.0.0-beta.26 age adoption passing confidence
@types/chrome (source) 0.0.278 -> 0.0.279 age adoption passing confidence
@types/node (source) 22.7.6 -> 22.7.9 age adoption passing confidence
@types/react (source) 18.3.11 -> 18.3.12 age adoption passing confidence
@typescript-eslint/utils (source) 8.10.0 -> 8.11.0 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
eslint-config-upleveled 8.8.0 -> 8.11.1 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence

Release Notes

crxjs/rollup-plugin-chrome-extension (@​crxjs/vite-plugin)

v2.0.0-beta.26

Compare Source

Major Changes
  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced
    in Chrome 130 causing CSP rejecting script due to different origin (GUID
    instead of chrome extension id)
typescript-eslint/typescript-eslint (@​typescript-eslint/utils)

v8.11.0

Compare Source

This was a version bump only for utils to align it with other projects, there were no code changes.

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

vitejs/vite-plugin-react (@​vitejs/plugin-react)

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 } })],
  }
})
upleveled/eslint-config-upleveled (eslint-config-upleveled)

v8.11.1

Compare Source

  • Add files to tsconfig.json include for experimental.typedRoutes (#​449) ad92fea
  • Upgrade tests c19a67a

v8.11.0

Compare Source

v8.10.0

Compare Source

v8.9.1

Compare Source

  • Enable react-compiler/react-compiler rule c6dce26
  • Upgrade tests 9b30489

v8.9.0

Compare Source

v8.8.1

Compare Source

vitejs/vite (vite)

v5.4.10

Compare Source

Please refer to CHANGELOG.md for details.


Configuration

📅 Schedule: Branch creation - "after 4pm on thursday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 enabled auto-merge (squash) October 24, 2024 16:10
@renovate renovate bot merged commit 3ab1d93 into main Oct 24, 2024
1 check passed
@renovate renovate bot deleted the renovate/dependency-upgrades-non-major branch October 24, 2024 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants