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

Bump markdown-it, ovsx and vsce #313

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2022

Bumps markdown-it, ovsx and vsce. These dependencies needed to be updated together.
Updates markdown-it from 10.0.0 to 12.3.2

Changelog

Sourced from markdown-it's changelog.

[12.3.2] - 2022-01-08

Security

[12.3.1] - 2022-01-07

Fixed

  • Fix corner case when tab prevents paragraph continuation in lists, #830.

[12.3.0] - 2021-12-09

Changed

  • StateInline.delimiters[].jump is removed.

Fixed

  • Fixed quadratic complexity in pathological ***<10k stars>***a***<10k stars>*** case.

[12.2.0] - 2021-08-02

Added

  • Ordered lists: add order value to token info.

Fixed

  • Always suffix indented code block with a newline, #799.

[12.1.0] - 2021-07-01

Changed

  • Updated CM spec compatibility to 0.30.

[12.0.6] - 2021-04-16

Fixed

  • Newline in alt should be rendered, #775.

[12.0.5] - 2021-04-15

Fixed

  • HTML block tags with === inside are no longer incorrectly interpreted as headers, #772.
  • Fix table/list parsing ambiguity, #767.

[12.0.4] - 2020-12-20

Fixed

  • Fix crash introduced in 12.0.3 when processing strikethrough (~~) and similar plugins, #742.
  • Avoid fenced token mutation, #745.

[12.0.3] - 2020-12-07

Fixed

... (truncated)

Commits

Updates ovsx from 0.1.0 to 0.5.1

Changelog

Sourced from ovsx's changelog.

Eclipse Open VSX Change Log

This change log covers only the command line interface (CLI) of Open VSX.

v0.5.0 (Mar. 2022)

New Features

  • Added CLI parameter --target to support target platforms (#406)

v0.4.0 (Feb. 2022)

New Features

  • Added CLI parameter --pre-release to support pre-releases (#410)

v0.3.0 (Jan. 2022)

Breaking Changes

  • The minimum version of Node.js required is now 14 because of the newer vsce

Dependencies

  • Upgrade vsce from 1.97.0 to 2.6.3 (#403)
  • Upgrade follow-redirects
  • Upgrade nth-check

v0.2.1 (Sep. 2021)

New Features

  • Also accept LICENCE files (alternative spelling to LICENSE) (#307)
  • Remove --web option (it will now be inferred from the package.json file)

Dependencies

  • Upgrade vsce from 1.93.0 to 1.97.0

v0.2.0 (Jun. 2021)

New Features

  • Added CLI parameter --web for web extensions (#262)

Bug Fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by amvanbaren, a new releaser for ovsx since your current version.


Updates vsce from 1.91.0 to 2.11.0

Release notes

Sourced from vsce's releases.

v2.11.0

2.11.0 (2022-08-29)

Bug Fixes

Features

  • expose all options to packaging and publishing APIs (#759) (8e193c9)

v2.10.2

2.10.2 (2022-08-19)

Bug Fixes

  • clarify simultaneous use of packagePath and target in vsce publish (#765) (3024d0f), closes #764

v2.10.1

2.10.1 (2022-08-19)

Bug Fixes

  • list all valid targets in documentation for --target (#766) (0940626), closes #763

v2.10.0

2.10.0 (2022-07-19)

Features

v2.9.3

2.9.3 (2022-07-15)

Bug Fixes

v2.9.2

2.9.2 (2022-06-21)

Bug Fixes

... (truncated)

Commits
  • 8e193c9 feat: expose all options to packaging and publishing APIs (#759)
  • 5110bcf fix: correct program path in launch.json (#771)
  • 742720a chore: set up #codereview automation (#768)
  • 3024d0f fix: clarify simultaneous use of packagePath and target in vsce publish (#765)
  • 0940626 fix: list all valid targets in documentation for --target (#766)
  • 27fad23 chore: add branch protection (#767)
  • 9c50aa6 feat: github actions logging (#752)
  • 7e16ed7 fix: support fragments in image URLs (#753)
  • 955c760 build(deps): bump shell-quote from 1.7.2 to 1.7.3 (#746)
  • 57112fd Merge pull request #745 from microsoft/fix-744
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 14, 2022
Bumps [markdown-it](https://github.com/markdown-it/markdown-it), [ovsx](https://github.com/eclipse/openvsx/tree/HEAD/cli) and [vsce](https://github.com/Microsoft/vsce). These dependencies needed to be updated together.

Updates `markdown-it` from 10.0.0 to 12.3.2
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](markdown-it/markdown-it@10.0.0...12.3.2)

Updates `ovsx` from 0.1.0 to 0.5.1
- [Release notes](https://github.com/eclipse/openvsx/releases)
- [Changelog](https://github.com/eclipse/openvsx/blob/master/cli/CHANGELOG.md)
- [Commits](https://github.com/eclipse/openvsx/commits/HEAD/cli)

Updates `vsce` from 1.91.0 to 2.11.0
- [Release notes](https://github.com/Microsoft/vsce/releases)
- [Commits](microsoft/vscode-vsce@v1.91.0...v2.11.0)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: indirect
- dependency-name: ovsx
  dependency-type: direct:development
- dependency-name: vsce
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/markdown-it-and-ovsx-and-vsce-12.3.2 branch from 3697da6 to 83e8cee Compare February 13, 2023 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants