0
0
Fork 0
mirror of https://github.com/DavidAnson/markdownlint-cli2-action.git synced 2024-10-16 12:07:01 +02:00
Commit graph

117 commits

Author SHA1 Message Date
David Anson
12cdb69ff2
Default npm's ignore-scripts flag to true to prevent running pre- or post-scripts in package dependencies. 2022-12-23 15:33:43 -08:00
dependabot[bot]
e1d5aa605a Bump tj-actions/changed-files from 34 to 35
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34 to 35.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34...v35)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 11:07:55 -08:00
dependabot[bot]
43e4112451 Bump eslint from 8.29.0 to 8.30.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.29.0 to 8.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.29.0...v8.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 11:07:26 -08:00
dependabot[bot]
bae457e3e7 Bump eslint-plugin-unicorn from 45.0.1 to 45.0.2
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 45.0.1 to 45.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v45.0.1...v45.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 12:52:07 -05:00
dependabot[bot]
e203d559f9 Bump @vercel/ncc from 0.34.0 to 0.36.0
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.34.0 to 0.36.0.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.34.0...0.36.0)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 08:56:36 -08:00
dependabot[bot]
1abb020966 Bump eslint from 8.28.0 to 8.29.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.28.0 to 8.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.28.0...v8.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 08:59:28 -08:00
David Anson
d57f8bd576 Update documentation and examples to reference @v8. 2022-11-30 03:43:33 +00:00
David Anson
36776d36f7 Update GitHub Action reference for tbroadley/spellchecker-cli-action to specify major version only to reduce noise from dependency updates, leave JustinBeckwith/linkinator-action bound to v1.10.4 (otherwise it seems to fail with high frequency in markdownlint), add 60 second timeout for linkinator. 2022-11-30 03:38:35 +00:00
David Anson
9085e7e0dc Add "separator" input to enable using something other than "\n" for the globs input (fixes #58). 2022-11-30 03:29:42 +00:00
David Anson
ee28a92f8a Update dependencies: eslint-plugin-unicorn to 45.0.1. 2022-11-29 04:39:30 +00:00
dependabot[bot]
5477182ee1 Bump eslint-plugin-unicorn from 44.0.2 to 45.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.2 to 45.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.2...v45.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-22 03:33:22 -08:00
dependabot[bot]
64ce6830a7 Bump eslint from 8.27.0 to 8.28.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.27.0...v8.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 02:08:20 -08:00
David Anson
26ce372a18 Relax versioning of tj-actions/changed-files GitHub Action to reduce noise from dependency updates. 2022-11-18 09:15:11 -08:00
dependabot[bot]
d9979f40b8 Bump tj-actions/changed-files from 34.4.2 to 34.4.3
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.4.2 to 34.4.3.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.4.2...v34.4.3)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 09:03:46 -08:00
dependabot[bot]
62c33a3de2 Bump tj-actions/changed-files from 34.4.0 to 34.4.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.4.0 to 34.4.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.4.0...v34.4.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-16 08:27:48 -08:00
dependabot[bot]
180d552845 Bump JustinBeckwith/linkinator-action from 1.10.3 to 1.10.4
Bumps [JustinBeckwith/linkinator-action](https://github.com/JustinBeckwith/linkinator-action) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/JustinBeckwith/linkinator-action/releases)
- [Changelog](https://github.com/JustinBeckwith/linkinator-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/JustinBeckwith/linkinator-action/compare/v1.10.3...v1.10.4)

---
updated-dependencies:
- dependency-name: JustinBeckwith/linkinator-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 08:57:46 -08:00
dependabot[bot]
fcd4c831b6 Bump tj-actions/changed-files from 34.3.4 to 34.4.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.3.4 to 34.4.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.3.4...v34.4.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 08:56:58 -08:00
dependabot[bot]
d496499ed8 Bump tj-actions/changed-files from 34.0.5 to 34.3.4
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.0.5 to 34.3.4.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.0.5...v34.3.4)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-09 09:06:23 -08:00
dependabot[bot]
1254cfad7a Bump eslint from 8.26.0 to 8.27.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.27.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.27.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 18:03:24 -08:00
dependabot[bot]
ac3d5b525f Bump tj-actions/changed-files from 34.0.2 to 34.0.5
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.0.2 to 34.0.5.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.0.2...v34.0.5)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-03 08:31:31 -07:00
dependabot[bot]
5b8aae6c7c Bump tj-actions/changed-files from 34.0.0 to 34.0.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 34.0.0 to 34.0.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v34.0.0...v34.0.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-31 08:35:32 -07:00
dependabot[bot]
e1b3e23783 Bump tj-actions/changed-files from 33.0.0 to 34.0.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 33.0.0 to 34.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v33.0.0...v34.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-26 08:53:58 -07:00
dependabot[bot]
230fdbf6f6 Bump eslint from 8.25.0 to 8.26.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.25.0 to 8.26.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.25.0...v8.26.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 09:13:03 -07:00
dependabot[bot]
ea8765da14 Bump tj-actions/changed-files from 32.1.2 to 33.0.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.1.2 to 33.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v32.1.2...v33.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-24 09:12:49 -07:00
dependabot[bot]
c866b78a4d Bump tj-actions/changed-files from 32.1.0 to 32.1.2
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.1.0 to 32.1.2.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v32.1.0...v32.1.2)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 08:13:43 -07:00
dependabot[bot]
95ec38077b Bump tj-actions/changed-files from 32.0.0 to 32.1.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 32.0.0 to 32.1.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v32.0.0...v32.1.0)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-13 09:10:30 -07:00
dependabot[bot]
7af591e8b5 Bump eslint from 8.24.0 to 8.25.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.24.0 to 8.25.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.24.0...v8.25.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 08:39:17 -07:00
dependabot[bot]
6293bd1a56 Bump eslint-plugin-unicorn from 44.0.1 to 44.0.2
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.1 to 44.0.2.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.1...v44.0.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-07 10:21:56 -07:00
dependabot[bot]
f947d78909 Bump eslint-plugin-unicorn from 44.0.0 to 44.0.1
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 44.0.0 to 44.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v44.0.0...v44.0.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 09:08:01 -07:00
dependabot[bot]
8da6312c25 Bump tj-actions/changed-files from 31.0.3 to 32.0.0
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 31.0.3 to 32.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v31.0.3...v32.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-06 09:07:17 -07:00
David Anson
a3541a5e8a Update actions/checkout to use fetch-depth 0 (all history) in order to handle pushes that contain more than one commit. 2022-10-05 06:15:27 +00:00
David Anson
d7fae4d75e Customize new ESLint rule unicorn/switch-case-braces. 2022-10-04 23:00:40 -07:00
dependabot[bot]
434ef9c7f4 Bump eslint-plugin-unicorn from 43.0.2 to 44.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 43.0.2 to 44.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v43.0.2...v44.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-unicorn
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 23:00:40 -07:00
dependabot[bot]
850f49e87d
Bump tj-actions/changed-files from 31.0.2 to 31.0.3 (#36) 2022-10-03 08:25:59 -07:00
dependabot[bot]
c5d679b878
Bump @actions/core from 1.9.1 to 1.10.0 (#35) 2022-09-30 09:03:55 -07:00
dependabot[bot]
6dd15efcce
Bump tj-actions/changed-files from 31.0.1 to 31.0.2 (#34) 2022-09-29 09:02:21 -07:00
dependabot[bot]
ae8d06b073
Bump eslint from 8.23.1 to 8.24.0 (#33) 2022-09-26 08:08:52 -07:00
dependabot[bot]
a5b3157eb6
Bump tj-actions/changed-files from 29.0.9 to 31.0.1 (#32) 2022-09-26 08:06:45 -07:00
dependabot[bot]
0cfd09600f
Bump tj-actions/changed-files from 29.0.7 to 29.0.9 (#31) 2022-09-20 07:51:52 -07:00
dependabot[bot]
c1cd098c33
Bump tj-actions/changed-files from 29.0.4 to 29.0.7 (#30)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 29.0.4 to 29.0.7.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v29.0.4...v29.0.7)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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>
2022-09-13 21:19:56 -07:00
David Anson
05972bf2b0 Update GitHub Actions test workflow to pass when failing tests fail (but not when they
succeed).
2022-09-13 21:14:49 -07:00
dependabot[bot]
5d99076e99
Bump eslint from 8.23.0 to 8.23.1 (#28) 2022-09-12 08:59:13 -07:00
dependabot[bot]
38703bf122
Bump tj-actions/changed-files from 29.0.3 to 29.0.4 (#26) 2022-09-08 09:18:18 -07:00
dependabot[bot]
c7bbd5ad70
Bump JustinBeckwith/linkinator-action from 1.10.2 to 1.10.3 (#27) 2022-09-08 09:17:42 -07:00
dependabot[bot]
2332e029cb
Bump tj-actions/changed-files from 29.0.2 to 29.0.3 (#25) 2022-09-05 10:06:42 -07:00
dependabot[bot]
a39a64c526
Bump eslint from 8.22.0 to 8.23.0 (#24) 2022-08-29 08:26:18 -07:00
dependabot[bot]
e2dcd59f49
Bump tj-actions/changed-files from 29.0.1 to 29.0.2 (#23) 2022-08-29 08:25:33 -07:00
dependabot[bot]
cc5d75e8a2
Bump tj-actions/changed-files from 29.0.0 to 29.0.1 (#22) 2022-08-26 08:56:28 -07:00
dependabot[bot]
dd425babe9
Bump tj-actions/changed-files from 28 to 29.0.0 (#21) 2022-08-24 09:28:29 -07:00
dependabot[bot]
fd15fd2bbf
Bump tj-actions/changed-files from 27 to 28 (#20) 2022-08-22 09:39:33 -07:00