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: update dependencies #3145

Merged
merged 2 commits into from
Nov 9, 2022
Merged

chore: update dependencies #3145

merged 2 commits into from
Nov 9, 2022

Conversation

nolanlawson
Copy link
Collaborator

Details

Updates our non-breaking dependencies. There are a lot of breaking dependencies, but those should be handled separately IMO.

Does this pull request introduce a breaking change?

  • ✅ No, it does not introduce a breaking change.

Does this pull request introduce an observable change?

  • ✅ No, it does not introduce an observable change.

],
"jasmine-core": "3.10.1",
"iltorb": "npm:@stdlib/utils-noop@0.0.10"
"jasmine-core": "3.10.1"
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I removed this iltorb hack because it's too hard to maintain. It breaks every time you run yarn upgrade-interactive. Also this was just a hack to make yarn install faster.

The long-term solution is to remove bundlesize entirely because it seems unmaintained. I'll do that separately.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

tada: #3146

@nolanlawson
Copy link
Collaborator Author

Updated the snapshots. Apparently Babel gets rid of double-newlines now. I don't think we care.

Also Jest has a new warning:

● Validation Warning:

  Unknown option "preset" with value "ts-jest" was found.
  This is probably a typing mistake. Fixing it will remove this message.

  Configuration Documentation:
  https://jestjs.io/docs/configuration

This is caused by jestjs/jest#13576 and hopefully will be fixed in the next Jest release. For now, we can ignore it.

@nolanlawson
Copy link
Collaborator Author

/nucleus ignore --reason "downstreams failing for unrelated reason"

@nolanlawson nolanlawson merged commit 3204be7 into master Nov 9, 2022
@nolanlawson nolanlawson deleted the nolan/deps-202211 branch November 9, 2022 17:33
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.

2 participants