sam-mata / website

My personal website, build with SvelteKit, Vercel, and Tailwind.
https://sammata.nz/
1 stars 0 forks source link

Bump the npm-dependencies group across 1 directory with 7 updates #319

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the npm-dependencies group with 7 updates in the / directory:

Package From To
elevenlabs 0.11.0 0.36.4
openai 4.53.0 4.53.2
@typescript-eslint/eslint-plugin 7.17.0 7.18.0
@typescript-eslint/parser 7.17.0 7.18.0
eslint 9.7.0 9.8.0
tailwindcss 3.4.6 3.4.7
vite 5.3.4 5.3.5

Updates elevenlabs from 0.11.0 to 0.36.4

Release notes

Sourced from elevenlabs's releases.

v0.12.0

What's Changed

Full Changelog: https://github.com/elevenlabs/elevenlabs-js/compare/v0.11.0...v0.12.0

Commits


Updates openai from 4.53.0 to 4.53.2

Release notes

Sourced from openai's releases.

v4.53.2

4.53.2 (2024-07-26)

Full Changelog: v4.53.1...v4.53.2

Chores

  • docs: fix incorrect client var names (#955) (cc91be8)

v4.53.1

4.53.1 (2024-07-25)

Full Changelog: v4.53.0...v4.53.1

Bug Fixes

  • compat: remove ReadableStream polyfill redundant since node v16 (#954) (78b2a83)

Chores

Changelog

Sourced from openai's changelog.

4.53.2 (2024-07-26)

Full Changelog: v4.53.1...v4.53.2

Chores

  • docs: fix incorrect client var names (#955) (cc91be8)

4.53.1 (2024-07-25)

Full Changelog: v4.53.0...v4.53.1

Bug Fixes

  • compat: remove ReadableStream polyfill redundant since node v16 (#954) (78b2a83)

Chores

Commits


Updates @typescript-eslint/eslint-plugin from 7.17.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

Changelog

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

7.18.0 (2024-07-29)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib

  • eslint-plugin: [unbound-method] report on destructuring in function parameters

  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types

  • eslint-plugin: [strict-boolean-expressions] support branded booleans

❤️ Thank You

  • auvred
  • Oliver Salzburg
  • Vinccool96
  • Yukihiro Hasegawa

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

Commits
  • 35cf3d2 chore(release): publish 7.18.0
  • 46a5709 docs: link no-duplicate-type-constituents and no-redundant-type-constituents ...
  • 9eec790 fix(eslint-plugin): [strict-boolean-expressions] support branded booleans (#9...
  • 9927a29 docs: add ast-spec, type-utils docs with docusaurus-plugin-typedoc (#9293)
  • fb0ca4c docs: remove unnecessary v8 links (#9611)
  • 3591b78 fix(eslint-plugin): [no-duplicate-type-constituents] shouldn't report on erro...
  • 64b4e43 fix(eslint-plugin): [unbound-method] report on destructuring in function para...
  • bf4abdf fix(eslint-plugin): [no-unnecessary-type-assertion] prevent runtime error whe...
  • 6b92aa5 chore: reorg repo level utils, lint and typecheck repo files (#9618)
  • 1e32db1 chore: enable radix (#9563)
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 7.17.0 to 7.18.0

Release notes

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

v7.18.0

7.18.0 (2024-07-29)

🚀 Features

  • types: update ECMA versions (#9634)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
  • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
  • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
  • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

❤️ Thank You

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

Changelog

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

7.18.0 (2024-07-29)

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 from 9.7.0 to 9.8.0

Release notes

Sourced from eslint's releases.

v9.8.0

Features

  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)

Bug Fixes

  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)

Documentation

Build Related

  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)

Chores

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
Changelog

Sourced from eslint's changelog.

v9.8.0 - July 26, 2024

  • deee448 chore: upgrade to @eslint/js@9.8.0 (#18720) (Francesco Trotta)
  • 4aaf2b3 chore: package.json update for @​eslint/js release (Jenkins)
  • 8e1a627 chore: update dependency @​eslint/core to ^0.2.0 (#18700) (renovate[bot])
  • 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas)
  • 282df1a docs: Add system theme option (#18617) (Amaresh S M)
  • ab0ff27 fix: Throw error when invalid flags passed (#18705) (Nicholas C. Zakas)
  • 70dc803 fix: basePath directory can never be ignored (#18711) (Milos Djermanovic)
  • 53b1ff0 docs: Debug config docs (#18698) (Nicholas C. Zakas)
  • 4514424 build: Enable JSON linting (#18681) (Nicholas C. Zakas)
  • a7016a5 docs: fix search input stylings (#18682) (Amaresh S M)
Commits


Updates tailwindcss from 3.4.6 to 3.4.7

Release notes

Sourced from tailwindcss's releases.

v3.4.7

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Changelog

Sourced from tailwindcss's changelog.

[3.4.7] - 2024-07-25

Fixed

  • Fix class detection in Slim templates with attached attributes and ID (#14019)
  • Ensure attribute values in data-* and aria-* modifiers are always quoted in the generated CSS (#14037)
Commits
  • 9824cb6 Update version in package.json
  • aa6c10f Add missing heading to changelog
  • 245058c Update changelog for v3.4.7
  • 605d8cd Update CHANGELOG.md
  • 680c55c Normalize attribute selector for data-* and aria-* modifiers (#14037)
  • 866860e Print eventual lightning CSS parsing errors when the CSS matcher fail (#14034)
  • bdc87ae Fix class detection in Slim templates with attached attributes and IDs (#14019)
  • See full diff in compare view


Updates vite from 5.3.4 to 5.3.5

Changelog

Sourced from vite's changelog.

5.3.5 (2024-07-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
vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 29, 2024 8:52pm
dependabot[bot] commented 1 month ago

Looks like these dependencies are updatable in another way, so this is no longer needed.