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

Upgrades various developer dependencies #500

Merged
merged 6 commits into from
Apr 4, 2022
Merged

Upgrades various developer dependencies #500

merged 6 commits into from
Apr 4, 2022

Conversation

Shaptic
Copy link
Contributor

@Shaptic Shaptic commented Feb 3, 2022

Notably, this upgrades jsdoc. It should resolves some non-error "errors" we've seen, and I've confirmed that yarn docs still works.

@Shaptic Shaptic added the dependencies Pull requests that update a dependency file label Feb 3, 2022
@Shaptic Shaptic requested review from quietbits and removed request for quietbits February 3, 2022 20:35
@Shaptic Shaptic added the node 14 A pull request that should only be addressed once we bump the minimum version to Node 14 (April '21) label Feb 3, 2022
@Shaptic Shaptic merged commit 5b54e2e into master Apr 4, 2022
@Shaptic Shaptic deleted the dependency-bumps branch April 4, 2022 23:32
paulbellamy pushed a commit that referenced this pull request Apr 5, 2022
* Bump minimum Node version to 14.x. (#510)

* Bump CI scripts, NVM version, and README to minimum Node 14
* Stop failing fast in GHA to identify version-specific failures
* Drop tests for 17.x because of incompatibility:

Node 17.x upgrades OpenSSL to v3 which basically changes some stuff
related to hashing in a way that isn't backwards compatible.

Relevant link:
  webpack/webpack#14532 (comment)

This (a) causes breakages that aren't relevant to us and (b) has
a dangerous workaround:

  export NODE_OPTIONS=--openssl-legacy-provider

If we do this workaround here, we are basically brushing the issue
under the rug. The longer term solution is basically to let the
ecosystem deal with it for now and when we need to make 18.x the
minimum, to deal with it in turn.

Since our minimum is 14.x for now, there's no reason to do
17.x-specific upgrades or workarounds.

* Bump minimist from 1.2.5 to 1.2.6 (#514)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump karma from 6.3.4 to 6.3.16 (#505)

Bumps [karma](https://github.com/karma-runner/karma) from 6.3.4 to 6.3.16.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](karma-runner/karma@v6.3.4...v6.3.16)

---
updated-dependencies:
- dependency-name: karma
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ajv from 6.12.2 to 6.12.6 (#503)

* Upgrades various developer dependencies (#500)

* Upgrade 'isparta' to the latest version
* Upgrade 'jsdoc' to latest version
* Unpin 'underscore' in order to upgrade minor version
* Let all Node jobs run

* Add CHANGELOG entry for @dependabot shenanigans (#519)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 node 14 A pull request that should only be addressed once we bump the minimum version to Node 14 (April '21)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant