Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Latest commit

 

History

History
183 lines (88 loc) · 8.4 KB

CHANGELOG.md

File metadata and controls

183 lines (88 loc) · 8.4 KB

Changelog

7.0.1 (2024-05-04)

Bug Fixes

Chores

  • fae3210 #223 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • c73cf0d #190 use npm 9 for CI (#190) (@wraithgar)
  • 1f477a8 #189 Fix out-of-order ChangeLog entry (#189) (@daniel-santos)
  • 153cfda #223 postinstall for dependabot template-oss PR (@lukekarrys)
  • cd2962f #221 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

7.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed

Bug Fixes

Dependencies

  • 3c10858 #186 bump normalize-package-data from 5.0.0 to 6.0.0

6.0.4 (2023-05-31)

Bug Fixes

  • d8eca92 #177 prevent directory.bin referencing outside the package root (#177) (@antongolub)

6.0.3 (2023-05-03)

Bug Fixes

  • 7b516f1 #174 use jsonClone to fix cache layer (#174) (@antongolub)

6.0.2 (2023-04-27)

Dependencies

6.0.1 (2023-03-21)

Dependencies

6.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • read-package-json is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • 0952b2c #140 postinstall for dependabot template-oss PR (@lukekarrys)

Dependencies

  • 16f6e31 #150 bump normalize-package-data from 4.0.1 to 5.0.0
  • d736548 #148 bump npm-normalize-package-bin from 2.0.0 to 3.0.0
  • 505edd7 #147 bump json-parse-even-better-errors from 2.3.1 to 3.0.0

5.0.2 (2022-08-23)

Dependencies

  • bump npm-normalize-package-bin from 1.0.1 to 2.0.0 (#129) (6ce5501)

5.0.1 (2022-04-20)

Dependencies

5.0.0 (2022-03-15)

⚠ BREAKING CHANGES

  • This drops support for node10 and non-LTS versions of node12 and node14

Bug Fixes

  • always use / in package.json paths (18cc3fa)

  • move files to lib (bd7fac4)

  • @npmcli/template-oss@2.9.2 (2122bc2)

Dependencies

  • bump normalize-package-data from 3.0.3 to 4.0.0 (#113) (b905443)
  • update glob requirement from ^7.1.1 to ^7.2.0 (#115) (35482c4)
  • update json-parse-even-better-errors requirement (#116) (1b1b3f0)
  • update npm-normalize-package-bin requirement from ^1.0.0 to ^1.0.1 (#114) (d1f64a5)

4.0.0 (2021-08-18)

Bug Fixes

  • parseError: use file not path attribute (5002e00)

BREAKING CHANGES

  • parseError: rename file attribute to path

In order to align with the way our other "fast" json parsers work the err.file attribute needs to be renamed to err.path.

Also other errors i.e. ENOENT attach a path attribute.

3.0.1 (2021-02-22)

Bug Fixes

  • Strip underscore prefixed fields from file contents (ac771d8)

3.0.0 (2020-10-13)

Bug Fixes

  • check-in updated lockfile (19d9fbe)

2.1.2 (2020-08-20)

Bug Fixes

  • even better json errors, remove graceful-fs (fdbf082)

2.1.1 (2019-12-09)

Bug Fixes

  • normalize and sanitize pkg bin entries (b8cb5fa)

2.1.0 (2019-08-13)

Features

  • support bundleDependencies: true (76f6f42)

2.0.13 (2018-03-08)

Bug Fixes

  • git: support git packed refs --all mode (#77) (1869940)