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: overhaul contributing and maintenance docs for end-of-year 2023 #5038

Conversation

JoshuaKGoldberg
Copy link
Member

@JoshuaKGoldberg JoshuaKGoldberg commented Dec 2, 2023

Overview

Applies what I've personally found to be reasonable and usable contributing and maintenance processes as an iteration to the existing docs. Includes:

  • General docs:
  • Issues:
    • Added two new issue types: documentation and repository tooling
    • Disabled filing a new blank issue
    • Streamlined the contents of the issue templates a bit, and added some emojis
    • Used the new GitHub Issue Forms instead of .md templates
  • Pull requests:
    • Streamlined the template
  • Labels:
    • Renaming labels to include area: or type: prefixes
    • Switching from needing an explicit unconfirmed-bug to opting into status: ... labels after triage
  • Switching from the old Gitter to a new Discord
  • Switching from requiring rebasing to merging

Does not include likely followups:

  • Renaming the master branch to main
  • Enforcing any formatting/spellchecking/style with any new tooling
  • Set up commit/PR linting to enforce PR titles and nothing else, per squash merging

Fixes #5036. Fixes #5037.

@@ -22,10 +22,11 @@

## Links

- **[Documentation](https://mochajs.org/)**
- **[Documentation](https://mochajs.org)**
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A nitpick on my end: unnecessary trailing / slashes at the end of URLs irritate me. 😄

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Web server always assumes it's serving a file, unless the URL ends in a directory separator.

If the URL is to a directory, the server will append the directory index file (typically 'index.html') to the URL before it tries. If the server fails to return a file, it appends the directory separator to the path and retries as a directory.

Thus doing it this way causes twice the number of network calls needed for every directory URL without a trailing directory separator.

Apache: Mapping URLs to Filesystem Locations #DocumentRoot

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@plroebuck Thats something that eg Apache does internally – it’s not something done through multiple requests – and eg plain Node.js doesn’t do anything like that at all

@JoshuaKGoldberg Not sure I like this though, the one with the slash in the end is the more “correct” one 😜

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha how do we define "correct" here... per some specs the trailing slash is more correct. But end-users are generally told to visit URLs without saying the slash.

@JoshuaKGoldberg JoshuaKGoldberg force-pushed the overhaul-contributing-and-maintenance-docs branch from e1646ce to 06ea75d Compare December 2, 2023 15:38
@coveralls
Copy link

coveralls commented Dec 2, 2023

Coverage Status

coverage: 94.337%. remained the same
when pulling 7142832 on JoshuaKGoldberg:overhaul-contributing-and-maintenance-docs
into b41e985 on mochajs:master.

@voxpelli
Copy link
Member

voxpelli commented Dec 3, 2023

Looking good overall, will give it a proper review once I’m at a computer again (my bus was late so I’m reviewing from my phone in the winter cityscape 🥶)

@voxpelli
Copy link
Member

voxpelli commented Dec 3, 2023

@JoshuaKGoldberg We should maybe investigate adding eg https://github.com/JoshuaKGoldberg/sentences-per-line later? To document / enforce such stylistic choices and making it easier for contributors to follow them?

@Uzlopak
Copy link
Member

Uzlopak commented Dec 5, 2023

Didnt we want a "Checkbox I want to provide a PR"

1. Repeated violators will be banned inasmuch as that is technically possible
1. No maintainer nor contributor is exempt from the CoC

## Branches

`master` is the only maintained branch in `mochajs/mocha` or any of the other repos. **`master` is the only branch to which force-pushing is disallowed.**
`master` is the only maintained branch in `mochajs/mocha` or any of the other repos.
**`master` is the only branch to which force-pushing is disallowed.**

Maintainers may push new branches to a repo, as long as they remove them when finished (merging a PR will prompt to do so).

Please _please_ **_please_** delete old or unused branches.

## Merging PRs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're discussing this now. Our consensus is:

  1. We don't believe the benefits of a pristine Git history to be worth the cost of asking everyone to maintain that history
  2. Squash merging PRs using their title + description preserves a relatively clean history
  3. We'll switch to squash merging always, and only enforcing conventions on the PR title
  4. We can therefore remove commit linting for anything other than file formatting

Copy link
Member

@Uzlopak Uzlopak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines 25 to 26
name: 📝 Documentation
title: "📝 Documentation: <short description of the request>"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 shorter name good!

Suggested change
name: 📝 Documentation
title: "📝 Documentation: <short description of the request>"
name: 📝 Docs
title: "📝 Docs: <short description of the request>"

renovate bot added a commit to line/line-bot-sdk-nodejs that referenced this pull request Feb 8, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mocha](https://mochajs.org/)
([source](https://togithub.com/mochajs/mocha)) | [`10.2.0` ->
`10.3.0`](https://renovatebot.com/diffs/npm/mocha/10.2.0/10.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mochajs/mocha (mocha)</summary>

### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0)

[Compare
Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

This is a stable release equivalent to
[v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0).

#### What's Changed

- Fix deprecated warn gh actions by
[@&#8203;outsideris](https://togithub.com/outsideris) in
[mochajs/mocha#4962
- fix [#&#8203;4837](https://togithub.com/mochajs/mocha/issues/4837)
Update glob due to vulnerability in dep by
[@&#8203;jb2311](https://togithub.com/jb2311) in
[mochajs/mocha#4970
- Add Node v19 to test matrix by
[@&#8203;juergba](https://togithub.com/juergba) in
[mochajs/mocha#4974
- chore: fix the ci by [@&#8203;Uzlopak](https://togithub.com/Uzlopak)
in
[mochajs/mocha#5020
- update can-i-use by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5021
- chore: remove uuid dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5022
- chore: remove nanoid as dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5024
- chore: remove touch as dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5023
- chore: remove stale workflow by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5029
- docs: fix fragment ID for yargs' "extends" documentation by
[@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) in
[mochajs/mocha#4918
- docs: use mocha.js instead of mocha in the example run by
[@&#8203;nikolas](https://togithub.com/nikolas) in
[mochajs/mocha#4927
- docs: fix jsdoc return type of `titlePath` method by
[@&#8203;F3n67u](https://togithub.com/F3n67u) in
[mochajs/mocha#4886
- docs: overhaul contributing and maintenance docs for end-of-year 2023
by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5038
- docs: touchups to labels and a template title post-revamp by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5050
- fix: add alt text to Built with Netlify badge by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5068
- chore: inline nyan reporter's write function by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5056
- chore: remove unnecessary canvas dependency by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5069

#### New Contributors

- [@&#8203;jb2311](https://togithub.com/jb2311) made their first
contribution in
[mochajs/mocha#4970
- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[mochajs/mocha#5020
- [@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) made their
first contribution in
[mochajs/mocha#4918
- [@&#8203;nikolas](https://togithub.com/nikolas) made their first
contribution in
[mochajs/mocha#4927
- [@&#8203;F3n67u](https://togithub.com/F3n67u) made their first
contribution in
[mochajs/mocha#4886

**Full Changelog**:
mochajs/mocha@v10.2.0...v10.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-nodejs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to matzkoh/eslint-plugin-generate-test-id that referenced this pull request Feb 9, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [mocha](https://mochajs.org/)
([source](https://togithub.com/mochajs/mocha)) | [`10.2.0` ->
`10.3.0`](https://renovatebot.com/diffs/npm/mocha/10.2.0/10.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mochajs/mocha (mocha)</summary>

### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0)

[Compare
Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

This is a stable release equivalent to
[v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0).

#### What's Changed

- Fix deprecated warn gh actions by
[@&#8203;outsideris](https://togithub.com/outsideris) in
[mochajs/mocha#4962
- fix [#&#8203;4837](https://togithub.com/mochajs/mocha/issues/4837)
Update glob due to vulnerability in dep by
[@&#8203;jb2311](https://togithub.com/jb2311) in
[mochajs/mocha#4970
- Add Node v19 to test matrix by
[@&#8203;juergba](https://togithub.com/juergba) in
[mochajs/mocha#4974
- chore: fix the ci by [@&#8203;Uzlopak](https://togithub.com/Uzlopak)
in
[mochajs/mocha#5020
- update can-i-use by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5021
- chore: remove uuid dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5022
- chore: remove nanoid as dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5024
- chore: remove touch as dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5023
- chore: remove stale workflow by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5029
- docs: fix fragment ID for yargs' "extends" documentation by
[@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) in
[mochajs/mocha#4918
- docs: use mocha.js instead of mocha in the example run by
[@&#8203;nikolas](https://togithub.com/nikolas) in
[mochajs/mocha#4927
- docs: fix jsdoc return type of `titlePath` method by
[@&#8203;F3n67u](https://togithub.com/F3n67u) in
[mochajs/mocha#4886
- docs: overhaul contributing and maintenance docs for end-of-year 2023
by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5038
- docs: touchups to labels and a template title post-revamp by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5050
- fix: add alt text to Built with Netlify badge by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5068
- chore: inline nyan reporter's write function by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5056
- chore: remove unnecessary canvas dependency by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5069

#### New Contributors

- [@&#8203;jb2311](https://togithub.com/jb2311) made their first
contribution in
[mochajs/mocha#4970
- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[mochajs/mocha#5020
- [@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) made their
first contribution in
[mochajs/mocha#4918
- [@&#8203;nikolas](https://togithub.com/nikolas) made their first
contribution in
[mochajs/mocha#4927
- [@&#8203;F3n67u](https://togithub.com/F3n67u) made their first
contribution in
[mochajs/mocha#4886

**Full Changelog**:
mochajs/mocha@v10.2.0...v10.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/matzkoh/eslint-plugin-generate-test-id).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
ogkevin-robot bot added a commit to OGKevin/obsidian-kobo-highlights-import that referenced this pull request Feb 11, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | minor | [`10.2.0` -> `10.3.0`](https://renovatebot.com/diffs/npm/mocha/10.2.0/10.3.0) |

---

### Release Notes

<details>
<summary>mochajs/mocha (mocha)</summary>

### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0)

[Compare Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

This is a stable release equivalent to [v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0).

#### What's Changed

-   Fix deprecated warn gh actions by [@&#8203;outsideris](https://togithub.com/outsideris) in [mochajs/mocha#4962
-   fix [#&#8203;4837](https://togithub.com/mochajs/mocha/issues/4837) Update glob due to vulnerability in dep by [@&#8203;jb2311](https://togithub.com/jb2311) in [mochajs/mocha#4970
-   Add Node v19 to test matrix by [@&#8203;juergba](https://togithub.com/juergba) in [mochajs/mocha#4974
-   chore: fix the ci by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [mochajs/mocha#5020
-   update can-i-use by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [mochajs/mocha#5021
-   chore: remove uuid dev dependency by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [mochajs/mocha#5022
-   chore: remove nanoid as dependency by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [mochajs/mocha#5024
-   chore: remove touch as dev dependency by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in [mochajs/mocha#5023
-   chore: remove stale workflow by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5029
-   docs: fix fragment ID for yargs' "extends" documentation by [@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) in [mochajs/mocha#4918
-   docs: use mocha.js instead of mocha in the example run by [@&#8203;nikolas](https://togithub.com/nikolas) in [mochajs/mocha#4927
-   docs: fix jsdoc return type  of `titlePath` method by [@&#8203;F3n67u](https://togithub.com/F3n67u) in [mochajs/mocha#4886
-   docs: overhaul contributing and maintenance docs for end-of-year 2023 by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5038
-   docs: touchups to labels and a template title post-revamp by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5050
-   fix: add alt text to Built with Netlify badge by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5068
-   chore: inline nyan reporter's write function by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5056
-   chore: remove unnecessary canvas dependency by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in [mochajs/mocha#5069

#### New Contributors

-   [@&#8203;jb2311](https://togithub.com/jb2311) made their first contribution in [mochajs/mocha#4970
-   [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first contribution in [mochajs/mocha#5020
-   [@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) made their first contribution in [mochajs/mocha#4918
-   [@&#8203;nikolas](https://togithub.com/nikolas) made their first contribution in [mochajs/mocha#4927
-   [@&#8203;F3n67u](https://togithub.com/F3n67u) made their first contribution in [mochajs/mocha#4886

**Full Changelog**: mochajs/mocha@v10.2.0...v10.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMy4zIiwidXBkYXRlZEluVmVyIjoiMzcuMTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
solaris007 pushed a commit to adobe/spacecat-shared that referenced this pull request Feb 12, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@aws-sdk/client-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-dynamodb)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb))
| [`3.506.0` ->
`3.511.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-dynamodb/3.506.0/3.511.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-dynamodb/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-dynamodb/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-dynamodb/3.506.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-dynamodb/3.506.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-s3](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3))
| [`3.507.0` ->
`3.511.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-s3/3.507.0/3.511.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-s3/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-s3/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-s3/3.507.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-s3/3.507.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/client-sqs](https://togithub.com/aws/aws-sdk-js-v3/tree/main/clients/client-sqs)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs))
| [`3.507.0` ->
`3.511.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2fclient-sqs/3.507.0/3.511.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2fclient-sqs/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2fclient-sqs/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2fclient-sqs/3.507.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2fclient-sqs/3.507.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@aws-sdk/lib-dynamodb](https://togithub.com/aws/aws-sdk-js-v3/tree/main/lib/lib-dynamodb)
([source](https://togithub.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-dynamodb))
| [`3.506.0` ->
`3.511.0`](https://renovatebot.com/diffs/npm/@aws-sdk%2flib-dynamodb/3.506.0/3.511.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@aws-sdk%2flib-dynamodb/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@aws-sdk%2flib-dynamodb/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@aws-sdk%2flib-dynamodb/3.506.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@aws-sdk%2flib-dynamodb/3.506.0/3.511.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/typescript-eslint)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin))
| [`6.20.0` ->
`6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2feslint-plugin/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2feslint-plugin/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[@typescript-eslint/parser](https://togithub.com/typescript-eslint/typescript-eslint)
([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser))
| [`6.20.0` ->
`6.21.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/6.20.0/6.21.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@typescript-eslint%2fparser/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@typescript-eslint%2fparser/6.20.0/6.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [lint-staged](https://togithub.com/okonet/lint-staged) | [`15.2.1` ->
`15.2.2`](https://renovatebot.com/diffs/npm/lint-staged/15.2.1/15.2.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/lint-staged/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/lint-staged/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/lint-staged/15.2.1/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/lint-staged/15.2.1/15.2.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [mocha](https://mochajs.org/)
([source](https://togithub.com/mochajs/mocha)) | [`10.2.0` ->
`10.3.0`](https://renovatebot.com/diffs/npm/mocha/10.2.0/10.3.0) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mocha/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mocha/10.2.0/10.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[semantic-release](https://togithub.com/semantic-release/semantic-release)
| [`23.0.0` ->
`23.0.2`](https://renovatebot.com/diffs/npm/semantic-release/23.0.0/23.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/23.0.0/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/23.0.0/23.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| semantic-release-monorepo | [`8.0.1` ->
`8.0.2`](https://renovatebot.com/diffs/npm/semantic-release-monorepo/8.0.1/8.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release-monorepo/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release-monorepo/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release-monorepo/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release-monorepo/8.0.1/8.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-dynamodb)</summary>

###
[`v3.511.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35110-2024-02-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.511.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)

###
[`v3.509.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35090-2024-02-07)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.507.0...v3.509.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-dynamodb](https://togithub.com/aws-sdk/client-dynamodb)

###
[`v3.507.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-dynamodb/CHANGELOG.md#35070-2024-02-05)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.506.0...v3.507.0)

##### Features

- unified error dispatcher in protocols
([#&#8203;5756](https://togithub.com/aws/aws-sdk-js-v3/issues/5756))
([0872087](https://togithub.com/aws/aws-sdk-js-v3/commit/0872087ef56422541bd38d293f97613dfd10236f))

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-s3)</summary>

###
[`v3.511.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35110-2024-02-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.511.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)

###
[`v3.509.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#35090-2024-02-07)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.507.0...v3.509.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/client-sqs)</summary>

###
[`v3.511.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#35110-2024-02-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.511.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-sqs](https://togithub.com/aws-sdk/client-sqs)

###
[`v3.509.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-sqs/CHANGELOG.md#35090-2024-02-07)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.507.0...v3.509.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/client-sqs](https://togithub.com/aws-sdk/client-sqs)

</details>

<details>
<summary>aws/aws-sdk-js-v3 (@&#8203;aws-sdk/lib-dynamodb)</summary>

###
[`v3.511.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35110-2024-02-09)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.509.0...v3.511.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)

###
[`v3.509.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35090-2024-02-07)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.507.0...v3.509.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)

###
[`v3.507.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/lib/lib-dynamodb/CHANGELOG.md#35070-2024-02-05)

[Compare
Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.506.0...v3.507.0)

**Note:** Version bump only for package
[@&#8203;aws-sdk/lib-dynamodb](https://togithub.com/aws-sdk/lib-dynamodb)

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/eslint-plugin)</summary>

###
[`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6210-2024-02-05)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   export plugin metadata

-   allow `parserOptions.project: false`

-   **eslint-plugin:** add rule prefer-find

##### 🩹 Fixes

- **eslint-plugin:** \[no-unused-vars] don't report on types referenced
in export assignment expression

- **eslint-plugin:** \[switch-exhaustiveness-check] better support for
intersections, infinite types, non-union values

- **eslint-plugin:** \[consistent-type-imports] dont report on types
used in export assignment expressions

- **eslint-plugin:** \[no-unnecessary-condition] handle left-hand
optional with exactOptionalPropertyTypes option

- **eslint-plugin:** \[class-literal-property-style] allow getter when
same key setter exists

- **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid
fixes for assertions with extra tokens before `as` keyword

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>typescript-eslint/typescript-eslint
(@&#8203;typescript-eslint/parser)</summary>

###
[`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05)

[Compare
Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0)

##### 🚀 Features

-   allow `parserOptions.project: false`

##### ❤️  Thank You

-   auvred
-   Brad Zacher
-   Kirk Waiblinger
-   Pete Gonzalez
-   YeonJuan

You can read about our [versioning
strategy](https://main--typescript-eslint.netlify.app/users/versioning)
and
[releases](https://main--typescript-eslint.netlify.app/users/releases)
on our website.

</details>

<details>
<summary>okonet/lint-staged (lint-staged)</summary>

###
[`v15.2.2`](https://togithub.com/okonet/lint-staged/blob/HEAD/CHANGELOG.md#1522)

[Compare
Source](https://togithub.com/okonet/lint-staged/compare/v15.2.1...v15.2.2)

##### Patch Changes

- [#&#8203;1391](https://togithub.com/lint-staged/lint-staged/pull/1391)
[`fdcdad4`](https://togithub.com/lint-staged/lint-staged/commit/fdcdad42ff96fea3c05598e378d3c44ad4a51bde)
Thanks [@&#8203;iiroj](https://togithub.com/iiroj)! - *Lint-staged* no
longer tries to load configuration from files that are not checked out.
This might happen when using sparse-checkout.

</details>

<details>
<summary>mochajs/mocha (mocha)</summary>

### [`v10.3.0`](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0)

[Compare
Source](https://togithub.com/mochajs/mocha/compare/v10.2.0...v10.3.0)

This is a stable release equivalent to
[v10.3.0-preminor.0](https://togithub.com/mochajs/mocha/releases/tag/v10.3.0-preminor.0).

#### What's Changed

- Fix deprecated warn gh actions by
[@&#8203;outsideris](https://togithub.com/outsideris) in
[mochajs/mocha#4962
- fix [#&#8203;4837](https://togithub.com/mochajs/mocha/issues/4837)
Update glob due to vulnerability in dep by
[@&#8203;jb2311](https://togithub.com/jb2311) in
[mochajs/mocha#4970
- Add Node v19 to test matrix by
[@&#8203;juergba](https://togithub.com/juergba) in
[mochajs/mocha#4974
- chore: fix the ci by [@&#8203;Uzlopak](https://togithub.com/Uzlopak)
in
[mochajs/mocha#5020
- update can-i-use by [@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5021
- chore: remove uuid dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5022
- chore: remove nanoid as dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5024
- chore: remove touch as dev dependency by
[@&#8203;Uzlopak](https://togithub.com/Uzlopak) in
[mochajs/mocha#5023
- chore: remove stale workflow by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5029
- docs: fix fragment ID for yargs' "extends" documentation by
[@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) in
[mochajs/mocha#4918
- docs: use mocha.js instead of mocha in the example run by
[@&#8203;nikolas](https://togithub.com/nikolas) in
[mochajs/mocha#4927
- docs: fix jsdoc return type of `titlePath` method by
[@&#8203;F3n67u](https://togithub.com/F3n67u) in
[mochajs/mocha#4886
- docs: overhaul contributing and maintenance docs for end-of-year 2023
by [@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5038
- docs: touchups to labels and a template title post-revamp by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5050
- fix: add alt text to Built with Netlify badge by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5068
- chore: inline nyan reporter's write function by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5056
- chore: remove unnecessary canvas dependency by
[@&#8203;JoshuaKGoldberg](https://togithub.com/JoshuaKGoldberg) in
[mochajs/mocha#5069

#### New Contributors

- [@&#8203;jb2311](https://togithub.com/jb2311) made their first
contribution in
[mochajs/mocha#4970
- [@&#8203;Uzlopak](https://togithub.com/Uzlopak) made their first
contribution in
[mochajs/mocha#5020
- [@&#8203;Spencer-Doak](https://togithub.com/Spencer-Doak) made their
first contribution in
[mochajs/mocha#4918
- [@&#8203;nikolas](https://togithub.com/nikolas) made their first
contribution in
[mochajs/mocha#4927
- [@&#8203;F3n67u](https://togithub.com/F3n67u) made their first
contribution in
[mochajs/mocha#4886

**Full Changelog**:
mochajs/mocha@v10.2.0...v10.3.0

</details>

<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>

###
[`v23.0.2`](https://togithub.com/semantic-release/semantic-release/releases/tag/v23.0.2)

[Compare
Source](https://togithub.com/semantic-release/semantic-release/compare/v23.0.1...v23.0.2)

##### Bug Fixes

- **deps:** update dependency marked to v12
([#&#8203;3176](https://togithub.com/semantic-release/semantic-release/issues/3176))
([38105f5](https://togithub.com/semantic-release/semantic-release/commit/38105f5bc8ac280d8fb726097962bb357bfc5dac))

###
[`v23.0.1`](https://togithub.com/semantic-release/semantic-release/releases/tag/v23.0.1)

[Compare
Source](https://togithub.com/semantic-release/semantic-release/compare/v23.0.0...v23.0.1)

##### Bug Fixes

- **deps:** update dependency marked-terminal to v7
([9faded8](https://togithub.com/semantic-release/semantic-release/commit/9faded8d50bd056374f79d0a1385dc9f140a85de))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 2pm on Saturday" in timezone
Europe/Zurich, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/adobe/spacecat-shared).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit and overhaul existing maintenance docs Overhaul issue and PR templates
5 participants