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 #101

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Dec 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@​technologiestiftung/eslint-config 0.2.0 -> 0.4.0 age adoption passing confidence
@types/react (source) 18.3.3 -> 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
autoprefixer 10.4.19 -> 10.4.20 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint-plugin-react 7.35.0 -> 7.37.4 age adoption passing confidence
eslint-plugin-react-refresh 0.4.7 -> 0.4.19 age adoption passing confidence
globals 15.8.0 -> 15.15.0 age adoption passing confidence
postcss (source) 8.4.40 -> 8.5.2 age adoption passing confidence
prettier (source) 3.3.3 -> 3.5.1 age adoption passing confidence
tailwindcss (source) 3.4.7 -> 3.4.17 age adoption passing confidence
typescript (source) 5.3.3 -> 5.7.3 age adoption passing confidence
vite (source) 5.3.5 -> 5.4.14 age adoption passing confidence

Release Notes

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

postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.
eslint/eslint (eslint)

v8.57.1

Compare Source

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.4

Compare Source

Fixed

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] @​ocavue)
  • [no-unknown-property][no-unknown-property]: support precedence prop in react 19 ([#​3829][] @​acusti)
  • [prop-types][prop-types]: props missing in validation when using generic types from a namespace import ([#​3859][] @​rbondoc96)
Changed
  • [Tests] [jsx-no-script-url][jsx-no-script-url]: Improve tests ([#​3849][] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types][default-props-match-prop-types], [jsx-boolean-value][jsx-boolean-value], [jsx-curly-brace-presence][jsx-curly-brace-presence], [jsx-no-bind][jsx-no-bind], [no-array-index-key][no-array-index-key], [no-is-mounted][no-is-mounted], [no-render-return-value][no-render-return-value], [require-default-props][require-default-props] ([#​3841][] @​bastiendmt)

[#


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, 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.

Copy link
Author

renovate bot commented Dec 16, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: ber-gpt-frontend@0.0.0
npm error Found: eslint@8.57.1
npm error node_modules/eslint
npm error   dev eslint@"8.57.1" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@">= 9.0.0" from @technologiestiftung/eslint-config@0.4.0
npm error node_modules/@technologiestiftung/eslint-config
npm error   dev @technologiestiftung/eslint-config@"0.4.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2025-02-13T14_27_44_527Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-02-13T14_27_44_527Z-debug-0.log

Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ber-gpt-frontend ❌ Failed (Inspect) Feb 13, 2025 2:28pm

@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from c85fe34 to 069fc4a Compare December 16, 2024 16:22
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 069fc4a to 28438e2 Compare December 17, 2024 19:57
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 28438e2 to f025691 Compare December 18, 2024 14:54
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from f025691 to 7c87194 Compare December 20, 2024 02:12
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 7c87194 to e4c0542 Compare December 24, 2024 03:12
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from e4c0542 to 0cc7060 Compare January 8, 2025 20:31
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 0cc7060 to 456b598 Compare January 11, 2025 20:33
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 456b598 to e530404 Compare January 12, 2025 00:26
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from e530404 to 94e6b44 Compare January 13, 2025 06:34
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 94e6b44 to 7996037 Compare January 13, 2025 22:29
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 7996037 to b6fa9c4 Compare January 14, 2025 12:18
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from b6fa9c4 to 576f381 Compare January 20, 2025 10:37
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 576f381 to 5fe24e3 Compare January 20, 2025 22:24
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