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

bump: [#4684] Update multiple dependencies inside internal libraries to latest version #4752

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

sw-joelmut
Copy link
Collaborator

Addresses #4684
#minor

Description

This PR updates multiple dependencies that are used inside all internal libraries (botbuilder-repo-utils, botbuilder-test-utils, root package.json, etc.) to their latest version.

Specific Changes

  • Added clean:node_modules command in the root package.json so it is easier to remove node_module folders recursively.
  • Removed test:runtime from the test command, as it was duplicated.
  • Fixed issue with babel-traverse resolution, as it was colliding with the actual @babel/traverse package.
  • Removed typescript 4.6 from the test:consumers script.
  • Updated mocha, lodash, nyc, logger, shx, typedoc, ts-node, source-map, zod, axios, dotenv, xmlbuilder, should, random-js, promise, nock, uuid, mime, and others, to their latest version.
  • Some packages weren't updated due to presenting issues/limitations in newer versions, so we will tackle them individually in a separate PR.

Testing

This PR does not contain testing images, since the changes can be validated by the internal process (CI pipelines).

@sw-joelmut sw-joelmut requested a review from a team as a code owner September 18, 2024 20:13
@coveralls
Copy link

coveralls commented Sep 18, 2024

Pull Request Test Coverage Report for Build 10929422094

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.9%) to 85.349%

Totals Coverage Status
Change from base Build 10911271204: 0.9%
Covered Lines: 20433
Relevant Lines: 22910

💛 - Coveralls

@tracyboehrer tracyboehrer merged commit 5a35402 into main Sep 18, 2024
13 checks passed
@tracyboehrer tracyboehrer deleted the southworks/update/internal-dependencies branch September 18, 2024 21:00
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.

3 participants