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 frontend #291

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

chore(deps): update frontend #291

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.12.0 -> 9.13.0 age adoption passing confidence
@mui/lab (source) 6.0.0-beta.12 -> 6.0.0-beta.13 age adoption passing confidence
@mui/material (source) 6.1.4 -> 6.1.5 age adoption passing confidence
@storybook/addon-actions (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/addon-interactions (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/addon-links (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/blocks (source) 8.3.5 -> 8.3.6 age adoption passing confidence
@storybook/builder-vite (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/jest (source) 29.5.13 -> 29.5.14 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/eslint-plugin (source) 8.10.0 -> 8.11.0 age adoption passing confidence
@typescript-eslint/parser (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 (source) 9.12.0 -> 9.13.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.1 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
eslint-plugin-react-hooks (source) 5.1.0-rc-eb3ad065-20240822 -> 5.1.0-rc-fb9a90fa48-20240614 age adoption passing confidence
i18next (source) 23.16.0 -> 23.16.3 age adoption passing confidence
react-docgen (source) 7.0.3 -> 7.1.0 age adoption passing confidence
react-error-boundary 4.1.1 -> 4.1.2 age adoption passing confidence
react-hook-form (source) 7.53.0 -> 7.53.1 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
typescript-eslint (source) 8.10.0 -> 8.11.0 age adoption passing confidence
universal-cookie (source) 7.1.4 -> 7.2.1 age adoption passing confidence
vite (source) 5.4.9 -> 5.4.10 age adoption passing confidence
yarn (source) 4.5.0 -> 4.5.1 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.13.0

Compare Source

Features

Bug Fixes

Documentation

  • abdbfa8 docs: mark LintMessage#nodeType as deprecated (#​19019) (Nitin Kumar)
  • 19e68d3 docs: update deprecated rules type definitions (#​19018) (Nitin Kumar)
  • 7dd402d docs: Update examples of passing multiple values to a CLI option (#​19006) (Milos Djermanovic)
  • 5dcbc51 docs: Add example with side-effect imports to no-restricted-imports (#​18997) (Milos Djermanovic)
  • 1ee87ca docs: Update README (GitHub Actions Bot)
  • 2c3dbdc docs: Use prerendered sponsors for README (#​18988) (Milos Djermanovic)

Chores

mui/material-ui (@​mui/material)

v6.1.5

Compare Source

Oct 22, 2024

A big thanks to the 9 contributors who made this release possible.

@mui/material@6.1.5
@mui/system@6.1.5
@mui/codemod@6.1.5
Docs
Core

All contributors of this release in alphabetical order: @​ChinoUkaegbu, @​Janpot, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​sai6855, @​samuelsycamore, @​siriwatknp, @​snapwich

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

v8.3.6

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.11.0

Compare Source

This was a version bump only for parser 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 } })],
  }
})
eslint/eslint (eslint)

v9.13.0

Compare Source

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
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
facebook/react (eslint-plugin-react-hooks)

v5.1.0-rc-fb9a90fa48-20240614

Compare Source

v5.1.0-rc-fa6eab58-20240815

Compare Source

v5.1.0-rc-f9ebd85a-20240925

Compare Source

v5.1.0-rc-f994737d14-20240522

Compare Source

v5.1.0-rc-f90a6bcc-20240827

Compare Source

v5.1.0-rc-f6cce072-20240723

Compare Source

v5.1.0-rc-f65ac7bd-20240826

Compare Source

v5.1.0-rc-f3e09d6328-20240612

Compare Source

v5.1.0-rc-f38c22b244-20240704

Compare Source

v5.1.0-rc-f2df5694-20240916

Compare Source

v5.1.0-rc-ee1a403a-20240916

Compare Source

v5.1.0-rc-ed966dac-20241007

Compare Source

i18next/i18next (i18next)

v23.16.3

Compare Source

  • fix utils imports for Deno

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

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

v7.1.0

Compare Source

Minor Changes
  • #​923
    3033ca0
    Thanks @​rvetere! - Support generic types on
    React.forwardRef calls.

    Example:

    react-docgen will now find IButtonProps.

    export const FullWidthButton = forwardRef<HTMLButtonElement, IButtonProps>(
      () => {},
    );
bvaughn/react-error-boundary (react-error-boundary)

v4.1.2

Compare Source

react-hook-form/react-hook-form (react-hook-form)

v7.53.1: Version 7.53.1

Compare Source

🔧 chore: upgrade eslint to v9 (#​12150)
🐞 fix: #​12294 ensure Invalid Date is evaluated correctly (#​12295)
🐞 fix #​12316 setValue should work for arrays of primitives to handle checkboxes (#​12316) (#​12317)
🐞 fix #​12097 Use dirty fields along with mount names for form reset with keepDirtyValues (#​12211)
🫀 fix #​12237 disabled state trigger formState dirty/dirtyFields to update (#​12239)
📝 improve flatten function with object type check (#​12306)
🐞 fix #​12291 field array remove cause undefined with FormData (#​12305)
🖐️ improve: resolve type of set function (#​12145)
📖 fix: code example input field placeholder name (#​12296)
📖 docs: fix typo in code example (#​12271)

thanks to @​rasikhq @​abnud11 @​crypt0box @​developer-bandi @​matmannion @​hasancruk & @​vismay7

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
typescript-eslint/typescript-eslint (typescript-eslint)

v8.11.0

Compare Source

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

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

bendotcodes/cookies (universal-cookie)

v7.2.1

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 renovate label Sep 30, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 9 times, most recently from cc7d0d9 to 9dc73dd Compare September 30, 2024 18:38
@github-actions github-actions bot added size/L and removed size/S labels Sep 30, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from eb63b76 to 1ac3a09 Compare October 2, 2024 17:05
@renovate renovate bot changed the title chore(deps): update frontend fix(deps): update frontend Oct 2, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from 1b6366a to 6fb51f3 Compare October 4, 2024 09:55
@github-actions github-actions bot added size/XL and removed size/L labels Oct 4, 2024
@renovate renovate bot changed the title fix(deps): update frontend chore(deps): update frontend Oct 4, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 8 times, most recently from 46a0e6b to c89bf39 Compare October 11, 2024 10:10
@renovate renovate bot changed the title chore(deps): update frontend fix(deps): update frontend Oct 17, 2024
@github-actions github-actions bot added size/XL and removed size/L labels Oct 17, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 2 times, most recently from fd38e50 to ff31760 Compare October 17, 2024 21:07
@renovate renovate bot changed the title fix(deps): update frontend chore(deps): update frontend Oct 17, 2024
@github-actions github-actions bot added size/M and removed size/XL labels Oct 17, 2024
@github-actions github-actions bot added size/L and removed size/M labels Oct 18, 2024
@github-actions github-actions bot added size/XXL and removed size/L labels Oct 18, 2024
@renovate renovate bot force-pushed the renovate/frontend branch 13 times, most recently from b1779a7 to 25dd6a8 Compare October 23, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants