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 all npm dependencies #432

Merged
merged 1 commit into from
Feb 20, 2025
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) 7.26.8 -> 7.26.9 age adoption passing confidence
@storybook/addon-essentials (source) 8.5.4 -> 8.5.8 age adoption passing confidence
@storybook/addon-webpack5-compiler-swc 2.0.0 -> 2.1.0 age adoption passing confidence
@storybook/react (source) 8.5.4 -> 8.5.8 age adoption passing confidence
@storybook/react-webpack5 (source) 8.5.4 -> 8.5.8 age adoption passing confidence
@types/react (source) 19.0.8 -> 19.0.10 age adoption passing confidence
@types/react-dom (source) 19.0.3 -> 19.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 8.24.0 -> 8.24.1 age adoption passing confidence
@typescript-eslint/parser (source) 8.24.0 -> 8.24.1 age adoption passing confidence
eslint-import-resolver-typescript 3.7.0 -> 3.8.3 age adoption passing confidence
globals 15.14.0 -> 15.15.0 age adoption passing confidence
postcss (source) 8.5.2 -> 8.5.3 age adoption passing confidence
publint (source) 0.3.4 -> 0.3.6 age adoption passing confidence
rollup (source) 4.34.6 -> 4.34.8 age adoption passing confidence
sass-loader 16.0.4 -> 16.0.5 age adoption passing confidence
storybook (source) 8.5.4 -> 8.5.8 age adoption passing confidence
typedoc-plugin-mdn-links 4.0.12 -> 4.0.13 age adoption passing confidence

Release Notes

babel/babel (@​babel/preset-env)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal
storybookjs/storybook (@​storybook/addon-essentials)

v8.5.8

Compare Source

v8.5.7

Compare Source

v8.5.6

Compare Source

v8.5.5

Compare Source

storybookjs/addon-webpack5-compiler-swc (@​storybook/addon-webpack5-compiler-swc)

v2.1.0

Compare Source

🚀 Enhancement
  • Updating swc and storybook deps to fix punycode module deprecation warning #​15 (@​skitscha)
🐛 Bug Fix
Authors: 2

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

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

v8.24.1

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.

import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)

v3.8.3

Compare Source

Patch Changes

v3.8.2

Compare Source

Patch Changes

v3.8.1

Compare Source

Patch Changes

v3.8.0

Compare Source

Minor Changes
  • #​345 fcc8883 Thanks @​carlocorradini! - Enable the mapper function just for a set of allowed files. Improves project discovery using glob and POSIX separator.

  • #​346 c124e87 Thanks @​carlocorradini! - Update get-tsconfig to the the latest version. We now support the ${configDir} variable, introduced in TypeScript 5.5.

sindresorhus/globals (globals)

v15.15.0

Compare Source


postcss/postcss (postcss)

v8.5.3

Compare Source

publint/publint (publint)

v0.3.6

Compare Source

Patch Changes
  • Fix checking bin field file path that omits .js or /index.js (04f289e)

v0.3.5

Compare Source

Patch Changes
  • Check the "bin" field if the referenced file exists, has the correct JS format, and can be executed (#​150)

  • Deprecate the deps command. The command has been tricky to maintain and incomplete (e.g. doesn't lint recursively). A separate tool can be used to run publint on dependencies instead, e.g. npx renoma --filter-rules "publint". (#​149)

rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests
webpack-contrib/sass-loader (sass-loader)

v16.0.5

Compare Source

Gerrit0/typedoc-plugin-mdn-links (typedoc-plugin-mdn-links)

v4.0.13

Compare Source


Configuration

📅 Schedule: Branch creation - "on monday at 10:00am" (UTC), 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.

@willeastcott willeastcott merged commit b7c0f24 into main Feb 20, 2025
6 checks passed
@willeastcott willeastcott deleted the renovate/all-npm-dependencies branch February 20, 2025 19:38
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.

1 participant