Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: release-it/release-it
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 16.1.0
Choose a base ref
...
head repository: release-it/release-it
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 16.1.1
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 15, 2023

  1. Copy the full SHA
    9d6f183 View commit details
  2. Release 16.1.1

    webpro committed Jul 15, 2023
    Copy the full SHA
    75746b4 View commit details
Showing with 238 additions and 248 deletions.
  1. +226 −236 package-lock.json
  2. +12 −12 package.json
462 changes: 226 additions & 236 deletions package-lock.json
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "release-it",
"version": "16.1.0",
"version": "16.1.1",
"description": "Generic CLI tool to automate versioning and package publishing-related tasks.",
"keywords": [
"build",
@@ -62,15 +62,15 @@
"license": "MIT",
"dependencies": {
"@iarna/toml": "2.2.5",
"@octokit/rest": "19.0.13",
"@octokit/rest": "20.0.1",
"async-retry": "1.3.3",
"chalk": "5.3.0",
"cosmiconfig": "8.2.0",
"execa": "7.1.1",
"git-url-parse": "13.1.0",
"globby": "13.2.1",
"globby": "13.2.2",
"got": "13.0.0",
"inquirer": "9.2.7",
"inquirer": "9.2.8",
"is-ci": "3.0.1",
"issue-parser": "6.0.0",
"lodash": "4.17.21",
@@ -81,27 +81,27 @@
"ora": "6.3.1",
"os-name": "5.1.0",
"promise.allsettled": "1.0.6",
"proxy-agent": "6.2.1",
"semver": "7.5.3",
"proxy-agent": "6.2.2",
"semver": "7.5.4",
"shelljs": "0.8.5",
"update-notifier": "6.0.2",
"url-join": "5.0.0",
"wildcard-match": "5.1.2",
"yargs-parser": "21.1.1"
},
"devDependencies": {
"@octokit/request-error": "3.0.3",
"@octokit/request-error": "5.0.0",
"ava": "5.3.1",
"eslint": "8.44.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-ava": "14.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"knip": "2.14.3",
"eslint-plugin-prettier": "5.0.0",
"knip": "2.15.5",
"mock-fs": "5.2.0",
"mock-stdio": "1.0.3",
"nock": "13.3.1",
"prettier": "2.8.8",
"nock": "13.3.2",
"prettier": "3.0.0",
"remark-cli": "11.0.0",
"remark-preset-webpro": "0.0.3",
"sinon": "15.2.0",