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

Closed
wants to merge 3 commits into from

Conversation

czi-developer-foundations
Copy link
Collaborator

This PR contains the following updates:

Package Type Change
@babel/preset-env (source) devDependencies ^7.23.8 -> ^7.23.9
@commitlint/cli (source) devDependencies ^18.4.4 -> ^18.6.0
@commitlint/config-conventional (source) devDependencies ^18.4.4 -> ^18.6.0
@​omlet/cli devDependencies ^1.2.2 -> ^1.3.2
@storybook/addon-a11y (source) devDependencies ^7.6.10 -> ^7.6.12
@storybook/addon-essentials (source) devDependencies ^7.6.10 -> ^7.6.12
@storybook/addon-interactions (source) devDependencies ^7.6.10 -> ^7.6.12
@storybook/addon-links (source) devDependencies ^7.6.10 -> ^7.6.12
@storybook/react (source) devDependencies ^7.6.10 -> ^7.6.12
@storybook/react-webpack5 (source) devDependencies ^7.6.10 -> ^7.6.12
@testing-library/jest-dom devDependencies ^6.2.0 -> ^6.4.1
@testing-library/react devDependencies ^14.1.2 -> ^14.2.1
@types/jest (source) devDependencies ^29.5.11 -> ^29.5.12
@types/node (source) devDependencies ^20.11.5 -> ^20.11.16
@types/react (source) devDependencies ^18.2.48 -> ^18.2.51
react-focus-lock dependencies ^2.9.6 -> ^2.9.7
rollup (source) devDependencies ^4.9.5 -> ^4.9.6
storybook (source) devDependencies ^7.6.10 -> ^7.6.12
ts-jest (source) devDependencies ^29.1.1 -> ^29.1.2
yarn packageManager 4.0.2 -> 4.1.0

  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

Copy link

github-actions bot commented Feb 5, 2024

size-limit report 📦

Path Size
components 98.03 KB (0%)
styles 39.81 KB (0%)

@booc0mtaco
Copy link
Contributor

commitlint has some new breaking change, but doesn't seem to be flagged properly?

found invalid rule names: header-trim. Supported rule names are: body-case, body-empty, body-full-stop, body-leading-blank, body-max-length, body-max-line-length, body-min-length, footer-empty, footer-leading-blank, footer-max-length, footer-max-line-length, footer-min-length, header-case, header-full-stop, header-max-length, header-min-length, references-empty, scope-case, scope-empty, scope-enum, scope-max-length, scope-min-length, signed-off-by, subject-case, subject-empty, subject-full-stop, subject-max-length, subject-min-length, subject-exclamation-mark, trailer-exists, type-case, type-empty, type-enum, type-max-length, type-min-length
RangeError: Found invalid rule names: header-trim. Supported rule names are: body-case, body-empty, body-full-stop, body-leading-blank, body-max-length, body-max-line-length, body-min-length, footer-empty, footer-leading-blank, footer-max-length, footer-max-line-length, footer-min-length, header-case, header-full-stop, header-max-length, header-min-length, references-empty, scope-case, scope-empty, scope-enum, scope-max-length, scope-min-length, signed-off-by, subject-case, subject-empty, subject-full-stop, subject-max-length, subject-min-length, subject-exclamation-mark, trailer-exists, type-case, type-empty, type-enum, type-max-length, type-min-length```

Copy link

codecov bot commented Feb 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (49c5b75) 92.54% compared to head (8f25195) 92.54%.
Report is 2 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next    #1841   +/-   ##
=======================================
  Coverage   92.54%   92.54%           
=======================================
  Files         147      147           
  Lines        2776     2776           
  Branches      750      750           
=======================================
  Hits         2569     2569           
  Misses        206      206           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ghost
Copy link

ghost commented Feb 9, 2024

commitlint has some new breaking change, but doesn't seem to be flagged properly?

found invalid rule names: header-trim. Supported rule names are: body-case, body-empty, body-full-stop, body-leading-blank, body-max-length, body-max-line-length, body-min-length, footer-empty, footer-leading-blank, footer-max-length, footer-max-line-length, footer-min-length, header-case, header-full-stop, header-max-length, header-min-length, references-empty, scope-case, scope-empty, scope-enum, scope-max-length, scope-min-length, signed-off-by, subject-case, subject-empty, subject-full-stop, subject-max-length, subject-min-length, subject-exclamation-mark, trailer-exists, type-case, type-empty, type-enum, type-max-length, type-min-length
RangeError: Found invalid rule names: header-trim. Supported rule names are: body-case, body-empty, body-full-stop, body-leading-blank, body-max-length, body-max-line-length, body-min-length, footer-empty, footer-leading-blank, footer-max-length, footer-max-line-length, footer-min-length, header-case, header-full-stop, header-max-length, header-min-length, references-empty, scope-case, scope-empty, scope-enum, scope-max-length, scope-min-length, signed-off-by, subject-case, subject-empty, subject-full-stop, subject-max-length, subject-min-length, subject-exclamation-mark, trailer-exists, type-case, type-empty, type-enum, type-max-length, type-min-length```

@booc0mtaco It looks like the issue is coming from our github action wagoid/commitlint-github-action@v5. yarn commitlint works locally. I'm going to try and replace that outdated action with our own steps that invoke commitlint

@ghost ghost self-assigned this Feb 9, 2024
@ghost
Copy link

ghost commented Feb 9, 2024

Closing for now, should be resolved when #1845 merges

@ghost ghost closed this Feb 9, 2024
@ghost ghost deleted the renovate/all-minor-patch branch February 9, 2024 21:22
This pull request was closed.
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.

3 participants