p5-svelte icon indicating copy to clipboard operation
p5-svelte copied to clipboard

build(deps-dev): bump svelte-highlight from 5.3.2 to 6.0.1

Open dependabot[bot] opened this issue 2 years ago • 6 comments

Bumps svelte-highlight from 5.3.2 to 6.0.1.

Release notes

Sourced from svelte-highlight's releases.

v6.0.1

  • update generated SUPPORTED_LANGUAGES.md and SUPPORTED_STYLES.md

v6.0.0

Breaking Changes

  • use SvelteKit to package the library and auto-generate TypeScript definitions
    • styles are moved from src/styles to styles
    • languages are moved from src/languages to languages
- import github from "svelte-highlight/src/styles/github";
+ import github from "svelte-highlight/styles/github";
  • import typescript from "svelte-highlight/src/languages/typescript";
  • import typescript from "svelte-highlight/languages/typescript"; </script>
Changelog

Sourced from svelte-highlight's changelog.

6.0.1 - 2022-03-26

  • update generated SUPPORTED_LANGUAGES.md and SUPPORTED_STYLES.md

6.0.0 - 2022-03-26

Breaking Changes

  • use SvelteKit to package the library and auto-generate TypeScript definitions
    • styles are moved from src/styles to styles
    • languages are moved from src/languages to languages
Commits
  • 56d6340 v6.0.1
  • c7f9651 docs: update generated docs
  • c979a6c v6.0.0
  • 9dbb49b docs: update documentation
  • 28e902f build: fix build command in render.yaml (#205)
  • a04cdac build: use "svelte-kit package" to build the library (#204)
  • 675dff6 chore(examples): bump deps [ci skip] [deploy skip]
  • 7f78443 chore(examples): rebuild webpack deps [ci skip] [deploy skip]
  • 3a813c2 chore(deps-dev): bump deps
  • See full diff in compare view

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 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[bot] avatar Mar 28 '22 11:03 dependabot[bot]

Deploy Preview for p5-svelte ready!

Name Link
Latest commit be8e96b195aa7e0259254be849e11227b566e6cc
Latest deploy log https://app.netlify.com/sites/p5-svelte/deploys/624901c1e6c5680008faa7e0
Deploy Preview https://deploy-preview-118--p5-svelte.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 settings.

netlify[bot] avatar Mar 28 '22 11:03 netlify[bot]

@dependabot rebase

tonyketcham avatar Apr 03 '22 01:04 tonyketcham

@dependabot rebase

tonyketcham avatar Apr 03 '22 02:04 tonyketcham

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dependabot[bot] avatar Apr 03 '22 02:04 dependabot[bot]

Something seems to have changed in the syntax highlighting for Svelte in conjunction with the Highlight theme used and it ain't lookin right

tonyketcham avatar Apr 03 '22 02:04 tonyketcham

A newer version of svelte-highlight exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot[bot] avatar Jun 13 '22 11:06 dependabot[bot]