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

Latest commit

 

History

History
125 lines (56 loc) · 4.54 KB

CHANGELOG.md

File metadata and controls

125 lines (56 loc) · 4.54 KB

Changelog

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.

6.0.0 (2022-09-21)

⚠️ 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)

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)

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)