Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: change repo name to package-json-validator #98

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@
"README.md"
],
"imageSize": 100,
"projectName": "package.json-validator",
"projectName": "package-json-validator",
"projectOwner": "JoshuaKGoldberg",
"repoHost": "https://github.com",
"repoType": "github"
Expand Down
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributing

Thanks for your interest in contributing to `package.json-validator`! 💖
Thanks for your interest in contributing to `package-json-validator`! 💖

> After this page, see [DEVELOPMENT.md](./DEVELOPMENT.md) for local development instructions.

Expand All @@ -10,7 +10,7 @@ This project contains a [Contributor Covenant code of conduct](./CODE_OF_CONDUCT

## Reporting Issues

Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/package.json-validator/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.
Please do [report an issue on the issue tracker](https://github.com/JoshuaKGoldberg/package-json-validator/issues/new/choose) if there's any bugfix, documentation improvement, or general enhancement you'd like to see in the repository! Please fully fill out all required fields in the most appropriate issue form.

## Sending Contributions

Expand All @@ -22,8 +22,8 @@ There are two steps involved:

### Finding an Issue

With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
With the exception of very small typos, all changes to this repository generally need to correspond to an [unassigned open issue marked as `status: accepting prs` on the issue tracker](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue+is%3Aopen+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
If this is your first time contributing, consider searching for [unassigned issues that also have the `good first issue` label](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22+label%3A%22status%3A+accepting+prs%22+no%3Aassignee+).
If the issue you'd like to fix isn't found on the issue, see [Reporting Issues](#reporting-issues) for filing your own (please do!).

#### Issue Claiming
Expand All @@ -42,7 +42,7 @@ Be sure to fill out the pull request template's requested information -- otherwi
PRs are also expected to have a title that adheres to [conventional commits](https://www.conventionalcommits.org/en/v1.0.0).
Only PR titles need to be in that format, not individual commits.
Don't worry if you get this wrong: you can always change the PR title after sending it.
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/package.json-validator/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.
Check [previously merged PRs](https://github.com/JoshuaKGoldberg/package-json-validator/pulls?q=is%3Apr+is%3Amerged+-label%3Adependencies+) for reference.

#### Draft PRs

Expand Down
4 changes: 2 additions & 2 deletions .github/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
After [forking the repo from GitHub](https://help.github.com/articles/fork-a-repo) and [installing pnpm](https://pnpm.io/installation):

```shell
git clone https://github.com/ < your-name-here > /package.json-validator
cd package.json-validator
git clone https://github.com/ < your-name-here > /package-json-validator
JoshuaKGoldberg marked this conversation as resolved.
Show resolved Hide resolved
cd package-json-validator
pnpm install
```

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- Note: Please must use one of our issue templates to file an issue! 🛑 -->
<!-- 👉 https://github.com/JoshuaKGoldberg/package.json-validator/issues/new/choose 👈 -->
<!-- 👉 https://github.com/JoshuaKGoldberg/package-json-validator/issues/new/choose 👈 -->
<!-- **Issues that should have been filed with a template will be closed without action, and we will ask you to use a template.** -->

<!-- This blank issue template is only for issues that don't fit any of the templates. -->
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/01-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
required: true
- label: I have pulled the latest `main` branch of the repository.
required: true
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue) and found none that matched my issue.
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue) and found none that matched my issue.
required: true
type: checkboxes
- attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/02-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
options:
- label: I have pulled the latest `main` branch of the repository.
required: true
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue) and found none that matched my issue.
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue) and found none that matched my issue.
required: true
type: checkboxes
- attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ body:
options:
- label: I have pulled the latest `main` branch of the repository.
required: true
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue) and found none that matched my issue.
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue) and found none that matched my issue.
required: true
type: checkboxes
- attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/04-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
required: true
- label: I have pulled the latest `main` branch of the repository.
required: true
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aissue) and found none that matched my issue.
- label: I have [searched for related issues](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aissue) and found none that matched my issue.
required: true
type: checkboxes
- attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<!-- 👋 Hi, thanks for sending a PR to package.json-validator! 💖.
<!-- 👋 Hi, thanks for sending a PR to package-json-validator! 💖.
Please fill out all fields below and make sure each item is true and [x] checked.
Otherwise we may not be able to review your PR. -->

## PR Checklist

- [ ] Addresses an existing open issue: fixes #000
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/package.json-validator/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/package.json-validator/blob/main/.github/CONTRIBUTING.md) were taken
- [ ] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/package-json-validator/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22)
- [ ] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/package-json-validator/blob/main/.github/CONTRIBUTING.md) were taken

## Overview

Expand Down
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## [0.6.8](https://github.com/JoshuaKGoldberg/package.json-validator/compare/v0.6.7...v0.6.8) (2024-10-15)
## [0.6.8](https://github.com/JoshuaKGoldberg/package-json-validator/compare/v0.6.7...v0.6.8) (2024-10-15)

### Bug Fixes

- demo files are now in demo/ ([84f7689](https://github.com/JoshuaKGoldberg/package.json-validator/commit/84f76891ebc023ef43dcfd9a62c382f842887dea))
- demo files are now in demo/ ([84f7689](https://github.com/JoshuaKGoldberg/package-json-validator/commit/84f76891ebc023ef43dcfd9a62c382f842887dea))

## [0.6.7](https://github.com/JoshuaKGoldberg/package.json-validator/compare/v0.6.6...v0.6.7) (2024-10-15)
## [0.6.7](https://github.com/JoshuaKGoldberg/package-json-validator/compare/v0.6.6...v0.6.7) (2024-10-15)

### Bug Fixes

- add missing files to publish ([fd3cdd1](https://github.com/JoshuaKGoldberg/package.json-validator/commit/fd3cdd105e7c48584c9f39c05336306ee2f71df2))
- add missing files to publish ([fd3cdd1](https://github.com/JoshuaKGoldberg/package-json-validator/commit/fd3cdd105e7c48584c9f39c05336306ee2f71df2))

## [0.6.6](https://github.com/JoshuaKGoldberg/package.json-validator/compare/v0.6.3...v0.6.6) (2024-10-15)
## [0.6.6](https://github.com/JoshuaKGoldberg/package-json-validator/compare/v0.6.3...v0.6.6) (2024-10-15)

### Bug Fixes

- also check peerDependencies for valid semver ([#96](https://github.com/JoshuaKGoldberg/package.json-validator/issues/96)) ([b64e97a](https://github.com/JoshuaKGoldberg/package.json-validator/commit/b64e97aeefa9991fcff59bccc71b5a88e8d01fc3)), closes [#65](https://github.com/JoshuaKGoldberg/package.json-validator/issues/65)
- don't require version or name if package has "private": true ([895f710](https://github.com/JoshuaKGoldberg/package.json-validator/commit/895f71068b5b7371c029465991fe9dec6a1a3806))
- remove references to expired domain ([e09d248](https://github.com/JoshuaKGoldberg/package.json-validator/commit/e09d248cc09cd12bde274a9770ab0ee29d46e199))
- also check peerDependencies for valid semver ([#96](https://github.com/JoshuaKGoldberg/package-json-validator/issues/96)) ([b64e97a](https://github.com/JoshuaKGoldberg/package-json-validator/commit/b64e97aeefa9991fcff59bccc71b5a88e8d01fc3)), closes [#65](https://github.com/JoshuaKGoldberg/package-json-validator/issues/65)
- don't require version or name if package has "private": true ([895f710](https://github.com/JoshuaKGoldberg/package-json-validator/commit/895f71068b5b7371c029465991fe9dec6a1a3806))
- remove references to expired domain ([e09d248](https://github.com/JoshuaKGoldberg/package-json-validator/commit/e09d248cc09cd12bde274a9770ab0ee29d46e199))
8 changes: 4 additions & 4 deletions PJV.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const npmWarningFields = {
bugs: "http://example.com/bugs",
repository: {
type: "git",
url: "[email protected]:gorillamania/package.json-validator.git",
url: "[email protected]:JoshuaKGoldberg/package-json-validator.git",
},
licenses: [{ type: "MIT", url: "http://example.com/license" }],
contributors: ["Nick Sullivan <[email protected]>"],
Expand Down Expand Up @@ -115,7 +115,7 @@ describe("NPM", () => {
dependencies: {
star: "*",
empty: "",
url: "https://github.com/gorillamania/package.json-validator",
url: "https://github.com/JoshuaKGoldberg/package-json-validator",
"caret-first": "^1.0.0",
"tilde-first": "~1.2",
"x-version": "1.2.x",
Expand Down Expand Up @@ -177,12 +177,12 @@ describe("NPM", () => {
});

test("Dependencies with scope", function () {
// reference: https://github.com/gorillamania/package.json-validator/issues/49
// reference: https://github.com/JoshuaKGoldberg/package-json-validator/issues/49
const json = getPackageJson({
dependencies: {
star: "*",
empty: "",
url: "https://github.com/gorillamania/package.json-validator",
url: "https://github.com/JoshuaKGoldberg/package-json-validator",
"@reactivex/rxjs": "^5.0.0-alpha.7",
},
});
Expand Down
Loading
Loading