From 809a23c35f5bd81bd137cdece79cbf8325d7f355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jun 2023 15:38:34 -0700 Subject: [PATCH] Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 (#248) * Bump @metamask/auto-changelog from 2.6.1 to 3.1.0 Bumps [@metamask/auto-changelog](https://github.com/MetaMask/auto-changelog) from 2.6.1 to 3.1.0. - [Release notes](https://github.com/MetaMask/auto-changelog/releases) - [Changelog](https://github.com/MetaMask/auto-changelog/blob/main/CHANGELOG.md) - [Commits](https://github.com/MetaMask/auto-changelog/compare/v2.6.1...v3.1.0) --- updated-dependencies: - dependency-name: "@metamask/auto-changelog" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Updating node to align with extension and mobile * Updating circleci config * Updating github actions workflow --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: georgewrmarshall --- .circleci/config.yml | 2 +- .github/workflows/build-test.yml | 2 +- package.json | 4 ++-- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f2e675f..68c06b62 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 executors: node-browsers: docker: - - image: circleci/node:14-browsers + - image: cimg/node:16.20-browsers workflows: storybook: diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 7d975223..604b0a19 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: [12.x, 14.x, 16.x] + node-version: 16.x steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index d0c2adb9..63cc9419 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "devDependencies": { "@babel/core": "^7.17.0", "@lavamoat/allow-scripts": "^1.0.5", - "@metamask/auto-changelog": "^2.3.0", + "@metamask/auto-changelog": "^3.1.0", "@metamask/eslint-config": "^9.0.0", "@metamask/eslint-config-jest": "^9.0.0", "@metamask/eslint-config-nodejs": "^9.0.0", @@ -78,7 +78,7 @@ "typescript": "^4.2.4" }, "engines": { - "node": ">=12.0.0" + "node": "^16.20.0" }, "publishConfig": { "access": "public", diff --git a/yarn.lock b/yarn.lock index 28a17247..67e26c9d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1484,10 +1484,10 @@ resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b" integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== -"@metamask/auto-changelog@^2.3.0": - version "2.6.1" - resolved "https://registry.yarnpkg.com/@metamask/auto-changelog/-/auto-changelog-2.6.1.tgz#5a6291df6c1592f010bd54f1a97814a4570b1eaf" - integrity sha512-7VI4lftbQQHbZcxl1W+qFTWHxoeDGybL22Q70SNyYUVIBLlK5PirJHPh1zVYL4jEFmW0rItLLAXd/OZDuVG1Jg== +"@metamask/auto-changelog@^3.1.0": + version "3.1.0" + resolved "https://registry.yarnpkg.com/@metamask/auto-changelog/-/auto-changelog-3.1.0.tgz#d4d6bc7b9a1244a2e6a8ff1f818540b6491d8d88" + integrity sha512-o+4XljQzTvd46ML+PRyCNv3B9EbFf6JjaaueB2+v/aWSf97pp6FmjEXSPwaUzQQhl9GkaZj8himpanT62Nv9Aw== dependencies: diff "^5.0.0" execa "^5.1.1"