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 all dependencies #1159

Merged
merged 3 commits into from
Jan 17, 2025
Merged

chore(deps): update all dependencies #1159

merged 3 commits into from
Jan 17, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) 7.25.6 -> 7.26.4 age adoption passing confidence
@babel/eslint-parser (source) 7.25.1 -> 7.26.5 age adoption passing confidence
@babel/preset-react (source) 7.24.7 -> 7.26.3 age adoption passing confidence
@babel/preset-typescript (source) 7.24.7 -> 7.26.0 age adoption passing confidence
@eslint/compat 1.1.1 -> 1.2.5 age adoption passing confidence
@eslint/eslintrc 3.1.0 -> 3.2.0 age adoption passing confidence
@eslint/js (source) 9.9.1 -> 9.18.0 age adoption passing confidence
@percy/cli (source) 1.29.3 -> 1.30.6 age adoption passing confidence
@percy/storybook 6.0.2 -> 6.0.3 age adoption passing confidence
@storybook/addon-a11y (source) 8.2.9 -> 8.4.7 age adoption passing confidence
@storybook/addon-essentials (source) 8.2.9 -> 8.4.7 age adoption passing confidence
@storybook/addon-interactions (source) 8.2.9 -> 8.4.7 age adoption passing confidence
@storybook/addon-links (source) 8.2.9 -> 8.5.0 age adoption passing confidence
@storybook/addon-onboarding (source) 8.2.9 -> 8.5.0 age adoption passing confidence
@storybook/addon-webpack5-compiler-babel 3.0.3 -> 3.0.5 age adoption passing confidence
@storybook/blocks (source) 8.2.9 -> 8.4.7 age adoption passing confidence
@storybook/react (source) 8.2.9 -> 8.4.7 age adoption passing confidence
@storybook/react-webpack5 (source) 8.2.9 -> 8.5.0 age adoption passing confidence
@testing-library/jest-dom 6.5.0 -> 6.6.3 age adoption passing confidence
@testing-library/react 16.0.1 -> 16.1.0 age adoption passing confidence
@types/jest (source) 29.5.12 -> 29.5.14 age adoption passing confidence
@types/node (source) 20.16.3 -> 20.17.13 age adoption passing confidence
@types/react (source) 18.3.5 -> 18.3.18 age adoption passing confidence
@types/react-dom (source) 18.3.0 -> 18.3.5 age adoption passing confidence
babel-loader 9.1.3 -> 9.2.1 age adoption passing confidence
cypress (source) 13.14.1 -> 13.17.0 age adoption passing confidence
eslint (source) 9.9.1 -> 9.18.0 age adoption passing confidence
eslint-plugin-cypress 3.5.0 -> 3.6.0 age adoption passing confidence
eslint-plugin-import 2.29.1 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.9.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-prettier 5.2.1 -> 5.2.2 age adoption passing confidence
eslint-plugin-react 7.35.2 -> 7.37.4 age adoption passing confidence
eslint-plugin-storybook 0.8.0 -> 0.11.2 age adoption passing confidence
eslint-plugin-testing-library 6.3.0 -> 6.5.0 age adoption passing confidence
jackspeak 2.1.1 -> 2.3.6 age adoption passing confidence
postcss (source) 8.4.44 -> 8.5.1 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.2 age adoption passing confidence
sass 1.79.4 -> 1.83.4 age adoption passing confidence
sass-loader 16.0.1 -> 16.0.4 age adoption passing confidence
semantic-release 24.1.0 -> 24.2.1 age adoption passing confidence
storybook (source) 8.2.9 -> 8.4.7 age adoption passing confidence
stylelint (source) 16.9.0 -> 16.13.2 age adoption passing confidence
typescript (source) 5.5.4 -> 5.7.3 age adoption passing confidence
typescript-eslint (source) 8.4.0 -> 8.20.0 age adoption passing confidence
wait-on 8.0.0 -> 8.0.2 age adoption passing confidence
webpack 5.95.0 -> 5.97.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli)

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance
eslint/rewrite (@​eslint/compat)

v1.2.5

Compare Source

v1.2.4

Compare Source

v1.2.3

Compare Source

v1.2.2

Compare Source

v1.2.1

Compare Source

v1.2.0

Compare Source

eslint/eslintrc (@​eslint/eslintrc)

v3.2.0

Compare Source

Features
  • merge rule.meta.defaultOptions before validation (#​166) (d02f914)
eslint/eslint (@​eslint/js)

v9.18.0

Compare Source

v9.17.0

Compare Source

Features

Bug Fixes

  • 67d683d fix: fix crash when message.fix is nullish (#​19168) (ntnyq)
  • c618707 fix: ignore vars with non-identifier references in no-useless-assignment (#​19200) (YeonJuan)

Documentation

  • 3c22d2a docs: update yoda to Yoda in yoda.md for consistency (#​19230) (루밀LuMir)
  • e0a2203 docs: add missing backticks to no-sequences (#​19233) (루밀LuMir)
  • 4cc4881 docs: Update README (GitHub Actions Bot)
  • 3db6fdf docs: [no-await-in-loop] expand on benefits and inapplicability (#​19211) (Kirk Waiblinger)
  • bf2a4f6 docs: add missing backticks to func-style (#​19227) (루밀LuMir)
  • ba098bd docs: add missing header to prefer-spread (#​19224) (루밀LuMir)
  • b607ae6 docs: update description of no-param-reassign (#​19220) (루밀LuMir)
  • 1eb424d docs: add missing backticks to prefer-destructuring (#​19223) (루밀LuMir)
  • 85998d1 docs: add missing backticks to no-unneeded-ternary (#​19222) (루밀LuMir)
  • b75b32c docs: add missing backticks to no-new-func (#​19219) (루밀LuMir)
  • a7700bc docs: add missing backticks to id-length (#​19217) (루밀LuMir)
  • e2bb429 docs: add missing backticks to complexity.md (#​19214) (루밀LuMir)
  • 045d716 docs: add missing ) to id-denylist (#​19213) (루밀LuMir)
  • 7fe4114 docs: Update README (GitHub Actions Bot)
  • c743ba6 docs: add CSS language to no-restricted-syntax (#​19208) (Milos Djermanovic)
  • 1416d70 docs: add missing backticks to eqeqeq (#​19207) (루밀LuMir)
  • b950c1b docs: add missing backticks to prefer-object-spread (#​19206) (루밀LuMir)
  • 8a941cb docs: update docs and description of require-unicode-regexp (#​19205) (루밀LuMir)
  • cbab228 docs: Update README (GitHub Actions Bot)
  • f2257ce docs: update comments and description of no-script-url (#​19203) (루밀LuMir)
  • 365f0f4 docs: add missing backtick to default-case-last (#​19202) (루밀LuMir)
  • e6b84f5 docs: add missing punctuation in document (#​19161) (루밀LuMir)
  • c88708e docs: replace quote with backtick in description of for-direction (#​19199) (루밀LuMir)
  • a76f233 docs: use higher contrast color tokens for code comments (#​19187) (Josh Goldberg ✨)
  • db19502 docs: Update README (GitHub Actions Bot)

Chores

v9.16.0

Compare Source

v9.15.0

Compare Source

v9.14.0

Compare Source

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


Configuration

📅 Schedule: Branch creation - "on the first day of january" (UTC), 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.

@jmuzina
Copy link
Member

jmuzina commented Nov 1, 2024

Out of the box, this runs into a build error. I had to install @babel/preset-env as a dev dependency to fix this error:

ERROR in ./src/components/Tooltip/Tooltip.stories.tsx
Module build failed (from ./node_modules/@storybook/addon-webpack5-compiler-babel/node_modules/babel-loader/lib/index.js):
Error: Cannot find package '@babel/preset-env' imported from /home/ubuntu/react-components/babel-virtual-resolve-base.js

@jmuzina jmuzina force-pushed the renovate/all branch 2 times, most recently from e28b6f7 to 9a3fbda Compare November 1, 2024 11:36
@jmuzina jmuzina requested a review from bartaz November 1, 2024 11:40
Copy link
Contributor Author

renovate bot commented Jan 15, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jmuzina jmuzina force-pushed the renovate/all branch 2 times, most recently from 0db7975 to de941c0 Compare January 15, 2025 15:09
@jmuzina
Copy link
Member

jmuzina commented Jan 15, 2025

Copy link
Contributor

@mas-who mas-who left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 couldn't find any issues from clicking through storybook

package.json Outdated Show resolved Hide resolved
@jmuzina jmuzina requested a review from mas-who January 16, 2025 21:30
@jmuzina
Copy link
Member

jmuzina commented Jan 16, 2025

Holding this open until we figure out why Percy tests are being extra flaky. See #1170

@mas-who mas-who force-pushed the renovate/all branch 2 times, most recently from 12f2d3e to 4ff4509 Compare January 17, 2025 10:13
@mas-who
Copy link
Contributor

mas-who commented Jan 17, 2025

Holding this open until we figure out why Percy tests are being extra flaky. See #1170

@jmuzina I made a PR which should resolve the percy errors. Thansk to @bartaz for suggesting the solution. I did test the fix on this branch btw.

@jmuzina
Copy link
Member

jmuzina commented Jan 17, 2025

Percy is no longer flaky! Thanks @mas-who :)

@jmuzina jmuzina merged commit 6a5a1ca into main Jan 17, 2025
9 checks passed
@jmuzina jmuzina deleted the renovate/all branch January 17, 2025 13:38
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.

2 participants