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 npm non-major dependencies #1128

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Update npm non-major dependencies #1128

merged 1 commit into from
Oct 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@navikt/aksel-icons (source) 7.2.1 -> 7.3.0 age adoption passing confidence
@storybook/addon-a11y (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/addon-essentials (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/react (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/react-vite (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@types/node (source) 20.16.12 -> 20.16.13 age adoption passing confidence
@vitejs/plugin-react (source) 4.3.2 -> 4.3.3 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.1 age adoption passing confidence
i18next (source) 23.16.0 -> 23.16.2 age adoption passing confidence
react-i18next 15.0.3 -> 15.1.0 age adoption passing confidence
storybook (source) 8.3.5 -> 8.3.6 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

navikt/aksel (@​navikt/aksel-icons)

v7.3.0

Compare Source

storybookjs/storybook (@​storybook/addon-a11y)

v8.3.6

Compare Source

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 } })],
  }
})
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

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
i18next/i18next (i18next)

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

  • perf: Optimize size of Formatter 2247
i18next/react-i18next (react-i18next)

v15.1.0

Compare Source

  • fix: <Trans /> warns 'Each child in a list should have a unique "key" prop.' for react 19 1806
yarnpkg/berry (yarn)

v4.5.1

Compare Source


Configuration

📅 Schedule: Branch creation - "before 07:00 on Thursday" in timezone Europe/Oslo, 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.

@github-actions github-actions bot added the dependencies Pull request for dependency change label Oct 23, 2024
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from c2b071f to a12a930 Compare October 24, 2024 07:03
@renovate renovate bot force-pushed the renovate/npm-minor-patch branch from a12a930 to 5f1c028 Compare October 24, 2024 10:57
@allinox allinox merged commit 1214d7b into main Oct 24, 2024
5 checks passed
@allinox allinox deleted the renovate/npm-minor-patch branch October 24, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull request for dependency change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant