forked from MetaMask/phishing-warning
-
Notifications
You must be signed in to change notification settings - Fork 0
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
devdeps playwright #5
Closed
Closed
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
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md) - [Commits](npm/node-semver@v5.7.1...v5.7.2) --- updated-dependencies: - dependency-name: semver dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.1.0 to 3.2.0. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](MetaMask/auto-changelog@v3.1.0...v3.2.0) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@metamask/post-message-stream](https://github.com/MetaMask/post-message-stream) from 6.1.2 to 6.2.0. - [Release notes](https://github.com/MetaMask/post-message-stream/releases) - [Changelog](https://github.com/MetaMask/post-message-stream/blob/main/CHANGELOG.md) - [Commits](MetaMask/post-message-stream@v6.1.2...v6.2.0) --- updated-dependencies: - dependency-name: "@metamask/post-message-stream" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@metamask/design-tokens](https://github.com/MetaMask/design-tokens) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/MetaMask/design-tokens/releases) - [Changelog](https://github.com/MetaMask/design-tokens/blob/main/CHANGELOG.md) - [Commits](MetaMask/design-tokens@v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: "@metamask/design-tokens" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* deps: ses@^0.18.1->^0.18.7 * deps: punycode@^2.1.1->^2.3.0 * deps: move @types/punycode to devDeps * deps: @metamask/post-message-stream@^6.0.0->^6.2.0 * deps: @metamask/design-tokens@^1.6.0->^1.12.0
Co-authored-by: github-actions <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: legobt <[email protected]>
Bumps [@metamask/post-message-stream](https://github.com/MetaMask/post-message-stream) from 6.2.0 to 7.0.0. - [Release notes](https://github.com/MetaMask/post-message-stream/releases) - [Changelog](https://github.com/MetaMask/post-message-stream/blob/main/CHANGELOG.md) - [Commits](MetaMask/post-message-stream@v6.2.0...v7.0.0) --- updated-dependencies: - dependency-name: "@metamask/post-message-stream" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.2.0 to 3.4.2. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](MetaMask/auto-changelog@v3.2.0...v3.4.2) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brad Decker <[email protected]>
…etaMask#107) --------- Co-authored-by: Brad Decker <[email protected]>
* deps: obj-multiplex@^1.0.0 -> @metamask/object-multiplex@^2.0.0 * devDeps: remove unused @types/readable-stream * deps: replace pump with pipeline from already used readable-stream@3
* devDeps: lavamoat-allow-scripts@^2.3.0->^2.3.1 * devDeps: bump babel packages * devDeps: @types/node@^17.0.23->^14.18.58 * devDeps: fs-extra@^10.1.0->^11.1.1 * devDeps: remove unused @testing-library/dom, @testing-library/user-info * devDeps: playwright@^1.30.0->~1.33.0 devDeps: @playwright/test@^1.30.0->~1.33.0 1.34.0 and newer exit with: Please install @playwright/test package before running "yarn playwright test" yarn remove playwright yarn add -D @playwright/test * devDeps: remove unused terser; lockbump terser * devDeps: workbox-build@^6.5.3->^6.6.0 held because 6.6.1 breaks nodejs v14 * devDeps: @metamask/auto-changelog@^3.0.0->^3.4.3 * yarn dedupe
* 3.0.0 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: legobeat <[email protected]> Co-authored-by: legobt <[email protected]>
moved to using href
* 3.0.1 * update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: witmicko <[email protected]>
* change to hostname for gh issues * add unicode test
* 3.0.2 * Update CHANGELOG.md --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: witmicko <[email protected]>
* gh action for backport release
Removing 2.1.0 at it isnt compatible with older ones
gh action for backport release
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](MetaMask/auto-changelog@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The `ses` package has been updated to the latest version. This update ensures that lockdown remains compatibile with later browser versions.
* 3.0.3 * Update changelog --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Mark Stacey <[email protected]>
* Enabling security code scanner * Update security code scanner file
* Update index.html - update attribution copy
* 3.0.4
…safelistPhishingDomain (MetaMask#165) * fix: safelistPhishingDomain send origin as param instead of hostname * fix: update changelog * fix: add missing column * fix: CHANGELOG typo * fix: CHANGELOG linting * fix: protocol typo in tests
* 4.0.0 * fix: remove useless entries from CHANGELOG * fix: format CHANGELOG --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Salah-Eddine Saakoun <[email protected]>
- @playwright/test@~1.33.0->~1.44.1
- playwright < 1.45 does not install correct packages for ubuntu >=22.04 - playwright >= 1.45 not compatile with supported node.js 16
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.
Bump semver from 5.7.1 to 5.7.2 (Bump semver from 5.7.1 to 5.7.2 MetaMask/phishing-warning#93)
Bumps semver from 5.7.1 to 5.7.2.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @metamask/post-message-stream from 6.1.1 to 6.1.2 (Bump @metamask/post-message-stream from 6.1.1 to 6.1.2 MetaMask/phishing-warning#86)
Bump @metamask/auto-changelog from 3.1.0 to 3.2.0 (Bump @metamask/auto-changelog from 3.1.0 to 3.2.0 MetaMask/phishing-warning#100)
Bumps @metamask/auto-changelog from 3.1.0 to 3.2.0.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump word-wrap from 1.2.3 to 1.2.4 (Bump word-wrap from 1.2.3 to 1.2.4 MetaMask/phishing-warning#101)
Bump ses from 0.18.1 to 0.18.7 (Bump ses from 0.18.1 to 0.18.7 MetaMask/phishing-warning#102)
Bump @metamask/post-message-stream from 6.1.2 to 6.2.0 (Bump @metamask/post-message-stream from 6.1.2 to 6.2.0 MetaMask/phishing-warning#103)
Bumps @metamask/post-message-stream from 6.1.2 to 6.2.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @metamask/design-tokens from 1.11.1 to 1.12.0 (Bump @metamask/design-tokens from 1.11.1 to 1.12.0 MetaMask/phishing-warning#92)
Bumps @metamask/design-tokens from 1.11.1 to 1.12.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
deps: Bump all dependencies (deps: Bump all dependencies MetaMask/phishing-warning#105)
deps: ses@^0.18.1->^0.18.7
deps: punycode@^2.1.1->^2.3.0
deps: move @types/punycode to devDeps
deps: @metamask/post-message-stream@^6.0.0->^6.2.0
deps: @metamask/design-tokens@^1.6.0->^1.12.0
2.1.1 (2.1.1 MetaMask/phishing-warning#106)
Co-authored-by: github-actions [email protected]
Co-authored-by: legobeat [email protected]
Co-authored-by: legobt [email protected]
deps(ses): update to latest version (deps(ses): update to latest version MetaMask/phishing-warning#120)
Bump @metamask/post-message-stream from 6.2.0 to 7.0.0 (Bump @metamask/post-message-stream from 6.2.0 to 7.0.0 MetaMask/phishing-warning#104)
Bumps @metamask/post-message-stream from 6.2.0 to 7.0.0.
updated-dependencies:
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @metamask/auto-changelog from 3.2.0 to 3.4.2 (Bump @metamask/auto-changelog from 3.2.0 to 3.4.2 MetaMask/phishing-warning#114)
Bumps @metamask/auto-changelog from 3.2.0 to 3.4.2.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brad Decker [email protected]
BREAKING: Increase minimum Node.js version to 16; recommended to 18 (BREAKING: Increase minimum Node.js version to 16; recommended to 18 MetaMask/phishing-warning#107)
Co-authored-by: Brad Decker [email protected]
Bump browserify-sign from 4.2.1 to 4.2.2 (Bump browserify-sign from 4.2.1 to 4.2.2 MetaMask/phishing-warning#118)
Bump @babel/traverse from 7.17.3 to 7.23.2 (Bump @babel/traverse from 7.17.3 to 7.23.2 MetaMask/phishing-warning#111)
Streams API v3 (Streams API v3 MetaMask/phishing-warning#122)
devDeps: Bump devDependencies (devDeps: Bump devDependencies MetaMask/phishing-warning#108)
devDeps: lavamoat-allow-scripts@^2.3.0->^2.3.1
devDeps: bump babel packages
devDeps: @types/node@^17.0.23->^14.18.58
devDeps: fs-extra@^10.1.0->^11.1.1
devDeps: remove unused @testing-library/dom, @testing-library/user-info
devDeps: playwright@^1.30.0->~1.33.0
devDeps: @playwright/test@^1.30.0->~1.33.0
1.34.0 and newer exit with:
Please install @playwright/test package before running "yarn playwright test"
yarn remove playwright
yarn add -D @playwright/test
devDeps: remove unused terser; lockbump terser
devDeps: workbox-build@^6.5.3->^6.6.0
held because 6.6.1 breaks nodejs v14
devDeps: @metamask/auto-changelog@^3.0.0->^3.4.3
yarn dedupe
3.0.0 (3.0.0 MetaMask/phishing-warning#123)
3.0.0
update changelog
Co-authored-by: github-actions [email protected]
Co-authored-by: legobeat [email protected]
Co-authored-by: legobt [email protected]
moved to using href only for suspect site (moved to using href only for suspect site MetaMask/phishing-warning#124)
moved to using href
remove codeowners file (Remove codeowners file MetaMask/phishing-warning#125)
3.0.1 (3.0.1 MetaMask/phishing-warning#126)
3.0.1
update changelog
Co-authored-by: github-actions [email protected]
Co-authored-by: witmicko [email protected]
change to hostname for gh issues (change to hostname for gh issues MetaMask/phishing-warning#127)
3.0.2 (3.0.2 MetaMask/phishing-warning#128)
3.0.2
Update CHANGELOG.md
Co-authored-by: github-actions [email protected]
Co-authored-by: witmicko [email protected]
Action allowing us to publish backported changes (Action allowing us to publish backported changes MetaMask/phishing-warning#130)
Update publish-gh-pages-backport.yml (Update publish-gh-pages-backport.yml MetaMask/phishing-warning#131)
Removing 2.1.0 at it isnt compatible with older ones
Update publish-gh-pages-backport.yml (Update publish-gh-pages-backport.yml MetaMask/phishing-warning#134)
Fixup and split backporting actions (Fixup and split backporting actions MetaMask/phishing-warning#137)
gh action for backport release
Bump follow-redirects from 1.15.2 to 1.15.4 (Bump follow-redirects from 1.15.2 to 1.15.4 MetaMask/phishing-warning#142)
Bumps follow-redirects from 1.15.2 to 1.15.4.
updated-dependencies:
dependency-type: indirect
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump @metamask/auto-changelog from 3.4.3 to 3.4.4 (Bump @metamask/auto-changelog from 3.4.3 to 3.4.4 MetaMask/phishing-warning#140)
Bumps @metamask/auto-changelog from 3.4.3 to 3.4.4.
updated-dependencies:
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] [email protected]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: Update
ses
(chore: Updateses
MetaMask/phishing-warning#143)The
ses
package has been updated to the latest version. This updateensures that lockdown remains compatibile with later browser versions.
3.0.3 (3.0.3 MetaMask/phishing-warning#145)
3.0.3
Update changelog
Co-authored-by: github-actions [email protected]
Co-authored-by: Mark Stacey [email protected]
Bump @metamask/post-message-stream from 7.0.0 to 8.0.0 (Bump @metamask/post-message-stream from 7.0.0 to 8.0.0 MetaMask/phishing-warning#146)
remove globalthis polyfill (remove globalthis polyfill MetaMask/phishing-warning#149)
Enabling MetaMask security code scanner (Enabling MetaMask security code scanner MetaMask/phishing-warning#151)
Enabling security code scanner
Update security code scanner file
chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.0.4 (chore(devdeps): @lavamoat/allow-scripts@^2.3.1->^3.0.4 MetaMask/phishing-warning#157)
Update index.html - update attribution copy (Update index.html - update attribution copy MetaMask/phishing-warning#161)
3.0.4 (3.0.4 MetaMask/phishing-warning#162)
fix: Update phishingSafelistStream to send origin as a parameter for safelistPhishingDomain (fix: Update phishingSafelistStream to send origin as a parameter for safelistPhishingDomain MetaMask/phishing-warning#165)
fix: safelistPhishingDomain send origin as param instead of hostname
fix: update changelog
fix: add missing column
fix: CHANGELOG typo
fix: CHANGELOG linting
fix: protocol typo in tests
ci: bump action-release-pr actions (ci: bump action-release-pr actions MetaMask/phishing-warning#167)
4.0.0 (4.0.0 MetaMask/phishing-warning#168)
4.0.0
fix: remove useless entries from CHANGELOG
fix: format CHANGELOG
Co-authored-by: github-actions [email protected]
Co-authored-by: Salah-Eddine Saakoun [email protected]
chore(devDeps): playwright@~1.33.0->~1.44.1
chore(ci): install playwright system dependencies explicitly