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(deps): update dependency eslint-plugin-markdown to v5 #507

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint-plugin-markdown ^3.0.0 -> ^5.0.0 age adoption passing confidence

Release Notes

eslint/eslint-plugin-markdown (eslint-plugin-markdown)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • map known code block languages to respective file extensions (#​246)
Features
  • map known code block languages to respective file extensions (#​246) (096cff4)
Bug Fixes
  • check upper bounds of message line numbers for code blocks (#​247) (00adccb)
Chores

v4.0.1

Compare Source

Chores
  • update changelog with note that v4.0.0 was not published to npm (#​241) (e80139d)

v3.0.1

Compare Source

Chores

v3.0.0 - July 16, 2022

v2.2.1 - September 11, 2021

v2.2.0 - May 26, 2021

v2.1.0 - April 25, 2021

v2.0.1 - April 5, 2021

v2.0.0 - February 14, 2021

  • 53dc0e5 Docs: Remove prerelease README notes (#​173) (Brandon Mills)
  • 140adf4 2.0.0-rc.2 (ESLint Jenkins)
  • 15d7aa6 Build: changelog update for 2.0.0-rc.2 (ESLint Jenkins)
  • f6a3fad Fix: overrides pattern for virtual filenames in recommended config (#​169) (Milos Djermanovic)
  • 390d508 2.0.0-rc.1 (ESLint Jenkins)
  • e05d6eb Build: changelog update for 2.0.0-rc.1 (ESLint Jenkins)
  • 1dd7089 Fix: npm prepare script on Windows (refs #​166) (#​168) (Brandon Mills)
  • 23ac2b9 Fix: Ignore words in info string after syntax (fixes #​166) (#​167) (Brandon Mills)
  • 8f729d3 Chore: Switch to main for primary branch (fixes #​161) (#​165) (Brandon Mills)
  • d30c50f Chore: Automatically install example dependencies (#​164) (Brandon Mills)
  • 2749b4d 2.0.0-rc.0 (ESLint Jenkins)
  • 922a00e Build: changelog update for 2.0.0-rc.0 (ESLint Jenkins)
  • d94c22f Build: Install example test dependencies in Jenkins (#​160) (Brandon Mills)
  • 7f26cb9 Docs: Reference recommended config disabled rules (#​159) (Brandon Mills)
  • bf7648f Docs: Add TypeScript example (#​155) (Brandon Mills)
  • d80be9e New: Add rules to recommended config (#​157) (Nikolay Stoynov)
  • fc4d7aa Chore: run CI in Node 14.x (#​158) (Kai Cataldo)
  • f2d4923 Docs: Add React example (#​152) (Brandon Mills)
  • eb66833 New: Add recommended config (fixes #​151) (#​153) (Brandon Mills)
  • 0311640 Fix: Don't require message end locations (fixes #​112) (#​154) (Brandon Mills)
  • 2bc9352 2.0.0-alpha.0 (ESLint Jenkins)
  • c0ba401 Build: changelog update for 2.0.0-alpha.0 (ESLint Jenkins)
  • 51e48c6 Docs: Revamp documentation for v2 (#​149) (Brandon Mills)
  • b221391 Docs: Dogfood plugin by linting readme (#​145) (Brandon Mills)
  • 7423610 Docs: Explain use of --ext option in ESLint v7 (#​146) (Brandon Mills)
  • 0d4dbe8 Breaking: Implement new processor API (fixes #​138) (#​144) (Brandon Mills)
  • 7eeafb8 Chore: Update ESLint config and plugins (#​143) (Brandon Mills)
  • f483343 Breaking: Require ESLint v6 (#​142) (Brandon Mills)
  • 9aa1fdc Chore: Use ES2018 object spread syntax (#​141) (Brandon Mills)
  • f584cc6 Build: Remove Travis (#​140) (Brandon Mills)
  • 35f9a11 Breaking: Drop support for Node.js v6 (refs #​138) (#​137) (Brandon Mills)
  • 6f02ef5 Chore: Add npm version and build status badges (#​139) (Brandon Mills)

v2.0.0-rc.2 - January 30, 2021

  • f6a3fad Fix: overrides pattern for virtual filenames in recommended config (#​169) (Milos Djermanovic)

v2.0.0-rc.1 - December 20, 2020

v2.0.0-rc.0 - August 19, 2020

v2.0.0-alpha.0 - April 12, 2020

v1.0.2 - February 24, 2020

  • 52e0984 Upgrade: Update devDeps and change istanbul -> nyc (#​130) (Brett Zamir)
  • d52988f Chore: Remove call to lint absent Makefile.js (#​129) (Brett Zamir)
  • 5640ea6 Fix: Apply base indent to multiple line breaks (fixes #​127) (#​128) (Brett Zamir)

v1.0.1 - October 21, 2019

v1.0.0 - January 2, 2019

  • 2a8482e Fix: overrides general docs and Atom linter-eslint tips (fixes #​109) (#​111) (Brett Zamir)

v1.0.0-rc.1 - November 5, 2018

v1.0.0-rc.0 - October 27, 2018

v1.0.0-beta.8 - April 8, 2018

  • a1544c2 Chore: Add .npmrc to disable creating package-lock.json (#​90) (Brandon Mills)
  • 47ad3f9 Chore: Replace global comment integration test with unit test (refs #​81) (#​85) (Brandon Mills)
  • e34acc6 Fix: Add unicode-bom to unsatisfiable rules (refs #​75) (#​84) (Brandon Mills)
  • 7c19f8b Fix: Support globals (fixes #​79) (#​81) (Anders D. Johnson)

v1.0.0-beta.7 - July 2, 2017

  • f8ba18a New: Custom eslint-skip HTML comment skips blocks (fixes #​69) (#​73) (Brandon Mills)
  • 249904f Chore: Add test for code fences without blank lines (#​72) (Brandon Mills)
  • 3abc569 Chore: Un-disable strict and eol-last in repository (#​71) (Brandon Mills)
  • 132ea5b Chore: Add test ensuring config comments do not fall through (#​70) (Brandon Mills)

v1.0.0-beta.6 - April 29, 2017

  • c5e9d67 Build: Explicitly specify package.json files (#​67) (Brandon Mills)

v1.0.0-beta.5 - April 29, 2017


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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

cloudflare-pages bot commented May 3, 2024

Deploying eslint-plugin-vue-i18n with  Cloudflare Pages  Cloudflare Pages

Latest commit: 4fbd745
Status: ✅  Deploy successful!
Preview URL: https://594b7907.eslint-plugin-vue-i18n.pages.dev
Branch Preview URL: https://renovate-eslint-plugin-markd-oaad.eslint-plugin-vue-i18n.pages.dev

View logs

@renovate renovate bot added the Type: Dependency Dependencies fixes label May 3, 2024
Copy link

changeset-bot bot commented May 3, 2024

⚠️ No Changeset found

Latest commit: 4fbd745

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependency Dependencies fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants