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): bump marked and @adonisjs/sink #32

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 10, 2022

Bumps marked and @adonisjs/sink. These dependencies needed to be updated together.
Updates marked from 2.1.3 to 4.1.1

Release notes

Sourced from marked's releases.

v4.1.1

4.1.1 (2022-10-01)

Bug Fixes

v4.1.0

4.1.0 (2022-08-30)

Features

v4.0.19

4.0.19 (2022-08-21)

Bug Fixes

  • make second parameter optional on lexer.inline (#2552) (f1a9608)

v4.0.18

4.0.18 (2022-07-11)

Bug Fixes

v4.0.17

4.0.17 (2022-06-13)

Bug Fixes

  • Code and heading after list without blank line (#2483) (15f3f15)

v4.0.16

4.0.16 (2022-05-17)

Bug Fixes

v4.0.15

4.0.15 (2022-05-02)

... (truncated)

Commits
  • 8075e15 chore(release): 4.1.1 [skip ci]
  • d7a7876 🗜️ build [skip ci]
  • f6ba2e3 fix: remove smartLists from docs and code (#2596)
  • e731507 chore(deps-dev): Bump uglify-js from 3.17.0 to 3.17.2 (#2590)
  • 678cb20 chore(deps-dev): Bump rollup from 2.79.0 to 2.79.1 (#2591)
  • e246d0f chore(deps-dev): Bump eslint from 8.23.1 to 8.24.0 (#2592)
  • ebcac5a chore(deps-dev): Bump eslint-plugin-n from 15.2.5 to 15.3.0 (#2593)
  • 7c907cb docs: add known extensions (#2588)
  • ae3e71c chore(deps-dev): Bump @​babel/core from 7.19.0 to 7.19.1 (#2586)
  • 5a3888d chore(deps-dev): Bump @​babel/preset-env from 7.19.0 to 7.19.1 (#2587)
  • Additional commits viewable in compare view

Updates @adonisjs/sink from 5.1.6 to 5.4.1

Release notes

Sourced from @​adonisjs/sink's releases.

Update dependencies

  • chore: update dependencies 3f8c144
  • chore: update dependencies (#36) 67af24f

What's Changed

Full Changelog: adonisjs/sink@v5.4.0...v5.4.1

Add "getPackageManager" helper

Commits:

  • feat: add getPackageManager helper 069ae7c
  • chore: update dependencies e5c650f

Full Changelog: adonisjs/sink@v5.3.2...v5.4.0

Update dependencies

  • fix: use nodenext as node12 suddenly stopped working with tsc 3f0a657
  • chore: use typescript@beta for compiling dynamic imports fde739a
  • chore: update dependencies 9008f86

Full Changelog: adonisjs/sink@v5.3.1...v5.3.2

Fix breaking dynamic ESM import on Windows

  • fix: dynamic import breaking on windows 1b296f9
  • ci: use latest version of Node 14.x d5efa2b
  • fix: terminal renderer import issue 37bd598

adonisjs/sink@v5.3.0...v5.3.1

Upgrade to latest versions of marked and marked-terminal

The latest versions of marked and marked-terminal are ESM only. However, with the help of inclusion (which uses dynamic imports behind the scenes) we have been able to use them inside a CommonJS file.

Please report any bugs or issues you face after this release

Commits

  • chore: update dependencies 9a1c258

Full Changelog: adonisjs/sink@v5.2.3...v5.3.0

Add support for registering testProviders

  • types: downgrade @​types/marked package version 375dd25
  • feat: add support for adding test providers ccebb85
  • chore: update dependencies 0637f9e
  • chore: update dependencies d259164
  • chore: update dependencies (#33) 3a9be6d
  • refactor: migrate to new japa (#29) 2add0e5

... (truncated)

Commits
  • f1ca97a chore(release): 5.4.1
  • 3f8c144 chore: update dependencies
  • 67af24f chore: update dependencies (#36)
  • 43333b0 chore(release): 5.4.0
  • 069ae7c feat: add getPackageManager helper
  • e5c650f chore: update dependencies
  • 025ebc5 chore(release): 5.3.2
  • 3f0a657 fix: use nodenext as node12 suddenly stopped working with tsc
  • fde739a chore: use typescript@beta for compiling dynamic imports
  • 9008f86 chore: update dependencies
  • 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.

Bumps [marked](https://github.com/markedjs/marked) and [@adonisjs/sink](https://github.com/adonisjs/sink). These dependencies needed to be updated together.

Updates `marked` from 2.1.3 to 4.1.1
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v2.1.3...v4.1.1)

Updates `@adonisjs/sink` from 5.1.6 to 5.4.1
- [Release notes](https://github.com/adonisjs/sink/releases)
- [Commits](adonisjs/sink@v5.1.6...v5.4.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: indirect
- dependency-name: "@adonisjs/sink"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 10, 2022
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