oddbird / oddcontrast

https://www.oddcontrast.com/
BSD 3-Clause "New" or "Revised" License
28 stars 1 forks source link

Bump the dev-minor group with 9 updates #201

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps the dev-minor group with 9 updates:

Package From To
@sveltejs/kit 2.5.28 2.6.1
@types/lodash 4.17.7 4.17.9
@typescript-eslint/eslint-plugin 8.6.0 8.7.0
@typescript-eslint/parser 8.6.0 8.7.0
eslint-plugin-svelte 2.44.0 2.44.1
prettier-plugin-svelte 3.2.6 3.2.7
sass-embedded 1.79.3 1.79.4
svelte-check 4.0.2 4.0.4
vite 5.4.7 5.4.8

Updates @sveltejs/kit from 2.5.28 to 2.6.1

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

@​sveltejs/kit@​2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.6.1

Patch Changes

  • fix: better error message when calling push/replaceState before router is initialized (#11968)

2.6.0

Minor Changes

  • feat: support typed arrays in load functions (#12716)

Patch Changes

  • fix: open a new tab for <form target="_blank"> and ` submissions (#11936)
Commits


Updates @types/lodash from 4.17.7 to 4.17.9

Commits


Updates @typescript-eslint/eslint-plugin from 8.6.0 to 8.7.0

Release notes

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

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function

  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue

  • eslint-plugin: [no-deprecated] report on imported deprecated variables

  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof

❤️ Thank You

  • Abraham Guo
  • auvred
  • Brian Donovan
  • Kirk Waiblinger

You can read about our versioning strategy and releases on our website.

Commits
  • b88ea33 chore(release): publish 8.7.0
  • cdd93f6 docs(eslint-plugin): [no-inferrable-types] do not use no-inferrable-types wit...
  • d0e35d9 feat(eslint-plugin): [consistent-type-exports] check export * exports to se...
  • dc1c6d3 docs: [no-unnecessary-type-parameters] add FAQ section (#9975)
  • e8555a0 feat(eslint-plugin): [no-unsafe-call] check calls of Function (#10010)
  • 8293546 fix(eslint-plugin): [no-confusing-non-null-assertion] check !in and !instance...
  • b75d42b fix(eslint-plugin): [no-deprecated] report on imported deprecated variables (...
  • c5dc755 docs: [no-floating-promises] clarify that void does not resolve promises (#9949)
  • 1c183ab fix(eslint-plugin): properly coerce all types to string in `getStaticMemberAc...
  • 7b149b9 docs: [strict-boolean-expressions] fix adominition (#10033)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 8.6.0 to 8.7.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.7.0

8.7.0 (2024-09-23)

🚀 Features

  • eslint-plugin: [no-unsafe-call] check calls of Function (#10010)
  • eslint-plugin: [consistent-type-exports] check export * exports to see if all exported members are types (#10006)

🩹 Fixes

  • eslint-plugin: properly coerce all types to string in getStaticMemberAccessValue (#10004)
  • eslint-plugin: [no-deprecated] report on imported deprecated variables (#9987)
  • eslint-plugin: [no-confusing-non-null-assertion] check !in and !instanceof (#9994)
  • types: add NewExpression as a parent of SpreadElement (#10024)
  • utils: add missing entries to the RuleListener selectors list (#9992)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.7.0 (2024-09-23)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates eslint-plugin-svelte from 2.44.0 to 2.44.1

Release notes

Sourced from eslint-plugin-svelte's releases.

eslint-plugin-svelte@2.44.1

Patch Changes

Commits
  • 29545a2 chore: release eslint-plugin-svelte (#865)
  • 580e48a fix(svelte/indent): ensure proper snippet indent (#864)
  • c840776 chore(deps): update dependency esbuild to ^0.24.0
  • d2a5ff7 chore(deps): update dependency svelte to v5.0.0-next.249
  • 14359b4 chore(deps): update dependency svelte to v5.0.0-next.247
  • b5a9aad chore(deps): update dependency svelte to v5.0.0-next.246
  • e8e05b6 chore(deps): update dependency typescript to ~5.6.0
  • See full diff in compare view


Updates prettier-plugin-svelte from 3.2.6 to 3.2.7

Changelog

Sourced from prettier-plugin-svelte's changelog.

3.2.7 (unreleased)

  • (fix) force quote style inside style directives
  • (fix) preserve commas in array expressions
  • (fix) Svelte 5: properly determine end of snippet parameters with TS annotations
Commits
  • 10d387a chore: release 3.2.7
  • 2f83961 chore: run prettier in ci (#452)
  • 5630294 fix: preserve commas in array expressions
  • a1a3f92 fix: properly determine end of snippet parameters with TS annotations
  • 0c5692a fix: force quote style inside style directives
  • See full diff in compare view


Updates sass-embedded from 1.79.3 to 1.79.4

Changelog

Sourced from sass-embedded's changelog.

1.79.4

JS API

  • Fix a bug where passing green or blue to color.change() for legacy colors would fail.
Commits


Updates svelte-check from 4.0.2 to 4.0.4

Release notes

Sourced from svelte-check's releases.

svelte-check-4.0.4

  • fix: relax component constructor type (#2524)

svelte-check-4.0.3

  • breaking(svelte5): only generate function component shape in runes mode (#2517). This means you can no longer just do Component in type positions. Instead you need to prepend it with typeof. Here's how you do it:
    • ...when typing a component instance: Before: let x: Component. After: let x: ReturnType<typeof Component>
    • ...when typing a component constructor/function: Before let x: typeof Component. After let x: typeof Component (no change)
  • fix: revert additional two-way-binding checks as they were causing bugs (#2508)
  • fix: include files indirectly belonging to a project into correct project (#2488)
  • fix: check project files update more aggressively before assigning service (#2518)
  • chore: upgrade to chokidar 4 (#2502)
Commits
  • 4dfb988 fix: relax component constructor type (#2524)
  • fc2144b chore: upgrade to chokidar 4 (#2502)
  • 7c76ec5 fix: check project files update more aggressively before assigning service (#...
  • 837b61f breaking(svelte5): only generate function component shape in runes mode (#2517)
  • 35af691 perf: auto import cache for svelte-kit language service proxy (#2513)
  • 81019d9 fix: revert additional two-way-binding checks (#2508)
  • e74f1d7 chore: revert accidental commit
  • e132b56 fix: make no Svelte files found a warning (#2507)
  • 94a7352 fix: include files indirectly belonging to a project into correct project (#2...
  • 73125a6 fix: silence type error in old d.ts files
  • See full diff in compare view


Updates vite from 5.4.7 to 5.4.8

Changelog

Sourced from vite's changelog.

5.4.8 (2024-09-25)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
netlify[bot] commented 1 week ago

Deploy Preview for oddcontrast ready!

Name Link
Latest commit bda513a03a953842915182f8f2b7fbdd787c515b
Latest deploy log https://app.netlify.com/sites/oddcontrast/deploys/66fa61cdb8d5b2000847da4b
Deploy Preview https://deploy-preview-201--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.