-
Notifications
You must be signed in to change notification settings - Fork 570
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(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 4.0.0 #2993
base: main
Are you sure you want to change the base?
chore(deps-dev): bump @metamask/auto-changelog from 3.4.4 to 4.0.0 #2993
Conversation
New and updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
8d674aa
to
8089fbc
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
2 similar comments
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
8526b36
to
b7f3767
Compare
Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 3.4.4 to 4.0.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.4.4...v4.0.0) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
b7f3767
to
9d0ebf5
Compare
"publish:package": "../../scripts/publish-package.sh", | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"since-latest-release": "../../scripts/since-latest-release.sh", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test": "node --experimental-vm-modules $(yarn bin jest) --reporters=jest-silent-reporter", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Prettier v3's main entry point (which we use for resolveConfig
) uses dynamic imports, so we need to either:
- Run Jest with
--experimental-vm-modules
, or - Reimplement the config resolution logic ourselves.
if (workspace.cwd !== 'packages/examples') { | ||
if ( | ||
workspace.cwd !== 'packages/examples' && | ||
workspace.cwd !== 'packages/snaps-simulator' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For some reason --experimental-vm-modules
causes the snaps-simulator
tests to break.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2993 +/- ##
==========================================
- Coverage 94.75% 94.73% -0.03%
==========================================
Files 497 497
Lines 10896 10904 +8
Branches 1674 1674
==========================================
+ Hits 10325 10330 +5
- Misses 571 574 +3 ☔ View full report in Codecov by Sentry. |
Bumps @metamask/auto-changelog from 3.4.4 to 4.0.0.
Release notes
Sourced from
@metamask/auto-changelog
's releases.Changelog
Sourced from
@metamask/auto-changelog
's changelog.Commits
ef3e86e
4.0.0 (#206)5e88a25
BREAKING: Make Prettier the default option (#204)9d07843
Update README to reflect latest changes (#205)0a736b6
BREAKING: Bumpprettier
to^3.3.3
(#202)b07f539
BREAKING: Drop support for Node.js <18.18 (#203)361c7f0
Update CODEOWNERS (#193)60674f6
Enabling MetaMask security code scanner (#189)5ebfe97
Fix bug introduced toupdateChangelog
in #158 (#181)bb8b47a
Add Shared Libraries team in codeowners file (#186)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)