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: npm/pacote
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5aa45e5740e205f0c7c8ed74612e8e2f69802077
Choose a base ref
...
head repository: npm/pacote
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e660b7a5d4cf91d8eb381f0fd4011ce531404b29
Choose a head ref
  • 4 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 30, 2022

  1. chore: bump @npmcli/template-oss from 4.4.2 to 4.4.4

    Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.4.2 to 4.4.4.
    - [Release notes](https://github.com/npm/template-oss/releases)
    - [Changelog](https://github.com/npm/template-oss/blob/main/CHANGELOG.md)
    - [Commits](npm/template-oss@v4.4.2...v4.4.4)
    
    ---
    updated-dependencies:
    - dependency-name: @npmcli/template-oss
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and lukekarrys committed Sep 30, 2022
    Copy the full SHA
    538ab4c View commit details
  2. Copy the full SHA
    828f402 View commit details

Commits on Oct 5, 2022

  1. feat: set as release

    fritzy committed Oct 5, 2022

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    ee16f1f View commit details
  2. chore: release 14.0.0

    github-actions[bot] authored and fritzy committed Oct 5, 2022

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    e660b7a View commit details
Showing with 13 additions and 7 deletions.
  1. +1 −1 .github/workflows/post-dependabot.yml
  2. +1 −1 .release-please-manifest.json
  3. +6 −0 CHANGELOG.md
  4. +4 −4 package.json
  5. +1 −1 release-please-config.json
2 changes: 1 addition & 1 deletion .github/workflows/post-dependabot.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head_ref }}
ref: ${{ github.ref_name }}
- name: Setup Git User
run: |
git config --global user.email "npm-cli+bot@github.com"
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "14.0.0-pre.3"
".": "14.0.0"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [14.0.0](https://github.com/npm/pacote/compare/v14.0.0-pre.3...v14.0.0) (2022-10-05)

### Features

* [`ee16f1f`](https://github.com/npm/pacote/commit/ee16f1f44a8a3510b8ac8c49f207d3e01d1db96e) [#207](https://github.com/npm/pacote/pull/207) set as release (@fritzy)

## [14.0.0-pre.3](https://github.com/npm/pacote/compare/v14.0.0-pre.2...v14.0.0-pre.3) (2022-09-28)

### ⚠️ BREAKING CHANGES
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pacote",
"version": "14.0.0-pre.3",
"version": "14.0.0",
"description": "JavaScript package downloader",
"author": "GitHub Inc.",
"bin": {
@@ -27,7 +27,7 @@
"devDependencies": {
"@npmcli/arborist": "^6.0.0 || ^6.0.0-pre.0",
"@npmcli/eslint-config": "^3.1.0",
"@npmcli/template-oss": "4.4.2",
"@npmcli/template-oss": "4.4.4",
"hosted-git-info": "^5.0.0",
"mutate-fs": "^2.1.1",
"nock": "^13.2.4",
@@ -55,7 +55,7 @@
"minipass": "^3.1.6",
"mkdirp": "^1.0.4",
"npm-package-arg": "^9.0.0",
"npm-packlist": "^7.0.0 || ^7.0.0-pre.0",
"npm-packlist": "^7.0.0",
"npm-pick-manifest": "^7.0.0",
"npm-registry-fetch": "^13.0.1",
"proc-log": "^2.0.0",
@@ -75,7 +75,7 @@
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"version": "4.4.2",
"version": "4.4.4",
"windowsCI": false
}
}
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@
"packages": {
".": {
"package-name": "",
"prerelease": true
"prerelease": false
}
}
}