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

build: fix path-to-regexp #2108

Merged

Conversation

alkatrivedi
Copy link
Contributor

Sinon having dependency on the nise package. That package just published v6.0.1 which updated path-to-regexp from v6.2.1 to v8.1.0 with sinonjs/nise#226. That should have been a major version bump, as this ended up introducing a breaking change that now it depends on Node >= 16, which is causing our CI to break.

This PR fixes path-to-regexp to ^6.2.1 like previously to make it work on Node >= 14

@alkatrivedi alkatrivedi requested review from a team as code owners September 12, 2024 08:53
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: spanner Issues related to the googleapis/nodejs-spanner API. labels Sep 12, 2024
@alkatrivedi alkatrivedi force-pushed the fix-build-path-regex-node-14 branch 3 times, most recently from e9e8387 to 6e1bab3 Compare September 12, 2024 10:40
@alkatrivedi alkatrivedi force-pushed the fix-build-path-regex-node-14 branch from 6e1bab3 to e6bf353 Compare September 12, 2024 10:42
@alkatrivedi alkatrivedi added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 12, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 12, 2024
@surbhigarg92 surbhigarg92 added the automerge Merge the pull request once unit tests and other checks pass. label Sep 12, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit a0ef202 into googleapis:main Sep 12, 2024
16 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 12, 2024
@alkatrivedi alkatrivedi deleted the fix-build-path-regex-node-14 branch September 13, 2024 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/nodejs-spanner API. kokoro:force-run Add this label to force Kokoro to re-run the tests. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants