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 development Yarn dependencies (2023-09-28) #2716

Merged
merged 8 commits into from
Oct 30, 2023

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Sep 2, 2023

This is your weekly update of all development Yarn dependencies. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @testing-library/jest-dom (5.17.0 → 6.1.3, major) · Repo · Changelog · Release · Diff

✳️ lint-staged (13.3.0 → 14.0.1, major) · Repo · Release · Diff

✳️ @playwright/test (1.37.1 → 1.38.0, minor) · Repo · Release · Diff

✳️ @swc/jest (0.2.27 → 0.2.29, minor)

✳️ @testing-library/user-event (14.4.3 → 14.5.1, minor) · Repo · Changelog · Release · Diff

✳️ @types/chrome (0.0.243 → 0.0.246, minor) · Repo

✳️ @types/webextension-polyfill (0.10.1 → 0.10.2, minor) · Repo

✳️ @typescript-eslint/eslint-plugin (6.5.0 → 6.7.0, minor) · Repo · Changelog · Release · Diff

✳️ @typescript-eslint/parser (6.5.0 → 6.7.0, minor) · Repo · Changelog · Release · Diff

✳️ del-cli (5.0.0 → 5.1.0, minor) · Repo · Release · Diff

✳️ eslint (8.48.0 → 8.49.0, minor) · Repo · Changelog · Release · Diff

✳️ jest (29.6.2 → 29.7.0, minor) · Repo · Changelog · Release · Diff

✳️ jest-environment-jsdom (29.6.2 → 29.7.0, minor) · Repo · Changelog · Release · Diff

✳️ @jest/types (29.6.1 → 29.6.3, patch) · Repo · Changelog · Release · Diff

✳️ @swc/core (1.3.68 → 1.3.84, patch) · Repo · Changelog · Release · Diff

✳️ @types/crypto-js (4.1.1 → 4.1.2, patch) · Repo

✳️ @types/pubsub-js (1.8.3 → 1.8.4, patch) · Repo

✳️ @types/uuid (9.0.2 → 9.0.4, patch) · Repo

✳️ autoprefixer (10.4.15 → 10.4.16, patch) · Repo · Changelog · Release · Diff

✳️ postcss (8.4.29 → 8.4.30, patch) · Repo · Changelog · Release · Diff

✳️ tailwindcss-3d (1.0.0 → 1.0.1, patch) · Repo · Diff

✳️ webpack-bundle-analyzer (4.9.0 → 4.9.1, patch) · Repo · Changelog · Diff


Depfu Status

Depfu will only send you the next scheduled PR once you merge or close this one.

All Depfu comment commands
@​depfu refresh
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)

@depfu depfu bot added the dependencies Pull requests that update a dependency file label Sep 2, 2023
@bumi
Copy link
Collaborator

bumi commented Sep 28, 2023

@depfu rebase

@depfu depfu bot force-pushed the depfu/batch_dev/yarn/2023-09-02 branch from af708d1 to dc051e3 Compare September 28, 2023 09:10
@depfu depfu bot changed the title Update all development Yarn dependencies (2023-09-02) Update all development Yarn dependencies (2023-09-28) Sep 28, 2023
@bumi
Copy link
Collaborator

bumi commented Sep 28, 2023

@pavanjoshi914 can you check what's the error with this one?

@pavanjoshi914
Copy link
Contributor

@bumi this was the problem before as well. previously i solved it by just reverting to older version. but this time maybe due to changes in other jest related libraries it's not working even after reverting.

i had to revert env targets so that only jsc targets are preset in the config.

we also had type check failed. @jest/types breaks with the new version of jest-dom library. and tsc compiler is unable to detec types. so i reverted jest dom to solve type check

@pavanjoshi914 pavanjoshi914 merged commit 2655cc3 into master Oct 30, 2023
5 of 6 checks passed
@pavanjoshi914 pavanjoshi914 deleted the depfu/batch_dev/yarn/2023-09-02 branch October 30, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants