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

fix: add tests to prevent updating to esm-only dependencies #1051

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

usefulthink
Copy link
Contributor

packages that no longer support commonjs use (currently, [email protected] and [email protected]) should never be installed (#1047).

However, without a failing test, the dependabot PRs will just slip through, so we have to add a test that will fail when import/require of this package won't work.

packages that no longer support commonjs use should never be installed (googlemaps#1047). However, without a failing test, the dependabot PRs will just slip through, so we have to add a test that will fail when import/require of this package won't work.
@usefulthink usefulthink enabled auto-merge (squash) October 10, 2023 08:59
@usefulthink usefulthink merged commit fd95b9c into googlemaps:master Oct 10, 2023
12 checks passed
googlemaps-bot added a commit that referenced this pull request Oct 10, 2023
### [3.3.41](v3.3.40...v3.3.41) (2023-10-10)

### Bug Fixes

* add tests to prevent updating to esm-only dependencies ([#1051](#1051)) ([fd95b9c](fd95b9c)), closes [#1047](#1047)

### Build System

* **deps-dev:** bump @types/node from 20.8.3 to 20.8.4 ([#1048](#1048)) ([7e6f1ae](7e6f1ae))
* **deps-dev:** bump typedoc from 0.25.1 to 0.25.2 ([#1050](#1050)) ([522b09e](522b09e))
* **deps:** bump retry-axios from 2.6.0 to 3.1.0 ([#1049](#1049)) ([62ed0cd](62ed0cd))
@googlemaps-bot
Copy link
Contributor

🎉 This PR is included in version 3.3.41 🎉

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
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants