Skip to content

ci(await-async-query): update node versions #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

Merged
merged 1 commit into from
Mar 22, 2020
Merged

Conversation

Belco90
Copy link
Member

@Belco90 Belco90 commented Mar 21, 2020

BREAKING CHANGE: Drop support for node v8. Min version allowed is node
v10.12

BREAKING CHANGE: Drop support for node v8. Min version allowed is node
v10.12
@Belco90 Belco90 self-assigned this Mar 21, 2020
@Belco90 Belco90 mentioned this pull request Mar 21, 2020
6 tasks
@Belco90 Belco90 added BREAKING CHANGE This change will require a major version bump chore Changes that affect the build system, CI config or other changes that don't modify src/test files labels Mar 21, 2020

jobs:
include:
- stage: release
if: branch = master AND type != pull_request
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
if: branch = master AND type != pull_request
if: branch = master AND type = push

What do you think?

Copy link
Member Author

Choose a reason for hiding this comment

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

Mmm I'm not sure. There are other types which I'm not sure if we are interested to trigger or not. Ignoring pull requests is the usual behavior I've seen in other packages.

@Belco90 Belco90 merged commit b3f0b52 into v3 Mar 22, 2020
@Belco90 Belco90 deleted the feature/drop-node-8 branch March 22, 2020 13:24
Belco90 added a commit that referenced this pull request Mar 29, 2020
feat(await-async-utils): reflect waitFor changes (#89)
feat: new rule no-wait-for-empty-callback (#94)
feat: new rule prefer-wait-for (#88)
feat: new rule prefer-screen-queries (#99)
BREAKING CHANGE: drop support for node v8. Min version allowed is node v10.12 (#96)
BREAKING CHANGE: rule `no-get-by-for-checking-element-not-present` removed in favor of new rule `prefer-presence-queries` (#98)

Closes #85
Closes #86
Closes #90
Closes #92
Closes #95

Co-authored-by: timdeschryver <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING CHANGE This change will require a major version bump chore Changes that affect the build system, CI config or other changes that don't modify src/test files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants