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 ngx-highlightjs from 9.0.0 to 10.0.0 in /springwolf-ui #252

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps ngx-highlightjs from 9.0.0 to 10.0.0.

Release notes

Sourced from ngx-highlightjs's releases.

v10.0.0

What's Changed

  • feat: Migrate to Angular standalone components, closes #260 in cadcd11.
  • fix: Add line-numbers as a sub package, closes #234 in 7f8f551.
  • refactor: Update deprecated rxjs usage.

Breaking changes

  • When using HighlightPlusModule, you must have provideHttpClient() provided in your main.ts file in order to make the http requests work.
  • The line numbers plugin is now included within the package, the import path should point to the new sub-package ngx-highlightjs/line-numbers
providers: [
  {
    provide: HIGHLIGHT_OPTIONS,
    useValue: {
      lineNumbersLoader: () => import('ngx-highlightjs/line-numbers')
    }
  }
]

Full Changelog: MurhafSousli/ngx-highlightjs@v9.0.0...v10.0.0

Changelog

Sourced from ngx-highlightjs's changelog.

10.0.0

  • feat: Migrate to Angular standalone components, closes #260 in cadcd11.
  • fix: Add line-numbers as a sub package, closes #234 in 7f8f551.
  • refactor: Update deprecated rxjs usage.

Breaking changes

  • When using HighlightPlusModule, you must have provideHttpClient() provided in your main.ts file in order to make the http requests work.
  • The line numbers plugin is now included within the package, the import path should point to the new sub-package ngx-highlightjs/line-numbers
providers: [
  {
    provide: HIGHLIGHT_OPTIONS,
    useValue: {
      lineNumbersLoader: () => import('ngx-highlightjs/line-numbers')
    }
  }
]
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [ngx-highlightjs](https://github.com/murhafsousli/ngx-highlightjs) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/murhafsousli/ngx-highlightjs/releases)
- [Changelog](https://github.com/MurhafSousli/ngx-highlightjs/blob/master/CHANGELOG.md)
- [Commits](MurhafSousli/ngx-highlightjs@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: ngx-highlightjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 26, 2023
@netlify
Copy link

netlify bot commented Jun 26, 2023

Deploy Preview for springwolf-ui ready!

Name Link
🔨 Latest commit ecf9067
🔍 Latest deploy log https://app.netlify.com/sites/springwolf-ui/deploys/649a1973f4e74000082e5e50
😎 Deploy Preview https://deploy-preview-252--springwolf-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@timonback timonback merged commit 9cebc6c into master Jun 30, 2023
10 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/springwolf-ui/ngx-highlightjs-10.0.0 branch June 30, 2023 11:24
ctasada pushed a commit to ctasada/springwolf-core that referenced this pull request Jul 1, 2023
…-ui (springwolf#252)

Bumps [ngx-highlightjs](https://github.com/murhafsousli/ngx-highlightjs) from 9.0.0 to 10.0.0.
- [Release notes](https://github.com/murhafsousli/ngx-highlightjs/releases)
- [Changelog](https://github.com/MurhafSousli/ngx-highlightjs/blob/master/CHANGELOG.md)
- [Commits](MurhafSousli/ngx-highlightjs@v9.0.0...v10.0.0)

---
updated-dependencies:
- dependency-name: ngx-highlightjs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant