Skip to content

Commit 5cd623e

Browse files
committed
Update dev-dependencies
1 parent 1f2a64f commit 5cd623e

7 files changed

Lines changed: 130 additions & 123 deletions

File tree

.github/pull-request-template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
### Initial checklist
1010

11-
* [ ] I read the support docs <!-- https://github.com/unifiedjs/.github/blob/main/support.md -->
12-
* [ ] I read the contributing guide <!-- https://github.com/unifiedjs/.github/blob/main/contributing.md -->
13-
* [ ] I agree to follow the code of conduct <!-- https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md -->
14-
* [ ] I searched issues and couldn’t find anything (or linked relevant results below) <!-- https://github.com/search?q=user%3Aunifiedjs&type=Issues -->
15-
* [ ] If applicable, I’ve added docs and tests
11+
* [ ] I read the support docs <!-- https://github.com/unifiedjs/.github/blob/main/support.md -->
12+
* [ ] I read the contributing guide <!-- https://github.com/unifiedjs/.github/blob/main/contributing.md -->
13+
* [ ] I agree to follow the code of conduct <!-- https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md -->
14+
* [ ] I searched issues and couldn’t find anything (or linked relevant results below) <!-- https://github.com/search?q=user%3Aunifiedjs&type=Issues -->
15+
* [ ] If applicable, I’ve added docs and tests
1616

1717
### Description of changes
1818

code-of-conduct.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,22 @@ personal appearance, race, religion, or sexual identity and orientation.
1414
Examples of behavior that contributes to creating a positive environment
1515
include:
1616

17-
* Using welcoming and inclusive language
18-
* Being respectful of differing viewpoints and experiences
19-
* Gracefully accepting constructive criticism
20-
* Focusing on what is best for the community
21-
* Showing empathy towards other community members
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
2222

2323
Examples of unacceptable behavior by participants include:
2424

25-
* The use of sexualized language or imagery and unwelcome sexual attention or
26-
advances
27-
* Trolling, insulting/derogatory comments, and personal or political attacks
28-
* Public or private harassment
29-
* Publishing others’ private information, such as a physical or electronic
30-
address, without explicit permission
31-
* Other conduct which could reasonably be considered inappropriate in a
32-
professional setting
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others’ private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
3333

3434
## Our responsibilities
3535

contributing.md

Lines changed: 39 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,31 @@
44
> By interacting with this repository, organization, or community you agree to
55
> abide by its terms.
66
7-
Hi! 👋
7+
Hi!
8+
👋
89
We’re excited that you’re interested in contributing!
910
Take a moment to read the following guidelines.
10-
And thanks for contributing to **unified**! 👏👌✨
11+
And thanks for contributing to **unified**!
12+
👏👌✨
1113

1214
If you’re raising an issue, please understand that people involved with this
1315
project often do so for fun, next to their day job; you are not entitled to
1416
free customer service.
1517

1618
## Contents
1719

18-
* [Ecosystem](#ecosystem)
19-
* [Contributions](#contributions)
20-
* [Financial support](#financial-support)
21-
* [Improve documentation](#improve-documentation)
22-
* [Improve issues](#improve-issues)
23-
* [Give feedback on issues](#give-feedback-on-issues)
24-
* [Write code](#write-code)
25-
* [Support](#support)
26-
* [Submitting an issue](#submitting-an-issue)
27-
* [Submitting a pull request](#submitting-a-pull-request)
28-
* [Resources](#resources)
29-
* [License](#license)
20+
* [Ecosystem](#ecosystem)
21+
* [Contributions](#contributions)
22+
* [Financial support](#financial-support)
23+
* [Improve documentation](#improve-documentation)
24+
* [Improve issues](#improve-issues)
25+
* [Give feedback on issues](#give-feedback-on-issues)
26+
* [Write code](#write-code)
27+
* [Support](#support)
28+
* [Submitting an issue](#submitting-an-issue)
29+
* [Submitting a pull request](#submitting-a-pull-request)
30+
* [Resources](#resources)
31+
* [License](#license)
3032

3133
## Ecosystem
3234

@@ -79,35 +81,35 @@ See [`support.md`][support] on how to get help.
7981

8082
## Submitting an issue
8183

82-
* The issue tracker is for issues.
83-
See [`support.md`][support] on how to get help.
84-
* Search the issue tracker (including closed issues) before opening a new
85-
issue
86-
* Ensure you’re using the latest version of projects
87-
* Use a clear and descriptive title
88-
* Include as much information as possible: steps to reproduce the issue,
89-
error message, version, operating system, etcetera
90-
* The more time you put into an issue, the more we will
91-
* The best issue report is a [failing test][unit-test] proving it
84+
* The issue tracker is for issues.
85+
See [`support.md`][support] on how to get help.
86+
* Search the issue tracker (including closed issues) before opening a new
87+
issue
88+
* Ensure you’re using the latest version of projects
89+
* Use a clear and descriptive title
90+
* Include as much information as possible: steps to reproduce the issue,
91+
error message, version, operating system, etcetera
92+
* The more time you put into an issue, the more we will
93+
* The best issue report is a [failing test][unit-test] proving it
9294

9395
## Submitting a pull request
9496

95-
* Non-trivial changes are often best discussed in an issue first, to prevent
96-
you from doing unnecessary work
97-
* For ambitious tasks, you should try to get your work in front of the
98-
community for feedback as soon as possible
99-
* New features should be accompanied with tests and documentation
100-
* Don’t include unrelated changes
101-
* Lint and test before submitting code by running `$ npm test`
102-
* Write a convincing description of why we should land your pull request:
103-
it’s your job to convince us
97+
* Non-trivial changes are often best discussed in an issue first, to prevent
98+
you from doing unnecessary work
99+
* For ambitious tasks, you should try to get your work in front of the
100+
community for feedback as soon as possible
101+
* New features should be accompanied with tests and documentation
102+
* Don’t include unrelated changes
103+
* Lint and test before submitting code by running `$ npm test`
104+
* Write a convincing description of why we should land your pull request:
105+
it’s your job to convince us
104106

105107
## Resources
106108

107-
* [How to contribute to open source](https://opensource.guide/how-to-contribute/)
108-
* [Making your first contribution](https://medium.com/@vadimdemedes/making-your-first-contribution-de6576ddb190)
109-
* [Using pull requests](https://help.github.com/articles/about-pull-requests/)
110-
* [GitHub help](https://help.github.com)
109+
* [How to contribute to open source](https://opensource.guide/how-to-contribute/)
110+
* [Making your first contribution](https://medium.com/@vadimdemedes/making-your-first-contribution-de6576ddb190)
111+
* [Using pull requests](https://help.github.com/articles/about-pull-requests/)
112+
* [GitHub help](https://help.github.com)
111113

112114
## License
113115

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,22 @@
1212
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
1313
],
1414
"devDependencies": {
15-
"remark-cli": "^10.0.0",
16-
"remark-frontmatter": "^4.0.0",
17-
"remark-preset-wooorm": "^9.0.0"
15+
"remark-cli": "^12.0.0",
16+
"remark-frontmatter": "^5.0.0",
17+
"remark-preset-wooorm": "^10.0.0"
1818
},
1919
"scripts": {
20-
"format": "remark . -qfo",
20+
"format": "remark --frail --quiet --output -- .",
2121
"test": "npm run format"
2222
},
2323
"remarkConfig": {
2424
"plugins": [
25-
"frontmatter",
26-
"preset-wooorm"
25+
"remark-frontmatter",
26+
"remark-preset-wooorm",
27+
[
28+
"remark-lint-first-heading-level",
29+
false
30+
]
2731
]
2832
}
2933
}

profile/readme.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22

33
**unified** is two things:
44

5-
* **[unified][site]** is a collective of 500+ free and open source packages
6-
that work with content as structured data (ASTs)
7-
* [`unified`][unified] is the core package to inspect and transform content
8-
with plugins
5+
* **[unified][site]** is a collective of 500+ free and open source packages
6+
that work with content as structured data (ASTs)
7+
* [`unified`][unified] is the core package to inspect and transform content
8+
with plugins
99

1010
Different kinds of content can be connected together.
1111
Particularly, markdown, natural language, HTML, XML, and JavaScript are
1212
frequently used.
1313

14-
* for more about us, see [`unifiedjs.com`][site]
15-
* for how the collective is governed, see [`unifiedjs/collective`][collective]
16-
* for updates, see [@unifiedjs][twitter] on Twitter
14+
* for more about us, see [`unifiedjs.com`][site]
15+
* for how the collective is governed, see [`unifiedjs/collective`][collective]
16+
* for updates, see [@unifiedjs][twitter] on Twitter
1717

1818
#### Get involved
1919

2020
> 👉 **Note**: by interacting with this organization or community you agree to
2121
> abide by our [code of conduct][coc].
2222
23-
* for questions, see [support][]
24-
* to help, see [contribute][]
25-
* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs]
23+
* for questions, see [support][]
24+
* to help, see [contribute][]
25+
* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs]
2626

2727
[logo]: https://raw.githubusercontent.com/unifiedjs/unified/93862e5/logo.svg?sanitize=true
2828

security.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -37,30 +37,30 @@ and when needed, invite you to the advisory.
3737

3838
**unified** supports safe harbor for security researchers who:
3939

40-
* Make a good faith effort to avoid privacy violations, destruction of data,
41-
and interruption or degradation of our services
42-
* Only interact with accounts you own or with explicit permission of the
43-
account holder.
44-
If you do encounter Personally Identifiable Information (PII) contact us
45-
immediately, do not proceed with access, and immediately purge any local
46-
information
47-
* Provide us with a reasonable amount of time to resolve vulnerabilities prior
48-
to any disclosure to the public or a third-party
49-
* We will consider activities conducted consistent with this policy to
50-
constitute “authorized” conduct and will not pursue civil action or initiate
51-
a complaint to law enforcement.
52-
We will help to the extent we can if legal action is initiated by a third
53-
party against you
40+
* Make a good faith effort to avoid privacy violations, destruction of data,
41+
and interruption or degradation of our services
42+
* Only interact with accounts you own or with explicit permission of the
43+
account holder.
44+
If you do encounter Personally Identifiable Information (PII) contact us
45+
immediately, do not proceed with access, and immediately purge any local
46+
information
47+
* Provide us with a reasonable amount of time to resolve vulnerabilities prior
48+
to any disclosure to the public or a third-party
49+
* We will consider activities conducted consistent with this policy to
50+
constitute “authorized” conduct and will not pursue civil action or initiate
51+
a complaint to law enforcement.
52+
We will help to the extent we can if legal action is initiated by a third
53+
party against you
5454

5555
Please submit a report to us before engaging in conduct that may be inconsistent
5656
with or unaddressed by this policy.
5757

5858
## Preferences
5959

60-
* Please provide detailed reports with reproducible steps and a clearly
61-
defined impact
62-
* Submit one vulnerability per report
63-
* Social engineering (such as phishing, vishing, smishing) is prohibited
60+
* Please provide detailed reports with reproducible steps and a clearly
61+
defined impact
62+
* Submit one vulnerability per report
63+
* Social engineering (such as phishing, vishing, smishing) is prohibited
6464

6565
[unified]: https://github.com/unifiedjs
6666

support.md

Lines changed: 35 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
> By interacting with this repository, organization, or community you agree to
55
> abide by its terms.
66
7-
Hi! 👋
7+
Hi!
8+
👋
89
We’re excited that you’re using **unified** and we’d love to help.
910
To help us help you, please read through the following guidelines.
1011

@@ -13,35 +14,35 @@ next to their day job; you are not entitled to free customer service.
1314

1415
## Contents
1516

16-
* [Questions](#questions)
17-
* [Asking quality questions](#asking-quality-questions)
18-
* [Contributions](#contributions)
19-
* [License](#license)
17+
* [Questions](#questions)
18+
* [Asking quality questions](#asking-quality-questions)
19+
* [Contributions](#contributions)
20+
* [License](#license)
2021

2122
## Questions
2223

2324
Please chat and ask questions on [Discussions][chat]!
2425
Jump in there and lurk, talk to us, and help others.
2526

26-
* [**unified**](https://github.com/unifiedjs/unified/discussions)
27-
— Topics relating to [**unified**][unified] in general
28-
* [**remark**](https://github.com/remarkjs/remark/discussions)
29-
— Topics relating to the [**remark**][remark] ecosystem, markdown,
30-
and [**mdast**][mdast]
31-
* [**rehype**](https://github.com/rehypejs/rehype/discussions)
32-
— Topics relating to the [**rehype**][rehype] ecosystem, HTML,
33-
and [**hast**][hast]
34-
* [**retext**](https://github.com/retextjs/retext/discussions)
35-
— Topics relating to the [**retext**][retext] ecosystem, natural language,
36-
and [**nlcst**][nlcst]
37-
* [**MDX**](https://github.com/mdx-js/mdx/discussions)
38-
— Topics relating to [**MDX**][mdx]
39-
* [**micromark**](https://github.com/micromark/micromark/discussions)
40-
— Topics relating to the future of markdown in unified!
41-
* [**vfile**](https://github.com/vfile/vfile/discussions)
42-
— Topics relating to [**vfile**][vfile]: virtual files
43-
* [**syntax-tree**](https://github.com/syntax-tree/unist/discussions)
44-
— Topics relating to [**syntax-tree**][syntax-tree] and [**unist**][unist]
27+
* [**unified**](https://github.com/unifiedjs/unified/discussions)
28+
— Topics relating to [**unified**][unified] in general
29+
* [**remark**](https://github.com/remarkjs/remark/discussions)
30+
— Topics relating to the [**remark**][remark] ecosystem, markdown,
31+
and [**mdast**][mdast]
32+
* [**rehype**](https://github.com/rehypejs/rehype/discussions)
33+
— Topics relating to the [**rehype**][rehype] ecosystem, HTML,
34+
and [**hast**][hast]
35+
* [**retext**](https://github.com/retextjs/retext/discussions)
36+
— Topics relating to the [**retext**][retext] ecosystem, natural language,
37+
and [**nlcst**][nlcst]
38+
* [**MDX**](https://github.com/mdx-js/mdx/discussions)
39+
— Topics relating to [**MDX**][mdx]
40+
* [**micromark**](https://github.com/micromark/micromark/discussions)
41+
— Topics relating to the future of markdown in unified!
42+
* [**vfile**](https://github.com/vfile/vfile/discussions)
43+
— Topics relating to [**vfile**][vfile]: virtual files
44+
* [**syntax-tree**](https://github.com/syntax-tree/unist/discussions)
45+
— Topics relating to [**syntax-tree**][syntax-tree] and [**unist**][unist]
4546

4647
### Asking quality questions
4748

@@ -56,16 +57,16 @@ questions to understand what you are hoping to achieve.
5657

5758
Spending the extra time up front can help save everyone time in the long run.
5859

59-
* Try to define what you need help with:
60-
* Is there something in particular you want to do?
61-
* What problem are you encountering and what steps have you taken to try
62-
and fix it?
63-
* Is there a concept you’re not understanding?
64-
* Learn about the [rubber duck debugging method][rubberduck]
65-
* Avoid falling for the [XY problem][xy]
66-
* Search on GitHub to see if a similar question has been asked
67-
* If possible, provide sample code, a [CodeSandbox][], or a video
68-
* The more time you put into asking your question, the better we can help you
60+
* Try to define what you need help with:
61+
* Is there something in particular you want to do?
62+
* What problem are you encountering and what steps have you taken to try
63+
and fix it?
64+
* Is there a concept you’re not understanding?
65+
* Learn about the [rubber duck debugging method][rubberduck]
66+
* Avoid falling for the [XY problem][xy]
67+
* Search on GitHub to see if a similar question has been asked
68+
* If possible, provide sample code, a [CodeSandbox][], or a video
69+
* The more time you put into asking your question, the better we can help you
6970

7071
## Contributions
7172

0 commit comments

Comments
 (0)