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 workspace-tools from 0.16.2 to 0.19.0 #666

Merged
merged 3 commits into from
Jun 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 26, 2022

Bumps workspace-tools from 0.16.2 to 0.19.0.

Changelog

Sourced from workspace-tools's changelog.

0.19.0

Thu, 05 May 2022 19:40:25 GMT

Minor changes

  • adds a new API to allow retrieving a list of packages affected by files and also by git ref range (kchau@microsoft.com)

0.18.4

Wed, 20 Apr 2022 16:49:02 GMT

Patches

  • fixes a potential security issue where fetch --upload-pack can allow for command injection (kchau@microsoft.com)

0.18.3

Sat, 09 Apr 2022 15:51:14 GMT

Patches

0.18.2

Fri, 07 Jan 2022 18:15:36 GMT

Patches

0.18.1

Fri, 07 Jan 2022 17:07:22 GMT

Patches

0.18.0

Fri, 07 Jan 2022 00:04:32 GMT

Minor changes

  • speed up workspace-tools - reducing weight and adding caches - lazy load pkg mgr helpers (kchau@microsoft.com)

0.17.0

... (truncated)

Commits
  • d895921 applying package updates
  • 8d3b9dd Changed packages between 2 refs (#105)
  • 4872404 applying package updates
  • 9bc7e65 Fix git fetch - addresses a potential security concern regarding git fetch (#...
  • 24040a5 applying package updates
  • b99f6f8 fix: rush.json is missed in repos using Rush + Yarn (#100)
  • e0a79ff Bump node-fetch from 2.6.1 to 2.6.7 in /src/fixtures/basic-yarn (#96)
  • 3633c6f Bump shelljs from 0.8.4 to 0.8.5 in /src/fixtures/basic-yarn (#87)
  • c9c1bdb Bump ajv from 6.12.2 to 6.12.6 (#89)
  • 1c38d84 Bump ajv from 6.12.2 to 6.12.6 in /src/fixtures/basic-yarn (#90)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [workspace-tools](https://github.com/microsoft/workspace-tools) from 0.16.2 to 0.19.0.
- [Release notes](https://github.com/microsoft/workspace-tools/releases)
- [Changelog](https://github.com/microsoft/workspace-tools/blob/master/CHANGELOG.md)
- [Commits](microsoft/workspace-tools@workspace-tools_v0.16.2...workspace-tools_v0.19.0)

---
updated-dependencies:
- dependency-name: workspace-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 26, 2022
@kenotron
Copy link
Member

You need to run a yarn change to indicate a version bump.

@dzearing
Copy link
Member

dzearing commented Jun 1, 2022

🤖 Change file added 🤖

@dzearing dzearing merged commit a34f290 into master Jun 1, 2022
@dzearing dzearing deleted the dependabot/npm_and_yarn/workspace-tools-0.19.0 branch June 1, 2022 19:08
jattasNI added a commit to ni/nimble that referenced this pull request Jun 6, 2022
#589)

# Pull Request

## 🤨 Rationale

Fixes #581. We had disabled `npm audit` in our pipelines because of the vulnerability, but beachball published a fix this weekend: microsoft/beachball#666. 

## 👩‍💻 Implementation

1. Install latest version of beachball
2. Re-enable `npm audit` commands in `main.yml`. This revealed new vulnerabilities in several `devDependencies`:  `ejs`, `event-source`, and `json-schema`.
3. Run `npm update` for each of the above dependencies and also `jsprim`, which was needed to get the fixed `json-schema` (`jsprim` pins its deps to exact versions)

I looked into [npm overrides](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides) which are intended for this purpose but they're not ready for prime time ([poorly documented workspace support](npm/cli#4517) and bizarrely [not usable with an existing package-lock.json](npm/cli#4232) with our current npm version.

## 🧪 Testing

Relying on pipeline.

## ✅ Checklist


- [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
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.

None yet

2 participants