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

Commits on Nov 22, 2021

  1. feat: Add Kodiak configuration

    l0b0 committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    8db3c42 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from linz/feat/add-kodiak-configuration

    feat: Add Kodiak configuration
    l0b0 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    ccef9b4 View commit details
    Browse the repository at this point in the history
  3. chore: Fix whitespace (#6)

    * chore: Add newline at EOF
    
    Avoids noise in diffs.
    
    * chore: Remove trailing whitespace
    
    Avoids noise in diffs.
    l0b0 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    a13a166 View commit details
    Browse the repository at this point in the history
  4. chore: Ignore IDEA configuration (#3)

    * chore: Add newline at EOF
    
    * chore: Order gitignores
    
    * chore: Mark node_modules as directory
    
    * chore: Ignore IDEA configuration
    l0b0 authored Nov 22, 2021
    Configuration menu
    Copy the full SHA
    b87045b View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. refactor: Use conditional instead of oneOf (#7)

    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.
    l0b0 authored Nov 25, 2021
    Configuration menu
    Copy the full SHA
    87f0719 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    7c6e44e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d9a00b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. feat: Add Nix shell (#5)

    l0b0 authored Nov 30, 2021
    Configuration menu
    Copy the full SHA
    5ae3b47 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    5fa0f3b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. chore(deps): Bump actions/setup-node from 1 to 3.5.0 (#27)

    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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 1, 2022
    Configuration menu
    Copy the full SHA
    006c69e View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. chore(deps): Bump actions/setup-node from 3.5.0 to 3.6.0 (#30)

    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] <[email protected]>
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 9, 2023
    Configuration menu
    Copy the full SHA
    dd81e85 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. chore(deps): Bump remark-cli from 8.0.1 to 11.0.0 (#24)

    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/[email protected]@11.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: remark-cli
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    432721e View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump remark-validate-links from 10.0.4 to 12.1.0 (#26)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    abb1215 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump actions/checkout from 2 to 3.1.0 (#28)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    44a50af View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. chore(deps): Bump remark-preset-lint-markdown-style-guide from 3.0.1 …

    …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] <[email protected]>
    
    * 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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Engmark <[email protected]>
    dependabot[bot] and l0b0 authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    755542a View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump remark-preset-lint-consistent from 3.0.1 to 5.1.1 (#17

    )
    
    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/[email protected]/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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d4090e2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump remark-preset-lint-recommended from 4.0.1 to 6.1.2 (#…

    …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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2eb4f55 View commit details
    Browse the repository at this point in the history
  4. fix: Don't build on push to PRs

    We already build on those by building on `pull_request`.
    l0b0 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d09b47a View commit details
    Browse the repository at this point in the history
  5. feat: Enable building on request

    l0b0 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    d9ac1d6 View commit details
    Browse the repository at this point in the history
  6. fix: Use unique job names

    l0b0 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    81c7eb6 View commit details
    Browse the repository at this point in the history
  7. refactor: Split commands into separate steps

    Easier for debugging.
    l0b0 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    251364e View commit details
    Browse the repository at this point in the history
  8. feat: Add "finalise" job

    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.
    l0b0 committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    7513f69 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c67de9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge pull request #34 from linz/fix/avoid-duplicate-runs

    fix: Avoid duplicate runs
    l0b0 authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    f0ff3b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. chore(deps): Bump actions/setup-node from 3.6.0 to 3.7.0 (#37)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    edd81e5 View commit details
    Browse the repository at this point in the history
  2. chore(deps): Bump remark-lint-no-html from 2.0.1 to 3.1.2 (#36)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    c138be5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e7cd46 View commit details
    Browse the repository at this point in the history
  4. fix: Indent according to remark suggestions

    Requires a new plugin as per
    <remarkjs/remark-lint#264 (comment)>.
    l0b0 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    559bb9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dba17db View commit details
    Browse the repository at this point in the history
  6. Merge pull request #31 from linz/chore/sync-repo

    chore: Sync repo
    l0b0 authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    89a065d View commit details
    Browse the repository at this point in the history
  7. chore(deps): Bump remark-lint from 7.0.1 to 9.1.2 (#35)

    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] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d545bcb View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. chore(deps): Bump actions/checkout from 3 to 4

    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] <[email protected]>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f755d2f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. chore(deps): Bump remark-validate-links from 12.1.1 to 13.0.0

    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] <[email protected]>
    dependabot[bot] authored Sep 25, 2023
    Configuration menu
    Copy the full SHA
    0fdcd21 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge pull request #40 from linz/dependabot/github_actions/actions/ch…

    …eckout-4
    
    chore(deps): Bump actions/checkout from 3 to 4
    l0b0 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f92370f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f11845 View commit details
    Browse the repository at this point in the history
  3. chore(deps): Bump peaceiris/actions-gh-pages 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] <[email protected]>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9551c38 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #43 from linz/dependabot/npm_and_yarn/remark-valid…

    …ate-links-13.0.0
    
    chore(deps): Bump remark-validate-links from 12.1.1 to 13.0.0
    l0b0 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9392c11 View commit details
    Browse the repository at this point in the history
  5. chore(deps): Bump remark-lint from 9.1.2 to 10.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] <[email protected]>
    dependabot[bot] authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aaf597c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #48 from linz/dependabot/npm_and_yarn/remark-lint-…

    …10.0.0
    
    chore(deps): Bump remark-lint from 9.1.2 to 10.0.0
    l0b0 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a9b36f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e947ed3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from linz/dependabot/github_actions/peaceiris/…

    …actions-gh-pages-4
    
    chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4
    l0b0 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    41d1839 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7818bb4 View commit details
    Browse the repository at this point in the history