Skip to content

Latest commit

 

History

History
119 lines (81 loc) · 9.93 KB

File metadata and controls

119 lines (81 loc) · 9.93 KB

Changelog

7.0.2 (2026-01-06)

Bug Fixes

  • 78cc913 #157 builtins: move to generated node builtins fixture (#157) (@wraithgar)

7.0.1 (2025-12-18)

Bug Fixes

  • 23f220d #156 reject leading hyphens (#156) (@hashtagchris)

Documentation

  • 52ff0f1 #154 use const instead of var (#154) (@hashtagchris)

Chores

  • cfb27ae #153 remove tap (@owlstronaut)
  • 2358aa2 #153 swap from tap to built-in node:test (@owlstronaut)
  • fc8e3f5 #149 bump @npmcli/eslint-config from 5.1.0 to 6.0.0 (#149) (@dependabot[bot])
  • 23a9e2c #152 bump @npmcli/template-oss from 4.28.0 to 4.28.1 (#152) (@dependabot[bot], @npm-cli-bot)

7.0.0 (2025-10-22)

⚠️ BREAKING CHANGES

  • align to npm 11 node engine range (#147)

Bug Fixes

  • 69e0cbb #147 align to npm 11 node engine range (#147) (@owlstronaut)

Chores

  • c6866b9 #146 bump @npmcli/template-oss from 4.26.0 to 4.27.1 (#146) (@dependabot[bot], @npm-cli-bot)

6.0.2 (2025-07-21)

Bug Fixes

  • 186f541 #142 scoped names validate exclusionlist/underscore/core module (#142) (@owlstronaut)

Chores

  • 8123f73 #140 bump @npmcli/template-oss from 4.24.4 to 4.25.0 (#140) (@dependabot[bot], @owlstronaut)

6.0.1 (2025-06-05)

Bug Fixes

  • 68a5c0e #136 adding validation for scoped packages that begin with one or more periods (@shmam)

Chores

  • 99ced75 #136 template-oss fixes (@shmam)
  • c45bc37 #134 bump @npmcli/template-oss from 4.23.3 to 4.24.3 (#134) (@dependabot[bot], @npm-cli-bot)

6.0.0 (2024-09-24)

⚠️ BREAKING CHANGES

  • validate-npm-package-name now supports node ^18.17.0 || >=20.5.0

Bug Fixes

  • d14349c #131 align to npm 10 node engine range (@hashtagchris)

Chores

  • e78d90d #131 run template-oss-apply (@hashtagchris)
  • 3b308e9 #128 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (@dependabot[bot])
  • 5f444c8 #129 postinstall for dependabot template-oss PR (@hashtagchris)
  • a75975a #129 bump @npmcli/template-oss from 4.23.1 to 4.23.3 (@dependabot[bot])

5.0.1 (2024-05-06)

Dependencies

  • f12f849 #104 replace builtins dependency with Node.js module.builtinModules (#104)

Chores

  • f2b3233 #112 auto publish (#112) (@lukekarrys)
  • 406b31a #110 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)
  • bcc451a #69 update tap coverage in package.json (#69) (@wraithgar)
  • 320e5dd #68 add new tests to reach full test coverage (#68) (@janbritz)
  • 5c72411 #59 bump @npmcli/eslint-config from 3.1.0 to 4.0.0 (@dependabot[bot])
  • a893e39 #110 postinstall for dependabot template-oss PR (@lukekarrys)
  • 13f9b85 #109 bump @npmcli/template-oss from 4.21.3 to 4.21.4 (@dependabot[bot])

5.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

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

Features

  • f0983ef #50 postinstall for dependabot template-oss PR (@lukekarrys)

4.0.0 (2022-03-29)

⚠ BREAKING CHANGES

  • scopedPackagePattern is no longer exported from this module.
  • This drops support for node 10 and non-LTS versions of node 12 and node 14

Features

Bug Fixes

  • remove validate.scopedPackagePattern (#42) (1943cc6)

Documentation

  • Move invalid example to the right section (#18) (9ee8d54)
  • update misleading naming rule (#27) (3c65535)

Dependencies

3.0.0

Breaking Changes

  • No longer allow "~'!()*" in package names (#13)

Docs

  • Remove ableist examples from README (#12)

Dependencies