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

chore: RC v4.8.2 #949

Merged
merged 35 commits into from
Nov 30, 2023
Merged
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
417b877
chore: release v4.8.1
attest-team-ci Oct 11, 2023
f4ef4a5
ci: add `create-release-candidate.yml` (#864)
Zidious Oct 12, 2023
5bfd440
ci: amend token within create-release-candidate.yml (#871)
Zidious Oct 12, 2023
46d3d95
Merge pull request #865 from dequelabs/release-1697059467
dequejenn Oct 13, 2023
604b78b
ci: add `release-candidate` to deploy.yml (#875)
Zidious Oct 16, 2023
fdc3361
Merge pull request #876 from dequelabs/master
michael-siek Oct 17, 2023
299a0b4
docs(packages/puppeteer): fix incorrect documentation for withTags de…
scurker Oct 20, 2023
a80add3
refactor: use new test-fixtures path (#880)
straker Oct 20, 2023
ddba444
ci: fix GH release workflow (#877)
michael-siek Oct 24, 2023
2e016b4
fix(webdriverio): work with @wdio/globals (#882)
straker Oct 24, 2023
077a5bc
ci: add dependabot workflow (#887)
michael-siek Oct 26, 2023
e7606a0
chore: bump rimraf from 3.0.2 to 5.0.5 (#897)
dependabot[bot] Oct 26, 2023
70ceac0
chore: bump mocha from 8.4.0 to 10.2.0 (#898)
dependabot[bot] Oct 26, 2023
8963200
chore: bump actions/checkout from 2 to 4 (#890)
dependabot[bot] Oct 26, 2023
9a65b64
chore: bump actions/setup-node from 3 to 4 (#891)
dependabot[bot] Oct 26, 2023
44ad7fc
chore: remove old dependabot config (#901)
Zidious Oct 30, 2023
0eae5c2
ci: update the `update-axe-core` workflow (#910)
michael-siek Nov 2, 2023
c2255c3
chore: bump prettier from 2.8.8 to 3.0.3 (#907)
dependabot[bot] Nov 2, 2023
441cb44
chore: bump @types/node from 18.17.15 to 20.8.10 (#905)
dependabot[bot] Nov 2, 2023
4d4bbfc
chore: bump chromedriver from 116.0.0 to 119.0.0 (#912)
dependabot[bot] Nov 2, 2023
349cf77
ci: remove auto assign workflow (#914)
michael-siek Nov 3, 2023
b393bcd
ci: pin GHA to specific SHA (#915)
michael-siek Nov 3, 2023
e8094c1
chore: bump tsup from 6.7.0 to 7.2.0 (#893)
dependabot[bot] Nov 3, 2023
c2990f7
chore: bump react-shadow from 19.1.0 to 20.4.0 (#894)
dependabot[bot] Nov 3, 2023
8731be9
chore: bump eslint-config-prettier from 8.10.0 to 9.0.0 (#896)
dependabot[bot] Nov 3, 2023
30af456
chore: replaced `test-listen` with `async-listen` (#920)
chrisrice202 Nov 7, 2023
7f7e2bc
chore: bump @typescript-eslint/eslint-plugin and @typescript-eslint/p…
straker Nov 7, 2023
5fcb30f
chore: ignore commander dependabot updates (#928)
straker Nov 17, 2023
b07d38c
fix(webdriverjs): fix default commonJs export (#927)
straker Nov 21, 2023
d5becec
ci: add timeouts for each GHA workflow (#946)
michael-siek Nov 22, 2023
aab6d3c
chore: test built types export (#945)
straker Nov 22, 2023
4367556
ci: add `semantic-pr-footer` workflow (#941)
michael-siek Nov 29, 2023
b5aee34
fix: allow cjs version of packages to export a default value (#943)
straker Nov 30, 2023
56c55df
chore: RC v4.8.2
attest-team-ci Nov 30, 2023
72f4745
chore: applying release changes
dequejenn Nov 30, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: bump @types/node from 18.17.15 to 20.8.10 (#905)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2023
commit 441cb44214d0ad02331f5e55407892434d7b5326
57 changes: 18 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/playwright/package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"@types/chai": "^4.3.3",
"@types/express": "^4.17.14",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
2 changes: 1 addition & 1 deletion packages/puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
"@types/chai": "^4.3.3",
"@types/express": "^4.17.14",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"@types/sinon": "^10.0.13",
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
2 changes: 1 addition & 1 deletion packages/reporter-earl/package.json
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@
"devDependencies": {
"@types/clone": "^2.1.1",
"@types/jsonld": "github:types/jsonld",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"axe-core": "~4.8.2",
"clone": "^2.1.2",
"cross-env": "^7.0.3",
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -54,7 +54,7 @@
"@types/cssesc": "^3.0.0",
"@types/express": "^4.17.14",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",
"chai": "^4.3.6",
2 changes: 1 addition & 1 deletion packages/webdriverjs/package.json
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
"@types/chromedriver": "^81.0.1",
"@types/express": "^4.17.14",
"@types/mocha": "^10.0.0",
"@types/node": "^18.8.3",
"@types/node": "^20.8.10",
"@types/selenium-webdriver": "^4.1.5",
"@types/test-listen": "^1.1.0",
"axe-test-fixtures": "github:dequelabs/axe-test-fixtures#v1",