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-dev): bump svelte-highlight from 7.4.6 to 7.4.8 in /svelte-app #1067

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps svelte-highlight from 7.4.6 to 7.4.8.

Release notes

Sourced from svelte-highlight's releases.

v7.4.8

Fixes

  • add missing exports to allow importing from svelte-highlight/styles and svelte-highlight/languages (#316, 12e7830)

This fix supports the following import variations:

// Base import for styles/languages
import { _default } from "svelte-highlight/styles";
import { _1c } from "svelte-highlight/languages";
// Explicit index
import { _default } from "svelte-highlight/styles/index";
import { typescript } from "svelte-highlight/languages/index";
// Explicit extension
import lang from "svelte-highlight/languages/1c.js"
import style from "svelte-highlight/styles/3024.js";

v7.4.7

Fixes

  • use declare const for languages and styles type definitions (#314, bd956d6)
Changelog

Sourced from svelte-highlight's changelog.

7.4.8 - 2024-01-04

Fixes

  • add missing exports to allow importing from svelte-highlight/styles and svelte-highlight/languages

7.4.7 - 2023-12-28

Fixes

  • use declare const for languages and styles type definitions
Commits
  • 50f2465 v7.4.8
  • 12e7830 fix(exports): include additional exports in package.json (#316)
  • d714e6f chore(examples): bump deps [ci skip]
  • 8ae4150 chore(docs): use view transitions
  • ce4363c chore(docs): use Vite prebundle instead of preprocessor
  • 18d5b0f chore(docs): move pkg constants to vite.define
  • e6f6702 style(docs): disable text-size-adjust
  • 98263d4 style(docs): improve mobile display
  • a4b112e v7.4.7
  • 6ed7116 Revert "style(docs): import g100 theme directly"
  • Additional commits viewable 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2024
Bumps [svelte-highlight](https://github.com/metonym/svelte-highlight) from 7.4.6 to 7.4.8.
- [Release notes](https://github.com/metonym/svelte-highlight/releases)
- [Changelog](https://github.com/metonym/svelte-highlight/blob/master/CHANGELOG.md)
- [Commits](metonym/svelte-highlight@v7.4.6...v7.4.8)

---
updated-dependencies:
- dependency-name: svelte-highlight
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-app/svelte-highlight-7.4.8 branch from d41cad7 to 4fd769c Compare January 25, 2024 21:34
@kiosion kiosion merged commit 7f4cc43 into main Jan 26, 2024
1 of 2 checks passed
@kiosion kiosion deleted the dependabot/npm_and_yarn/svelte-app/svelte-highlight-7.4.8 branch January 26, 2024 17:26
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.

1 participant