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

⬆️ Updates remark (major) #593

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 3, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-cli (source) 9.0.0 -> 12.0.1 age adoption passing confidence
remark-lint-code-block-style (source) 2.0.1 -> 4.0.0 age adoption passing confidence
remark-lint-ordered-list-marker-value (source) 2.0.1 -> 4.0.0 age adoption passing confidence
remark-preset-lint-recommended (source) 5.0.0 -> 7.0.0 age adoption passing confidence
remark-validate-links 10.0.4 -> 13.0.2 age adoption passing confidence

Release Notes

remarkjs/remark (remark-cli)

v12.0.1

Compare Source

  • a185821 Update internal import-meta-resolve

Full Changelog: https://github.com/remarkjs/remark/compare/[email protected]@12.0.1

v12.0.0

Compare Source

(see 15.0.0)

v11.0.0

Compare Source

(see 15.0.0)

v10.0.1

Compare Source

See [email protected]

v10.0.0

Compare Source

Changelog
  • 1b89df5 Update remark-parse, remark-stringify
  • aab3c3e Rework list fields
  • 3325c33 Add support for label to associations
  • 31ef684 Add support for meta in code
  • c77d24f Update unified
See also
Project
Plugins
  • 4c0e28a Add remark-macro to list of plugins
  • a4caa67 Add remark-git-contributors to list of plugins
  • fe241aa Add remark-outer-toc to list of plugins
  • 4fa8b1d Replace deprecated plugin with remark-behead in list of plugins
  • 52ffdff Add remark-redact to list of plugins
  • 02297a5 Add remark-attr to list of plugins
remarkjs/remark-lint (remark-lint-code-block-style)

v4.0.0

Compare Source

  • Add support for setting allowed file-name characters (fd908a4)
  • Fix parameters when using reset (b8f52a9)
  • Update list-item-spacing message (d562d6e)
  • Fix checkbox lists starting with links (019ff36)

v3.1.2

Compare Source

v3.1.0

  • Update main heading rules to accept preferred depth (7f4a51e)
  • Remove : requirement for no-emphasis-as-heading (d54441e)

v3.0.0

Compare Source

remarkjs/remark-validate-links (remark-validate-links)

v13.0.2

Compare Source

Fix
  • 4791865 Fix support for absolute paths on GitHub
Types

Full Changelog: remarkjs/remark-validate-links@13.0.1...13.0.2

v13.0.1

Compare Source

  • 2b4cc25 Fix misclassified type dependency

Full Changelog: remarkjs/remark-validate-links@13.0.0...13.0.1

v13.0.0

Compare Source

Change
  • 39c7e22 Change to require Node.js 16
    migrate: update too
  • 7c75796 Change to use exports
    migrate: don’t use private APIs
  • c81c6ab Update @types/mdast, utilities, etc
    migrate: update too
  • 323908a 7ac7d02 Change to improve messages
    migrate: expect better messages

Full Changelog: remarkjs/remark-validate-links@12.1.1...13.0.0

v12.1.1

Compare Source

Fix
  • 415557c Fix inferring IDs of headings with HTML
Misc

Full Changelog: remarkjs/remark-validate-links@12.1.0...12.1.1

v12.1.0

Compare Source

Full Changelog: remarkjs/remark-validate-links@12.0.0...12.1.0

v12.0.0

Compare Source

Full Changelog: remarkjs/remark-validate-links@11.0.2...12.0.0

v11.0.2

Compare Source

Full Changelog: remarkjs/remark-validate-links@11.0.1...11.0.2

v11.0.1

Compare Source

  • 765b3f5 Fix slugging of headings w/ images

v11.0.0

Compare Source

  • e88fecc Use ESM
    // From CommonJS
    var remarkValidateLinks = require('remark-validate-links')
    
    // To ESM
    import remarkValidateLinks from 'remark-validate-links'
    Learn more about ESM in this guide
  • b579e27 Add JSDoc based types
  • a5677c0 Update dependencies

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

Copy link

github-actions bot commented Dec 3, 2023

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

Copy link

github-actions bot commented Dec 3, 2023

Hello from PR Helper

Remember to comment with one of the following states:

#pr-ready to enable all auto processing and merging.

#pr-onhold to prevent merging as you have other commits or discussions to make.

If you do not set the #pr-ready comment then the auto-merge capabilities will not be active.

Copy link

github-actions bot commented Dec 3, 2023

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

Copy link

socket-security bot commented Dec 3, 2023

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/[email protected] None 0 18.5 kB wooorm
npm/[email protected] None 0 17 kB wooorm
npm/[email protected] None 0 22.5 kB wooorm
npm/[email protected] None 0 11.9 kB wooorm
npm/[email protected] None +1 55 kB wooorm

🚮 Removed packages: npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected]

View full report↗︎

Copy link

github-actions bot commented Dec 3, 2023

Mega-Linter status: ✅ SUCCESS

See errors details in artifact Mega-Linter reports on GitHub Action page
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

@renovate renovate bot force-pushed the renovate/major-remark branch from cce7d20 to 6f8bde5 Compare April 9, 2024 19:29
@renovate renovate bot force-pushed the renovate/major-remark branch from 6f8bde5 to c2cd3f5 Compare April 30, 2024 14:14
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/major-remark branch from c2cd3f5 to 816bbc1 Compare November 1, 2024 13:41
Copy link

socket-security bot commented Nov 1, 2024

👍 Dependency issues cleared. Learn more about Socket for GitHub ↗︎

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report↗︎

@renovate renovate bot changed the title ⬆️ Updates remark (major) ⬆️ Updates remark (major) - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/major-remark branch December 8, 2024 18:50
@renovate renovate bot changed the title ⬆️ Updates remark (major) - autoclosed ⬆️ Updates remark (major) Dec 8, 2024
@renovate renovate bot reopened this Dec 8, 2024
@renovate renovate bot force-pushed the renovate/major-remark branch from 1844318 to 816bbc1 Compare December 8, 2024 21:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants