-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
chore(deps): bump ajv to 8.17.1 #1042
chore(deps): bump ajv to 8.17.1 #1042
Conversation
@asyncapi/bounty_team |
@aeworxet If we want to release this, you will need to include a changesets file under |
🦋 Changeset detectedLatest commit: 7968a56 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
$ npx changeset
npm ERR! could not determine executable to run
$ npm install npx -g --force
npm WARN using --force Recommended protections disabled.
npm WARN deprecated npx@10.2.2: This package is now part of the npm CLI.
added 1 package in 3s
1 package is looking for funding
run `npm fund` for details
$ npx changeset
npm ERR! cb.apply is not a function 🤷🏻 |
the command for the cli to create changeset is this |
1836812
to
7968a56
Compare
Quality Gate passedIssues Measures |
Should command $ grep -iHr changesets/cli .
./node_modules/eslint-plugin-prettier/package.json: "@changesets/cli": "^2.27.1",
./.github/workflows/release-with-changesets.yml: version: npx -p @changesets/cli changeset version
./.github/workflows/release-with-changesets.yml: publish: npx -p @changesets/cli changeset publish |
Sure, feel free to add it. cc @ayushnau |
#1042 (comment) redirects to
while @ayushnau pointed to
That's why I thought this matter needed clarification. 🤷 Anyway, I've already added the changeset because I need to specify a new version of |
The last link of such comment redirects you right directly to the changeset file creation: https://github.com/aeworxet/asyncapi-parser-js/new/chore-deps-bump-ajv-to-8.17.1?filename=.changeset/mean-mice-buy.md&value=---%0A%22%40asyncapi%2Fparser%22%3A%20patch%0A---%0A%0Achore(deps)%3A%20bump%20ajv%20to%208.17.1%0A |
/rtm |
This PR upgrades
ajv
to version8.17.1
to lay the foundation for fixing #980.Related to #1012