Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Update npm - all minor and patch updates#373

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-all-minor-and-patch-updates
Open

Update npm - all minor and patch updates#373
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/npm-all-minor-and-patch-updates

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 19, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/preset-env (source) ^7.26.0 -> ^7.26.8 age adoption passing confidence
@eslint/compat ^1.2.5 -> ^1.2.6 age adoption passing confidence
@eslint/js (source) ^9.18.0 -> ^9.20.0 age adoption passing confidence
@storybook/addon-actions (source) ^8.4.7 -> ^8.5.3 age adoption passing confidence
@storybook/addon-essentials (source) ^8.4.7 -> ^8.5.3 age adoption passing confidence
@storybook/react (source) ^8.4.7 -> ^8.5.3 age adoption passing confidence
@storybook/react-webpack5 (source) ^8.4.7 -> ^8.5.3 age adoption passing confidence
@types/geojson (source) ^7946.0.15 -> ^7946.0.16 age adoption passing confidence
@types/node (source) ^20.17.12 -> ^20.17.17 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^8.20.0 -> ^8.23.0 age adoption passing confidence
@typescript-eslint/parser (source) ^8.20.0 -> ^8.23.0 age adoption passing confidence
eslint (source) ^9.18.0 -> ^9.20.0 age adoption passing confidence
eslint-plugin-jest ^28.10.0 -> ^28.11.0 age adoption passing confidence
eslint-plugin-prettier ^5.2.1 -> ^5.2.3 age adoption passing confidence
mapbox-gl ^3.9.2 -> ^3.9.4 age adoption passing confidence
prettier (source) ^3.4.2 -> ^3.5.0 age adoption passing confidence
react-select (source) ^5.9.0 -> ^5.10.0 age adoption passing confidence
storybook (source) ^8.4.7 -> ^8.5.3 age adoption passing confidence
styled-components (source) ^6.1.14 -> ^6.1.15 age adoption passing confidence

Release Notes

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

v7.26.8

Compare Source

v7.26.8 (2025-02-08)
🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0

v7.26.7

Compare Source

🐛 Bug Fix
eslint/rewrite (@​eslint/compat)

v1.2.6

Compare Source

eslint/eslint (@​eslint/js)

v9.20.0

Compare Source

v9.19.0

Compare Source

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

v8.5.3

Compare Source

v8.5.2

Compare Source

v8.5.1

Compare Source

v8.5.0

Compare Source

Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:

  • 🦾 Realtime accessibility tests to help build UIs for everybody
  • 🛡️ Project code coverage to measure the completeness of your tests
  • 🎯 Focused tests for faster test feedback
  • ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
  • 🎁 Storybook test early access program to level up your testing game
  • 💯 Hundreds more improvements
List of all updates
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

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

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

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

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

v8.23.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.

v8.22.0

Compare Source

🚀 Features
  • parser: add standalone isolatedDeclarations option (#​10499)
❤️ Thank You
  • Josh Goldberg ✨

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

v8.21.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.

eslint/eslint (eslint)

v9.20.0

Compare Source

v9.19.0

Compare Source

jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.11.0

Compare Source

Features
  • valid-expect: allow calling expect with no arguments (#​1688) (ff0349e)

28.10.1 (2025-01-15)

Bug Fixes

v28.10.1

Compare Source

Bug Fixes
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v5.2.3

Compare Source

Patch Changes

[v5.2.2](https://redirect.github.com/prettier/eslint-plugin-


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Europe/London.

🚦 Automerge: Enabled.

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 dependencies Pull requests that update a dependency file npm labels Jan 19, 2025
@renovate renovate Bot requested a review from a team as a code owner January 19, 2025 09:19
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 19, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 3433ec8 to 307e8ef Compare January 22, 2025 01:37
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 22, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 307e8ef to a1a893e Compare January 23, 2025 17:43
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 23, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from a1a893e to 9dd5035 Compare January 26, 2025 09:00
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 26, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 9dd5035 to b0f2ad2 Compare January 26, 2025 21:34
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 26, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from b0f2ad2 to 32e47b2 Compare January 27, 2025 18:02
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 27, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 32e47b2 to 4f95d5e Compare January 27, 2025 22:07
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 27, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 4f95d5e to 3bb0606 Compare January 30, 2025 13:02
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 30, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 3bb0606 to c36ed72 Compare January 30, 2025 19:23
renovate-approve[bot]
renovate-approve Bot previously approved these changes Jan 30, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from c36ed72 to ec1613a Compare February 3, 2025 18:02
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 3, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from ec1613a to af523b8 Compare February 4, 2025 17:54
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 4, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from af523b8 to a6173c0 Compare February 6, 2025 21:09
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 6, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from a6173c0 to 3bcc0ca Compare February 7, 2025 01:49
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 7, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 3bcc0ca to df465dd Compare February 8, 2025 16:46
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 8, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from df465dd to 6daa649 Compare February 11, 2025 01:41
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 11, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from 6daa649 to cdfea04 Compare February 11, 2025 10:31
renovate-approve[bot]
renovate-approve Bot previously approved these changes Feb 11, 2025
@renovate renovate Bot force-pushed the renovate/npm-all-minor-and-patch-updates branch from cdfea04 to e2fe7f9 Compare February 12, 2025 11:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file npm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants