Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

ci: Add node 10 to travis matrix for charts #22

Merged
merged 1 commit into from
Apr 20, 2020
Merged

Conversation

imlucas
Copy link
Contributor

@imlucas imlucas commented Jan 29, 2020

so we avoid breaks like #21 in the future

Copy link
Contributor

@matt-d-rat matt-d-rat left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@scottsidwell
Copy link
Contributor

Thanks for raising this Lucas 🙂 The underlying issue arose not from our version of Node (10), but the version of Chromium/Electron was using when running Cypress tests (cypress-io/cypress#2069) which lacked spread/ES6 features. It’ll be good to have this check to catch similar errors in the future, but it doesn’t guarantee the published pkg bundle is ES5 compatible which was the underlying root cause (something like https://github.com/dollarshaveclub/es-check might be useful to enforce this, but also probably overkill 🙃)

Copy link
Contributor

@scottsidwell scottsidwell left a comment

Choose a reason for hiding this comment

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

👍

imlucas added a commit to mongodb-js/metrics that referenced this pull request Jan 31, 2020
imlucas added a commit to mongodb-js/metrics that referenced this pull request Jan 31, 2020
* build(deps-dev): Bump mongodb-js-precommit from 2.1.0 to 2.2.0

Bumps [mongodb-js-precommit](https://github.com/mongodb-js/precommit) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/mongodb-js/precommit/releases)
- [Commits](mongodb-js/precommit@v2.1.0...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore: Fix all long lived lint errors

* chore: normalize travis

per mongodb-js/mongodb-language-model#22

Co-authored-by: Lucas Hrabovsky <hrabovsky.lucas@gmail.com>
@durran durran merged commit d225cd7 into master Apr 20, 2020
@durran durran deleted the travis-node-10-charts branch April 20, 2020 21:26
gribnoysup pushed a commit to mongodb-js/compass that referenced this pull request Apr 26, 2021
* build(deps-dev): Bump mongodb-js-precommit from 2.1.0 to 2.2.0

Bumps [mongodb-js-precommit](https://github.com/mongodb-js/precommit) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/mongodb-js/precommit/releases)
- [Commits](mongodb-js/precommit@v2.1.0...v2.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* chore: Fix all long lived lint errors

* chore: normalize travis

per mongodb-js/mongodb-language-model#22

Co-authored-by: Lucas Hrabovsky <hrabovsky.lucas@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants