chore(deps): update dependency eslint-plugin-markdown to v3 #9040
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^1.0.0->^3.0.0Release Notes
eslint/eslint-plugin-markdown
v3.0.0Compare Source
Breaking Changes
071fa66feat!: drop node v8 and v10 (#203) (Amaresh S M)Documentation
87c2b53docs: update badges (#202) (Milos Djermanovic)Chores
558ae3cchore: add node v18 (#205) (Amaresh S M)f186730ci: update github actions (#207) (Deepshika S)6570c82ci: Work around npm behavior changes to fix CI on main (#206) (Brandon Mills)2fd5b89chore: add tests for ESLint 8 (#195) (Michaël De Boey)8db0978chore: Check for package.json in examples (#200) (Brandon Mills)b695396test: test withESLintinstead ofCLIEnginewhen available (#198) (Michaël De Boey)e1ddcc5ci: use nodev16(#199) (Nitin Kumar)8f590fcchore: updatedevDependencies(#197) (Michaël De Boey)3667566chore: test all supported ESLint versions (#196) (Michaël De Boey)ecae4feChore: ignore pnpm-lock.yaml (#193) (Nitin Kumar)ffdb245Chore: useactions/setup-node@v2in CI (#192) (Nitin Kumar)v2.2.1Compare Source
3a40160Fix:message.linecould beundefined(#191) (JounQin)v2.2.0Compare Source
32203f6Update: Replace Markdown parser (fixes #125, fixes #186) (#188) (Brandon Mills)v2.1.0Compare Source
f1e153bUpdate: Upgrade remark-parse to v7 (fixes #77, fixes #78) (#175) (Brandon Mills)v2.0.1Compare Source
d23d5f7Fix: use blocksCache instead of single blocks instance (fixes #181) (#183) (JounQin)a09a645Chore: add yarn.lock and package-lock.json into .gitignore (#184) (JounQin)1280ac1Docs: improve jsdoc, better for typings (#182) (JounQin)79be776Fix: More reliable comment attachment (fixes #76) (#177) (Brandon Mills)v2.0.0Compare Source
53dc0e5Docs: Remove prerelease README notes (#173) (Brandon Mills)140adf42.0.0-rc.2 (ESLint Jenkins)15d7aa6Build: changelog update for 2.0.0-rc.2 (ESLint Jenkins)f6a3fadFix: overrides pattern for virtual filenames in recommended config (#169) (Milos Djermanovic)390d5082.0.0-rc.1 (ESLint Jenkins)e05d6ebBuild: changelog update for 2.0.0-rc.1 (ESLint Jenkins)1dd7089Fix: npm prepare script on Windows (refs #166) (#168) (Brandon Mills)23ac2b9Fix: Ignore words in info string after syntax (fixes #166) (#167) (Brandon Mills)8f729d3Chore: Switch to main for primary branch (fixes #161) (#165) (Brandon Mills)d30c50fChore: Automatically install example dependencies (#164) (Brandon Mills)2749b4d2.0.0-rc.0 (ESLint Jenkins)922a00eBuild: changelog update for 2.0.0-rc.0 (ESLint Jenkins)d94c22fBuild: Install example test dependencies in Jenkins (#160) (Brandon Mills)7f26cb9Docs: Reference recommended config disabled rules (#159) (Brandon Mills)bf7648fDocs: Add TypeScript example (#155) (Brandon Mills)d80be9eNew: Add rules to recommended config (#157) (Nikolay Stoynov)fc4d7aaChore: run CI in Node 14.x (#158) (Kai Cataldo)f2d4923Docs: Add React example (#152) (Brandon Mills)eb66833New: Add recommended config (fixes #151) (#153) (Brandon Mills)0311640Fix: Don't require message end locations (fixes #112) (#154) (Brandon Mills)2bc93522.0.0-alpha.0 (ESLint Jenkins)c0ba401Build: changelog update for 2.0.0-alpha.0 (ESLint Jenkins)51e48c6Docs: Revamp documentation for v2 (#149) (Brandon Mills)b221391Docs: Dogfood plugin by linting readme (#145) (Brandon Mills)7423610Docs: Explain use of --ext option in ESLint v7 (#146) (Brandon Mills)0d4dbe8Breaking: Implement new processor API (fixes #138) (#144) (Brandon Mills)7eeafb8Chore: Update ESLint config and plugins (#143) (Brandon Mills)f483343Breaking: Require ESLint v6 (#142) (Brandon Mills)9aa1fdcChore: Use ES2018 object spread syntax (#141) (Brandon Mills)f584cc6Build: Remove Travis (#140) (Brandon Mills)35f9a11Breaking: Drop support for Node.js v6 (refs #138) (#137) (Brandon Mills)6f02ef5Chore: Add npm version and build status badges (#139) (Brandon Mills)Migrating from
eslint-plugin-markdownv1Install this release:
In your
.eslintrc.jsfile, extend the recommended config:// .eslintrc.js module.exports = { - plugins: ["markdown"], - overrides: [ - { - files: ["**/*.md"], - parserOptions: { - ecmaFeatures: { - impliedStrict: true - } - }, - } - ] + extends: "plugin:markdown/recommended" };The readme's detailed migration instructions discuss all of the differences between v1 and v2.
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.
This PR has been generated by Mend Renovate. View repository job log here.