-
Notifications
You must be signed in to change notification settings - Fork 63
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
Upgrade to [email protected]
, add publishing workflow
#213
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
danyalaytekin
force-pushed
the
publishing-workflow
branch
from
November 3, 2023 20:40
c4a7d0d
to
d26dadc
Compare
Co-Authored-By: Aaron Goldenthal <[email protected]>
Co-Authored-By: nicodemuz <[email protected]>
This was referenced Nov 10, 2023
danyalaytekin
changed the title
Add publishing workflow; update testing workflow
Upgrade to Nov 10, 2023
[email protected]
, add publishing workflow
This reverts commit b9f1af2.
…de 12's bundled npm)
…is separated" This reverts commit bd5a094.
jpw
approved these changes
Nov 14, 2023
stevenleija
added a commit
to stevenleija/pa11y-ci-stevenleija
that referenced
this pull request
May 2, 2024
* origin/master: Bump ip from 1.1.8 to 1.1.9 Update to Pa11y v7 and other dependency updates (pa11y#231) Version `3.1.0` (pa11y#226) Add JavaScript config example to README (pa11y#197) Bump @babel/traverse from 7.16.0 to 7.23.3 (pa11y#222) Bump semver from 6.3.0 to 6.3.1 (pa11y#221) Bump json5 from 2.2.0 to 2.2.3 (pa11y#219) Bump ansi-regex from 3.0.0 to 3.0.1 (pa11y#218) Bump debug from 4.1.1 to 4.3.1 (pa11y#216) Bump node-fetch from 2.6.1 to 2.6.7 (pa11y#217) Upgrade to `[email protected]`, add publishing workflow (pa11y#213) Update integration tests to support all platforms, including Windows (pa11y#177) # Conflicts: # bin/pa11y-ci.js # package-lock.json # package.json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a publishing workflow, upgrades to the latest minor version of
pa11y@6
, and makes several other changesMain changes
pa11y
to^6.2.3
from~6.1.0
. Note the caret too, since we ownpa11y
and use semver there (thanks @aarongoldenthal for Update to latest pa11y and allow minor pa11y updates #179)async
to2.6.4
to fix security warning (thanks @nicodemuz for Upgrade async library due to CVE-2021-43138 #185)main
instead ofmaster
master
was renamed tomain
in settings as part of:main
frommaster
org#194
tighten up Node support toexpand testing to include12, 14, 16
rather than>= 12
18
and20