-
Notifications
You must be signed in to change notification settings - Fork 15
Comparing changes
Open a pull request
base repository: npm/package-json
base: 37f32be
head repository: npm/package-json
compare: d4814d4
- 13 commits
- 18 files changed
- 5 contributors
Commits on Sep 13, 2023
-
chore: bump @npmcli/template-oss from 4.18.0 to 4.18.1
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.0 to 4.18.1. - [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.18.0...v4.18.1) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f56390e - Browse repository at this point
Copy the full SHA f56390eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ab117c - Browse repository at this point
Copy the full SHA 5ab117cView commit details
Commits on Sep 18, 2023
-
chore: bump @npmcli/template-oss from 4.18.1 to 4.19.0
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.18.1 to 4.19.0. - [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.18.1...v4.19.0) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6240313 - Browse repository at this point
Copy the full SHA 6240313View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7c048a - Browse repository at this point
Copy the full SHA f7c048aView commit details
Commits on Sep 19, 2023
-
chore: bump read-package-json from 6.0.4 to 7.0.0
Bumps [read-package-json](https://github.com/npm/read-package-json) from 6.0.4 to 7.0.0. - [Release notes](https://github.com/npm/read-package-json/releases) - [Changelog](https://github.com/npm/read-package-json/blob/main/CHANGELOG.md) - [Commits](npm/read-package-json@v6.0.4...v7.0.0) --- updated-dependencies: - dependency-name: read-package-json dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4df4cf - Browse repository at this point
Copy the full SHA a4df4cfView commit details
Commits on Dec 4, 2023
-
chore: bump @npmcli/template-oss from 4.19.0 to 4.21.1
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.19.0 to 4.21.1. - [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.19.0...v4.21.1) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efeee22 - Browse repository at this point
Copy the full SHA efeee22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d784aa8 - Browse repository at this point
Copy the full SHA d784aa8View commit details
Commits on Dec 7, 2023
-
chore: bump @npmcli/template-oss from 4.21.1 to 4.21.3
Bumps [@npmcli/template-oss](https://github.com/npm/template-oss) from 4.21.1 to 4.21.3. - [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.21.1...v4.21.3) --- updated-dependencies: - dependency-name: @npmcli/template-oss dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00e4bbb - Browse repository at this point
Copy the full SHA 00e4bbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e0c23 - Browse repository at this point
Copy the full SHA 66e0c23View commit details
Commits on Mar 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ebb3c9 - Browse repository at this point
Copy the full SHA 6ebb3c9View commit details
Commits on Apr 6, 2024
-
fix(perf): only import necessary functions from semver (#88)
Just saving a couple of ms by only importing what is needed.
Configuration menu - View commit details
-
Copy full SHA for 71f09d6 - Browse repository at this point
Copy the full SHA 71f09d6View commit details
Commits on Apr 7, 2024
-
fix(perf): lazy load un-common dependencies for npm run (#87)
I know we avoid lazy loading but I think this case is worthy: Before: ```bash $ hyperfine --warmup 3 "node ./bin/npm-cli.js run empty" Benchmark 1: node ./bin/npm-cli.js run empty Time (mean ± σ): 197.3 ms ± 3.5 ms [User: 183.1 ms, System: 51.9 ms] Range (min … max): 193.2 ms … 207.5 ms 15 runs ``` After: ```bash $ hyperfine --warmup 3 "node ./bin/npm-cli.js run empty" Benchmark 1: node ./bin/npm-cli.js run empty Time (mean ± σ): 184.6 ms ± 2.3 ms [User: 170.1 ms, System: 51.1 ms] Range (min … max): 181.6 ms … 190.5 ms 16 runs ```
Configuration menu - View commit details
-
Copy full SHA for fda5722 - Browse repository at this point
Copy the full SHA fda5722View commit details
Commits on Apr 9, 2024
-
🤖 I have created a release *beep* *boop* --- ## [5.0.1](v5.0.0...v5.0.1) (2024-04-07) ### Bug Fixes * [`fda5722`](fda5722) [#87](#87) perf: lazy load un-common dependencies for npm run (#87) (@H4ad) * [`71f09d6`](71f09d6) [#88](#88) perf: only import necessary functions from semver (#88) (@H4ad) ### Documentation * [`6ebb3c9`](6ebb3c9) [#85](#85) readme: fix broken badge URL (#85) (@10xLaCroixDrinker) ### Chores * [`66e0c23`](66e0c23) [#80](#80) postinstall for dependabot template-oss PR (@lukekarrys) * [`00e4bbb`](00e4bbb) [#80](#80) bump @npmcli/template-oss from 4.21.1 to 4.21.3 (@dependabot[bot]) * [`d784aa8`](d784aa8) [#77](#77) postinstall for dependabot template-oss PR (@lukekarrys) * [`efeee22`](efeee22) [#77](#77) bump @npmcli/template-oss from 4.19.0 to 4.21.1 (@dependabot[bot]) * [`a4df4cf`](a4df4cf) [#56](#56) bump read-package-json from 6.0.4 to 7.0.0 (@dependabot[bot]) * [`f7c048a`](f7c048a) [#58](#58) postinstall for dependabot template-oss PR (@lukekarrys) * [`6240313`](6240313) [#58](#58) bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot]) * [`5ab117c`](5ab117c) [#57](#57) postinstall for dependabot template-oss PR (@lukekarrys) * [`f56390e`](f56390e) [#57](#57) bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot]) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4814d4 - Browse repository at this point
Copy the full SHA d4814d4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 37f32be...d4814d4