Skip to content
This repository was archived by the owner on Aug 12, 2024. It is now read-only.

Conversation

@cg14823
Copy link
Contributor

@cg14823 cg14823 commented Mar 30, 2022

Bump dependencies:

  • @typescript-eslint/parser from 5.12.0 to 5.17.0
  • eslint from 8.10.0 to 8.12.0
  • @typescript-eslint/eslint-plugin from 5.14.0 to 5.17.0
  • typescript from 4.5.5 to 4.6.3
  • prettier from 2.5.1 to 2.6.1

@cg14823 cg14823 added the dependencies Pull requests that update a dependency file label Mar 30, 2022
@cg14823 cg14823 requested a review from a team as a code owner March 30, 2022 08:07
Comment on lines +11 to +15
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
Copy link

Choose a reason for hiding this comment

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

Is this change related to the dep bump? Can you elaborate a bit on why this is needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This code gets auto-genarated when compiling the product. Every time I change the deps I have to recompile it and this is the code that ncc spat out. (The reason why the dependabot jobs fail CI is because they don't do this)

I only changed the package.json

@cg14823 cg14823 merged commit 0b873d8 into main Mar 30, 2022
@cg14823 cg14823 deleted the carlos.gonzalez/bump-deps-3003 branch March 30, 2022 08:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants