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 govuk-markdown from 0.3.0 to 0.7.0 #707

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps govuk-markdown from 0.3.0 to 0.7.0.

Release notes

Sourced from govuk-markdown's releases.

v0.7.0

  • Replace deprecated govuk-typography-responsive mixin 897bcee
  • Update dependencies b98688f

x-govuk/govuk-markdown@v0.6.0...v0.7.0

v0.6.0

  • Fix font-size inheritance 6d13968
  • Update dependencies 8014c90 b56734c

x-govuk/govuk-markdown@v0.5.0...v0.6.0

v0.5.0

This release contains a breaking change to the way the extension is loaded.

Previously, the extension would export a marked Renderer that could be added to marked’s options:

const GovukHTMLRenderer = require('govuk-markdown')
marked.setOptions({
renderer: new GovukHTMLRenderer()
})

Now, the extension is added like many other marked extensions, with the marked.use() method:

const govukMarkdown = require('govuk-markdown')
marked.use(govukMarkdown())

See #91 for more details.


  • Use recommended extension export 3d5ecb5
  • Update marked dependency d703894
  • Update dependencies 741addf
  • Use CommonJS for test file, matching package 6bf7632
  • Lint JSDoc 592f484
  • Use ESLint with Standard style b5e8705
  • Restore heading ids 2124e5f
  • Lint SCSS with Stylelint 8f05e3f
  • Format SCSS files with Prettier 6c262bf
  • Format Markdown files with Prettier 2340235
  • Format YAML files with Prettier 8303eb1
  • Update linting to use Stylelint v15 and Prettier 20a2efe
  • Add release script and documentation 2933eab

... (truncated)

Commits

Dependabot compatibility score

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)

Bumps [govuk-markdown](https://github.com/x-govuk/govuk-markdown) from 0.3.0 to 0.7.0.
- [Release notes](https://github.com/x-govuk/govuk-markdown/releases)
- [Commits](x-govuk/govuk-markdown@v0.3.0...v0.7.0)

---
updated-dependencies:
- dependency-name: govuk-markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@github-actions github-actions bot merged commit 4b25780 into main Jul 15, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/govuk-markdown-0.7.0 branch July 15, 2024 10:45
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