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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update semantic-release #1040

Merged
merged 2 commits into from Jan 31, 2022
Merged

chore: update semantic-release #1040

merged 2 commits into from Jan 31, 2022

Conversation

SimenB
Copy link
Member

@SimenB SimenB commented Jan 31, 2022

We need to force npm to be on v7 due to some change they've made which uses wildcards for all dependencies, leading to pulling in incompatible versions in yarn since they don't respect bundleDependencies.

I've reported this to yarn (discord, so no link), and I think they're gonna fix it 馃檪 But this fixes a "vulnerability" (which, as always, is complete bullshit, but it is what it is)

package.json Outdated
@@ -159,7 +159,9 @@
]
},
"resolutions": {
"@typescript-eslint/experimental-utils": "^5.0.0"
"@typescript-eslint/experimental-utils": "^5.0.0",
"fsevents/node-gyp": "^7.0.0",
Copy link
Member Author

Choose a reason for hiding this comment

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

added this as well to avoid yarn choosing latest

@SimenB SimenB merged commit 2e42fd2 into main Jan 31, 2022
@SimenB SimenB deleted the semantic-release-bump branch January 31, 2022 09:45
@github-actions
Copy link

github-actions bot commented Feb 6, 2022

馃帀 This PR is included in version 26.1.0-next.1 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

@github-actions
Copy link

github-actions bot commented Feb 6, 2022

馃帀 This PR is included in version 26.1.0 馃帀

The release is available on:

Your semantic-release bot 馃摝馃殌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant