Skip to content

Commit 361ca5c

Browse files
chore(deps): update dependency @apollo/protobufjs to v1.2.7 (#7134)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@apollo/protobufjs](https://togithub.com/apollographql/protobuf.js) | [`1.2.6` -> `1.2.7`](https://renovatebot.com/diffs/npm/@apollo%2fprotobufjs/1.2.4/1.2.7) | [![age](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.7/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.7/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.7/compatibility-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/@apollo%2fprotobufjs/1.2.7/confidence-slim/1.2.4)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>apollographql/protobuf.js</summary> ### [`v1.2.7`](https://togithub.com/apollographql/protobuf.js/compare/ae965b8f1595b7de2f39d60d15cbcf6f02427ff8...b1fb2625c59d3aa7a409266dedcfc1cfd572b550) [Compare Source](https://togithub.com/apollographql/protobuf.js/compare/ae965b8f1595b7de2f39d60d15cbcf6f02427ff8...b1fb2625c59d3aa7a409266dedcfc1cfd572b550) ### [`v1.2.6`](https://togithub.com/apollographql/protobuf.js/blob/HEAD/CHANGELOG.md#&#8203;126-httpsgithubcomapollographqlprotobufjsreleasestag126) [Compare Source](https://togithub.com/apollographql/protobuf.js/compare/61c4705936c69a0c3e4a28c51fcfb45c3dde6ee3...ae965b8f1595b7de2f39d60d15cbcf6f02427ff8) #### Other [:hash:](https://togithub.com/apollographql/protobuf.js/commit/e66477bc9abcb1f71aa0440fd23b09361f13bb96) Stop writing version and date to dist files<br /> [:hash:](https://togithub.com/apollographql/protobuf.js/commit/bd5c971461c4e4ee32debe73a1d2e09be3e31301) Actually drop package-lock.json files<br /> [:hash:](https://togithub.com/apollographql/protobuf.js/commit/1d301192c94352d08b7f4341a5ba7667bc154fdc) Revert "Add .npmignore to drop package-lock files"<br /> ### [`v1.2.5`](https://togithub.com/apollographql/protobuf.js/blob/HEAD/CHANGELOG.md#&#8203;125-httpsgithubcomapollographqlprotobufjsreleasestag125) [Compare Source](https://togithub.com/apollographql/protobuf.js/compare/d0443831c03d9d545221334be1fe228018896705...61c4705936c69a0c3e4a28c51fcfb45c3dde6ee3) #### New [:hash:](https://togithub.com/apollographql/protobuf.js/commit/0774f3ab66f902f4cafa55d61c469d7413d92bfb) Add .npmignore to drop package-lock files<br /> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/apollographql/apollo-server). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzQuMTkuMCJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Glasser <[email protected]>
1 parent e3fd918 commit 361ca5c

File tree

3 files changed

+71
-80
lines changed

3 files changed

+71
-80
lines changed

.changeset/young-worms-poke.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@apollo/usage-reporting-protobuf': patch
3+
---
4+
5+
Update `@apollo/protobufjs` to drop its hopefully-unnecessary dependency on (an old version of) `@types/node`.

package-lock.json

Lines changed: 65 additions & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/usage-reporting-protobuf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"homepage": "https://github.com/apollographql/apollo-server#readme",
4040
"//": "Don't caret this, we want to be explicit about the version of our fork of protobufjs and update it intentionally if we need to.",
4141
"dependencies": {
42-
"@apollo/protobufjs": "1.2.6"
42+
"@apollo/protobufjs": "1.2.7"
4343
},
4444
"volta": {
4545
"extends": "../../package.json"

0 commit comments

Comments
 (0)