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

build(deps): bump marked and semantic-release #290

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 Aug 28, 2023

Bumps marked to 5.1.2 and updates ancestor dependency semantic-release. These dependencies need to be updated together.

Updates marked from 0.7.0 to 5.1.2

Release notes

Sourced from marked's releases.

v5.1.2

5.1.2 (2023-07-25)

Bug Fixes

v5.1.1

5.1.1 (2023-07-07)

Bug Fixes

v5.1.0

5.1.0 (2023-06-10)

Bug Fixes

Features

v5.0.5

5.0.5 (2023-06-07)

Bug Fixes

v5.0.4

5.0.4 (2023-05-30)

Bug Fixes

v5.0.3

5.0.3 (2023-05-26)

... (truncated)

Commits
  • 929d235 chore(release): 5.1.2 [skip ci]
  • a33ed06 🗜️ build v5.1.2 [skip ci]
  • e465ce4 fix: Add support for Node 16 (#2886)
  • ab23e19 chore(deps-dev): Bump jasmine from 5.0.2 to 5.1.0 (#2887)
  • c69b62b chore(deps-dev): Bump @​babel/preset-env from 7.22.7 to 7.22.9 (#2880)
  • 76a2103 chore(deps-dev): Bump @​semantic-release/github from 9.0.3 to 9.0.4 (#2882)
  • af881c1 chore(deps-dev): Bump @​babel/core from 7.22.8 to 7.22.9 (#2881)
  • c68be89 chore(deps-dev): Bump rollup from 3.26.2 to 3.26.3 (#2884)
  • f59fd2a chore(deps-dev): Bump eslint from 8.44.0 to 8.45.0 (#2883)
  • 48daab1 docs: Add raito to the list of tools (#2878)
  • Additional commits viewable in compare view

Updates semantic-release from 15.14.0 to 21.1.1

Release notes

Sourced from semantic-release's releases.

v21.1.1

21.1.1 (2023-08-24)

Bug Fixes

  • types: included the definitions file in the published package (#2920) (4c95c97)

v21.1.0

21.1.0 (2023-08-24)

Features

v21.0.9

21.0.9 (2023-08-20)

Bug Fixes

  • deps: update dependency hosted-git-info to v7 (#2908) (eba86ac)

v21.0.8

21.0.8 (2023-08-19)

Bug Fixes

v21.0.7

21.0.7 (2023-07-05)

Bug Fixes

  • deps: update dependency read-pkg-up to v10 (#2862) (70996e0)

v21.0.6

21.0.6 (2023-06-28)

Bug Fixes

  • get correct version if prerelease branch shares version with ... (#2416) (e4229f9)

v21.0.5

21.0.5 (2023-06-09)

... (truncated)

Commits
  • 4c95c97 fix(types): included the definitions file in the published package (#2920)
  • 5e08c4d ci(action): update actions/checkout digest to f43a0e5 (#2918)
  • c84d5d3 Merge pull request #2904 from semantic-release/gitlab-provenance
  • c21a1ac feat: Added TypeScript definitions (#2916)
  • 915f36c chore(deps): lock file maintenance (#2915)
  • eba86ac fix(deps): update dependency hosted-git-info to v7 (#2908)
  • 7bc21fc fix(deps): update dependency execa to v8 (#2914)
  • 79bca75 ci(action): update actions/setup-node digest to 5e21ff4 (#2912)
  • 0e5e41f chore(deps): update dependency nock to v13.3.3 (#2911)
  • c41d55c chore(deps): update dependency prettier to v3.0.2 (#2909)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    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 Aug 28, 2023
@rejas
Copy link
Contributor

rejas commented Aug 28, 2023

@dependabot rebase

Bumps [marked](https://github.com/markedjs/marked) to 5.1.2 and updates ancestor dependency [semantic-release](https://github.com/semantic-release/semantic-release). These dependencies need to be updated together.


Updates `marked` from 0.7.0 to 5.1.2
- [Release notes](https://github.com/markedjs/marked/releases)
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json)
- [Commits](markedjs/marked@v0.7.0...v5.1.2)

Updates `semantic-release` from 15.14.0 to 21.1.1
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v15.14.0...v21.1.1)

---
updated-dependencies:
- dependency-name: marked
  dependency-type: indirect
- dependency-name: semantic-release
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/marked-and-semantic-release-5.1.2 branch from cbfed1c to c68da5d Compare August 28, 2023 21:56
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.

1 participant