-
Notifications
You must be signed in to change notification settings - Fork 19
Comparing changes
Open a pull request
base repository: npm/template-oss
base: 124406e9cad0e54b053e95ea15f260dabb85be10
head repository: npm/template-oss
compare: 844092742836cd09d9ac50bf5e8e1b2425b50711
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9bf3126 - Browse repository at this point
Copy the full SHA 9bf3126View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb55928 - Browse repository at this point
Copy the full SHA eb55928View commit details -
chore(main): release 3.4.2 (#140)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 53cb445 - Browse repository at this point
Copy the full SHA 53cb445View commit details
Commits on May 3, 2022
-
fix: add 'use strict' to .eslintrc.js (#141)
cacache wants that rule to replace a test and this file fails linting hehe
Configuration menu - View commit details
-
Copy full SHA for 6486967 - Browse repository at this point
Copy the full SHA 6486967View commit details -
chore(main): release 3.4.3 (#142)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 190ecb1 - Browse repository at this point
Copy the full SHA 190ecb1View commit details
Commits on May 10, 2022
-
1
Configuration menu - View commit details
-
Copy full SHA for f802204 - Browse repository at this point
Copy the full SHA f802204View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ad8c6fc - Browse repository at this point
Copy the full SHA ad8c6fcView commit details -
chore(main): release 3.5.0 (#148)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 755a300 - Browse repository at this point
Copy the full SHA 755a300View commit details
Commits on Aug 15, 2022
-
fix: compare to \n instead of os.EOL (#157)
* fix: compare to \n instead of os.EOL os.EOL is \r\n in win32, which means this check is pretty much guaranteed to fail in windows * chore: lint
Configuration menu - View commit details
-
Copy full SHA for 5517e9e - Browse repository at this point
Copy the full SHA 5517e9eView commit details
Commits on Aug 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8176e44 - Browse repository at this point
Copy the full SHA 8176e44View commit details -
Configuration menu - View commit details
-
Copy full SHA for e095275 - Browse repository at this point
Copy the full SHA e095275View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dde648 - Browse repository at this point
Copy the full SHA 4dde648View commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f571eb - Browse repository at this point
Copy the full SHA 6f571ebView commit details
Commits on Aug 23, 2022
-
chore(main): release 3.6.0 (#158)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fc95e6e - Browse repository at this point
Copy the full SHA fc95e6eView commit details
Commits on Aug 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e5d3d0e - Browse repository at this point
Copy the full SHA e5d3d0eView commit details
Commits on Aug 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 95118ec - Browse repository at this point
Copy the full SHA 95118ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2a89f - Browse repository at this point
Copy the full SHA 0f2a89fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d955f - Browse repository at this point
Copy the full SHA 09d955fView commit details -
chore(main): release 3.7.0 (#169)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b37de29 - Browse repository at this point
Copy the full SHA b37de29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 678cb5a - Browse repository at this point
Copy the full SHA 678cb5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce977c4 - Browse repository at this point
Copy the full SHA ce977c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e4e66d - Browse repository at this point
Copy the full SHA 8e4e66dView commit details
Commits on Aug 31, 2022
-
feat: use custom release please script (#174)
* feat: use custom release please script * fix: install commitlint deps to package.json * fix: add breaking changes to changelog notes * chore: add tap timeout * fix: allow git installs for required packages * fix: use actions/checkout for pull requests and make setup deps partial * fix: pass token to release please * fix: check out headRefName from release please PR * fix: allow release please to pass in branch name for testing * fix: add node-workspace plugin * fix: branch name typo * feat: exclude other package commits from root * feat: call release-test workflow after updating release PR * fix: checkout head ref for dependabot * feat: add change default versioning strategy * feat: rewrite workspace deps * fix: use release please fork * fix: only write release test file if necessary * fix: set release please title patterns
Configuration menu - View commit details
-
Copy full SHA for 7562777 - Browse repository at this point
Copy the full SHA 7562777View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f44075 - Browse repository at this point
Copy the full SHA 0f44075View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e851661 - Browse repository at this point
Copy the full SHA e851661View commit details
Commits on Sep 1, 2022
-
fix: update a few release nits after trying it on the cli (#179)
- Correctly link workspace dep changelog entry to release even when release component is different than the package name - Update changelog entry also when rewriting workspaces deps - Clone repo during release process with `fetch-depth: 0` so we can have full commit history to build `AUTHORS` files - Removes `preversion`, `postversion`, and `prepublishOnly` scripts now that all tagging happens via `release-please` - Correctly version root when going from prerelease -> release Closes #178
Configuration menu - View commit details
-
Copy full SHA for 70782b3 - Browse repository at this point
Copy the full SHA 70782b3View commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae75f91 - Browse repository at this point
Copy the full SHA ae75f91View commit details
Commits on Sep 8, 2022
-
feat: update engines to
^14.17.0 || ^16.13.0 || >=18.0.0
(#184)BREAKING CHANGE: this updates this package and the templated engines for node to `^14.17.0 || ^16.13.0 || >=18.0.0`
Configuration menu - View commit details
-
Copy full SHA for a72774a - Browse repository at this point
Copy the full SHA a72774aView commit details -
deps: update yaml requirement from 2.0.0-11 to 2.1.1 (#163)
Updates the requirements on [yaml](https://github.com/eemeli/yaml) to permit the latest version. - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.0.0-11...v2.1.1) --- updated-dependencies: - dependency-name: yaml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e4785d - Browse repository at this point
Copy the full SHA 8e4785dView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d281908 - Browse repository at this point
Copy the full SHA d281908View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 352d332 - Browse repository at this point
Copy the full SHA 352d332View commit details -
fix: use conventional commits from release-please for changelog (#183)
`release-please` already fetches the commits and parses them into conventional commit objects, so we are able to reuse most of that instead of fetching it from GitHub again. This also adds tests for the changelog output. This also removes the workspace-deps plugin in favor of extending the builtin node-workspace plugin. This fixes the issue of workspaces sometimes not getting the correct tag name and changelog title if they were only bumped as part of a workspace dep.
Configuration menu - View commit details
-
Copy full SHA for b58d86a - Browse repository at this point
Copy the full SHA b58d86aView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f9f0964 - Browse repository at this point
Copy the full SHA f9f0964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a05fe - Browse repository at this point
Copy the full SHA 78a05feView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c0f6c06 - Browse repository at this point
Copy the full SHA c0f6c06View commit details
Commits on Sep 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6bc355a - Browse repository at this point
Copy the full SHA 6bc355aView commit details -
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca5c14e - Browse repository at this point
Copy the full SHA ca5c14eView commit details
Commits on Sep 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 423450f - Browse repository at this point
Copy the full SHA 423450fView commit details -
feat: add
content
config option to allow a module to set own contentThis also removes a lot of the redundant snapshot tests in favor of testing the actual files written. This also adds a few other features to allow `npm/cli` to use this in the root workspace: - set `npm` and `npx` paths in workflows via config - dependabot now works with workspaces - templated files now include more partials which can be overwritten with `content` directory config - only file config options are merged between root and workspaces. this allows for the root to set config which will only apply to itself - workspace paths are ignored from linting and testing in the root
Configuration menu - View commit details
-
Copy full SHA for 849cecc - Browse repository at this point
Copy the full SHA 849ceccView commit details -
fix: dont run workflows outside of npm org (#194)
This adds a `if: github.repository_owner == 'npm'` to each workflow so they don't run outside of the npm organization by default. Closes #182
Configuration menu - View commit details
-
Copy full SHA for ffa2c08 - Browse repository at this point
Copy the full SHA ffa2c08View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3bb589 - Browse repository at this point
Copy the full SHA f3bb589View commit details
Commits on Sep 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e43ee70 - Browse repository at this point
Copy the full SHA e43ee70View commit details
Commits on Sep 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for caf393c - Browse repository at this point
Copy the full SHA caf393cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b65537 - Browse repository at this point
Copy the full SHA 5b65537View commit details
Commits on Sep 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3640080 - Browse repository at this point
Copy the full SHA 3640080View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abf443 - Browse repository at this point
Copy the full SHA 2abf443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 817d49e - Browse repository at this point
Copy the full SHA 817d49eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bbb731 - Browse repository at this point
Copy the full SHA 4bbb731View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fededb - Browse repository at this point
Copy the full SHA 5fededbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd944ab - Browse repository at this point
Copy the full SHA dd944abView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.