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

chore: Merge upstream #29

Closed
wants to merge 42 commits into from
Closed

Conversation

l0b0
Copy link
Contributor

@l0b0 l0b0 commented Jun 11, 2024

No description provided.

l0b0 and others added 30 commits November 22, 2021 14:45
* chore: Add newline at EOF

Avoids noise in diffs.

* chore: Remove trailing whitespace

Avoids noise in diffs.
* chore: Add newline at EOF

* chore: Order gitignores

* chore: Mark node_modules as directory

* chore: Ignore IDEA configuration
Since only one branch can be followed, this ensures that rather than an
"is not valid under any of the given schemas" error (from jsonschema) or
a bunch of errors relating to both possibilities of a `oneOf` (from ajv)
the messages are as simple as if the schema only supported either items
or collections.
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v1...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.5.0...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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>
Bumps [remark-cli](https://github.com/remarkjs/remark) from 8.0.1 to 11.0.0.
- [Release notes](https://github.com/remarkjs/remark/releases)
- [Changelog](https://github.com/remarkjs/remark/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark/compare/remark-cli@8.0.1...remark-cli@11.0.0)

---
updated-dependencies:
- dependency-name: remark-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 10.0.4 to 12.1.0.
- [Release notes](https://github.com/remarkjs/remark-validate-links/releases)
- [Commits](remarkjs/remark-validate-links@10.0.4...12.1.0)

---
updated-dependencies:
- dependency-name: remark-validate-links
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…to 5.1.2 (#18)

* chore(deps): Bump remark-preset-lint-markdown-style-guide

Bumps [remark-preset-lint-markdown-style-guide](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-markdown-style-guide) from 3.0.1 to 5.1.2.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/HEAD/packages/remark-preset-lint-markdown-style-guide)

---
updated-dependencies:
- dependency-name: remark-preset-lint-markdown-style-guide
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* refactor: Fix remark configuration

With the original configuration, it insisted that a line like `- foo`
should be changed to increase the spacing to three:

> 3:3 warning Incorrect list-item indent: add 2 spaces list-item-indent remark-lint

But when changed it says the opposite:

> 3:5 warning Incorrect list-item indent: remove 2 spaces list-item-indent remark-lint

* refactor: Fix formatting according to remark

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Engmark <vengmark@linz.govt.nz>
)

Bumps [remark-preset-lint-consistent](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-consistent) from 3.0.1 to 5.1.1.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/remark-preset-lint-markdown-style-guide@5.1.1/packages/remark-preset-lint-consistent)

---
updated-dependencies:
- dependency-name: remark-preset-lint-consistent
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…16)

Bumps [remark-preset-lint-recommended](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-preset-lint-recommended) from 4.0.1 to 6.1.2.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/HEAD/packages/remark-preset-lint-recommended)

---
updated-dependencies:
- dependency-name: remark-preset-lint-recommended
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
We already build on those by building on `pull_request`.
Avoids a matrix, so that we don't have to change the branch protection
rules every time we start using a new Node.js version.
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [remark-lint-no-html](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint-no-html) from 2.0.1 to 3.1.2.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/HEAD/packages/remark-lint-no-html)

---
updated-dependencies:
- dependency-name: remark-lint-no-html
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot bot and others added 12 commits July 17, 2023 03:42
Bumps [remark-lint](https://github.com/remarkjs/remark-lint/tree/HEAD/packages/remark-lint) from 7.0.1 to 9.1.2.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/remark-lint/commits/9.1.2/packages/remark-lint)

---
updated-dependencies:
- dependency-name: remark-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [remark-validate-links](https://github.com/remarkjs/remark-validate-links) from 12.1.1 to 13.0.0.
- [Release notes](https://github.com/remarkjs/remark-validate-links/releases)
- [Commits](remarkjs/remark-validate-links@12.1.1...13.0.0)

---
updated-dependencies:
- dependency-name: remark-validate-links
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…eckout-4

chore(deps): Bump actions/checkout from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…ate-links-13.0.0

chore(deps): Bump remark-validate-links from 12.1.1 to 13.0.0
Bumps [remark-lint](https://github.com/remarkjs/remark-lint) from 9.1.2 to 10.0.0.
- [Release notes](https://github.com/remarkjs/remark-lint/releases)
- [Changelog](https://github.com/remarkjs/remark-lint/blob/main/changelog.md)
- [Commits](remarkjs/remark-lint@9.1.2...10.0.0)

---
updated-dependencies:
- dependency-name: remark-lint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
…10.0.0

chore(deps): Bump remark-lint from 9.1.2 to 10.0.0
…actions-gh-pages-4

chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4
@l0b0 l0b0 closed this Jun 11, 2024
@l0b0 l0b0 deleted the merge-upstream branch June 17, 2024 21:29
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.

1 participant