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 the dev-minor group with 5 updates #213

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 11, 2024

Bumps the dev-minor group with 5 updates:

Package From To
@vitest/eslint-plugin 1.1.7 1.1.8
postcss 8.4.47 8.4.48
sassdoc-theme-herman 6.0.1 6.0.2
svelte 5.1.12 5.1.13
svelte-check 4.0.5 4.0.6

Updates @vitest/eslint-plugin from 1.1.7 to 1.1.8

Release notes

Sourced from @​vitest/eslint-plugin's releases.

v1.1.8

No release notes provided.

Commits

Updates postcss from 8.4.47 to 8.4.48

Release notes

Sourced from postcss's releases.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Commits

Updates sassdoc-theme-herman from 6.0.1 to 6.0.2

Release notes

Sourced from sassdoc-theme-herman's releases.

v6.0.2

  • 🐛 BUGFIX: Address Sass deprecation warnings -- #443 & #449
  • 🏠 INTERNAL: Upgrade dependencies

Full Changelog: oddbird/sassdoc-theme-herman@v6.0.1...v6.0.2

Changelog

Sourced from sassdoc-theme-herman's changelog.

6.0.2: 2024-11-08

  • 🐛 BUGFIX: Address Sass deprecation warnings -- #443 & #449
  • 🏠 INTERNAL: Upgrade dependencies
Commits
  • bb9655c v6.0.2
  • dc91e52 Merge pull request #449 from oddbird/upgrade-deps
  • 1a477f8 Merge branch 'main' into upgrade-deps
  • 564f663 use color.adjust instead of color.scale
  • bb29f5a Address deprecation warnings
  • cad3b06 Upgrade eslint
  • ba15758 Merge pull request #448 from oddbird/dependabot/npm_and_yarn/npm-minor-upgrad...
  • 108edc8 Bump webpack in the npm-minor-upgrades group across 1 directory
  • f44cc08 Merge pull request #447 from oddbird/dependabot/npm_and_yarn/npm-minor-upgrad...
  • 0d0cbed Merge pull request #446 from oddbird/dependabot/npm_and_yarn/npm-major-upgrad...
  • Additional commits viewable in compare view

Updates svelte from 5.1.12 to 5.1.13

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: add migration task when there's a variable named that would conflict with a rune (#14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#14227)

  • fix: handle sibling combinators within :has (#14213)

  • fix: consider variables with synthetic store sub as state (#14195)

  • fix: read index as a source in legacy keyed each block (#14208)

  • fix: account for shadowing children slot during migration (#14224)

  • fix: ensure explicit nesting selector is always applied (#14193)

  • fix: add lang="ts" attribute during migration if needed (#14222)

Changelog

Sourced from svelte's changelog.

5.1.13

Patch Changes

  • fix: add migration task when there's a variable named that would conflict with a rune (#14216)

  • fix: consider valueOf in the reactive methods of SvelteDate (#14227)

  • fix: handle sibling combinators within :has (#14213)

  • fix: consider variables with synthetic store sub as state (#14195)

  • fix: read index as a source in legacy keyed each block (#14208)

  • fix: account for shadowing children slot during migration (#14224)

  • fix: ensure explicit nesting selector is always applied (#14193)

  • fix: add lang="ts" attribute during migration if needed (#14222)

Commits
  • 4bcd01b Version Packages (#14207)
  • 1060bea fix: consider valueOf in the reactive methods of SvelteDate (#14227)
  • f0c2d4c fix: account for shadowing children slot during migration (#14224)
  • 31e6bbb fix: add lang="ts" attribute during migration if needed (#14222)
  • 438de04 fix: add migration task when there's a variable named that would conflict wit...
  • 870745f fix: handle sibling combinators within :has (#14213)
  • 53af138 fix: read index as a source in legacy keyed each block (#14208)
  • ea0d80e fix: consider variables with synthetic store sub as state (#14195)
  • 1eed645 fix: ensure explicit nesting selector is always applied (#14193)
  • See full diff in compare view

Updates svelte-check from 4.0.5 to 4.0.6

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.6

  • chore: autotype const load = ... declarations (#2540)
  • chore: provide component instance type in Svelte 5 (#2553)
  • chore: support typescript 5.6 (#2545)
  • fix: infer object and array shapes from fallback types (#2562)
Commits
  • a3a6393 fix: keep linkedEditing working when tag name contains . (#2570)
  • 6513a28 fix: ignore exported variable declarations that aren't simple identifiers
  • 6180537 fix: copy global types into hidden folder in IDE contexts (#2561)
  • 02b6b06 fix: prevent false-positive auto completions on Svelte components (#2564)
  • b823694 fix: take complex/mapped typed into account during prop completions (#2563)
  • 776125b fix: infer object and array shapes from fallback types (#2562)
  • 98f7229 feat: support typescript 5.6 (#2545)
  • 01fbe14 feat: add runes mode indicator (#2554)
  • 8e7d7ef fix: properly highlight svelte 5 <component.dot.notation /> (#2552)
  • 39f3d04 feat: provide component instance type in Svelte 5 (#2553)
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-minor group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@vitest/eslint-plugin](https://github.com/vitest-dev/eslint-plugin-vitest) | `1.1.7` | `1.1.8` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.48` |
| [sassdoc-theme-herman](https://github.com/oddbird/sassdoc-theme-herman) | `6.0.1` | `6.0.2` |
| [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.1.12` | `5.1.13` |
| [svelte-check](https://github.com/sveltejs/language-tools) | `4.0.5` | `4.0.6` |


Updates `@vitest/eslint-plugin` from 1.1.7 to 1.1.8
- [Release notes](https://github.com/vitest-dev/eslint-plugin-vitest/releases)
- [Commits](vitest-dev/eslint-plugin-vitest@v1.1.7...v1.1.8)

Updates `postcss` from 8.4.47 to 8.4.48
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.48)

Updates `sassdoc-theme-herman` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/oddbird/sassdoc-theme-herman/releases)
- [Changelog](https://github.com/oddbird/sassdoc-theme-herman/blob/main/CHANGELOG.md)
- [Commits](oddbird/sassdoc-theme-herman@v6.0.1...v6.0.2)

Updates `svelte` from 5.1.12 to 5.1.13
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

Updates `svelte-check` from 4.0.5 to 4.0.6
- [Release notes](https://github.com/sveltejs/language-tools/releases)
- [Commits](sveltejs/language-tools@svelte-check-4.0.5...svelte-check-4.0.6)

---
updated-dependencies:
- dependency-name: "@vitest/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor
- dependency-name: sassdoc-theme-herman
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor
- dependency-name: svelte-check
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 11, 2024
Copy link

netlify bot commented Nov 11, 2024

Deploy Preview for oddcontrast ready!

Name Link
🔨 Latest commit 18665c2
🔍 Latest deploy log https://app.netlify.com/sites/oddcontrast/deploys/6731cda9e4e35f00086ef206
😎 Deploy Preview https://deploy-preview-213--oddcontrast.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.

@jgerigmeyer jgerigmeyer merged commit e165044 into main Nov 11, 2024
7 checks passed
@jgerigmeyer jgerigmeyer deleted the dependabot/npm_and_yarn/dev-minor-af2f5f2fec branch November 11, 2024 15:09
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