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 the dev-npm group with 10 updates #294

Closed
wants to merge 2 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the dev-npm group with 10 updates:

Package From To
@types/webextension-polyfill 0.10.7 0.12.0
tailwindcss 3.4.9 3.4.10
wxt 0.19.4 0.19.6
@sveltejs/adapter-auto 3.2.3 3.2.4
@sveltejs/kit 2.5.21 2.5.22
vite 5.4.0 5.4.1
@hey-api/openapi-ts 0.52.4 0.52.9
typescript-eslint 8.0.1 8.1.0
@sveltejs/package 2.3.3 2.3.4
publint 0.2.9 0.2.10

Updates @types/webextension-polyfill from 0.10.7 to 0.12.0

Commits

Updates tailwindcss from 3.4.9 to 3.4.10

Release notes

Sourced from tailwindcss's releases.

v3.4.10

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Changelog

Sourced from tailwindcss's changelog.

[3.4.10] - 2024-08-13

Fixed

  • Bump versions of plugins in the Standalone CLI (#14185)
Commits

Updates wxt from 0.19.4 to 0.19.6

Release notes

Sourced from wxt's releases.

wxt v0.19.6

compare changes

🔥 Performance

  • Ignore non-source code from the file watcher (#919)

🩹 Fixes

  • Typo in sidepanel options (browse_stylebrowser_style) (#914)
  • types: Don't report type errors when using string templates with browser.i18n.getMessage (#916)

❤️ Contributors

  • 1natsu

wxt v0.19.5

compare changes

🚀 Enhancements

  • Allow zipping hidden files by listing them explicitly in includeSources (#902)
  • Allow excluding files when zipping (#906)

🩹 Fixes

  • #907 move wxt devDeps execa to dependencies (#908, #907)
  • Update chromium setting for enabling content script sourcemaps (e6529e6)

❤️ Contributors

Commits
  • adf9d39 chore(release): wxt v0.19.6
  • b169959 perf: Ignore non-source code from the file watcher (#919)
  • 8675abf docs: Update ESM content script docs with example
  • a1fc19e chore(bench): Setup benchmark script for testing browser open timing (#917)
  • 8235de0 chore: Add profiling docs to CONTRIBUTING.md
  • 46a324a fix(types): Don't report type errors when using string templates with `browse...
  • c0af623 fix: Typo in sidepanel options (browse_stylebrowser_style) (#914)
  • 2fd3503 chore(release): wxt v0.19.5
  • e6529e6 fix: Update chromium setting for enabling content script sourcemaps
  • 72673ca fix: #907 move wxt devDeps execa to dependencies (#908)
  • Additional commits viewable in compare view

Updates @sveltejs/adapter-auto from 3.2.3 to 3.2.4

Release notes

Sourced from @​sveltejs/adapter-auto's releases.

@​sveltejs/adapter-auto@​3.2.4

Patch Changes

Changelog

Sourced from @​sveltejs/adapter-auto's changelog.

3.2.4

Patch Changes

Commits

Updates @sveltejs/kit from 2.5.21 to 2.5.22

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​2.5.22

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Changelog

Sourced from @​sveltejs/kit's changelog.

2.5.22

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Commits

Updates vite from 5.4.0 to 5.4.1

Changelog

Sourced from vite's changelog.

5.4.1 (2024-08-15)

Commits
  • b44c20c release: v5.4.1
  • 391bb49 fix(worker): handle self reference url worker in dependency for build (#17846)
  • e686d74 fix(build): avoid re-define __vite_import_meta_env__ (#17876)
  • 9018255 chore: fix picocolors import for local dev (#17884)
  • 1bda847 fix: align CorsOptions.origin type with @​types/cors (#17836)
  • e16bf1f refactor: remove handleHotUpdate from watch-package-data plugin (#17865)
  • 6700594 fix: typings for vite:preloadError (#17868)
  • d11711c fix(deps): update all non-major dependencies (#17869)
  • 4e5ce3c fix(lightningcss): search for assets with correct base path (#17856)
  • e961b31 fix: build.modulePreload.resolveDependencies is optimizable (#16083)
  • Additional commits viewable in compare view

Updates @hey-api/openapi-ts from 0.52.4 to 0.52.9

Release notes

Sourced from @​hey-api/openapi-ts's releases.

@​hey-api/openapi-ts@​0.52.9

Patch Changes

@​hey-api/openapi-ts@​0.52.8

Patch Changes

@​hey-api/openapi-ts@​0.52.7

Patch Changes

@​hey-api/openapi-ts@​0.52.6

Patch Changes

@​hey-api/openapi-ts@​0.52.5

Patch Changes

Commits
  • 7e84960 Merge pull request #945 from hey-api/changeset-release/main
  • f3c9292 Version Packages
  • 399f3e3 Merge pull request #955 from hey-api/ci/release-permissions
  • 4453d99 ci: fix permissions for changeset
  • 7d79642 Merge pull request #954 from hey-api/ci/npm-provenance
  • ad760d0 ci: add provenance publish flag
  • c0b44d7 Merge pull request #953 from hey-api/ci/pkg-pr-new
  • 970cdf1 ci: add pkg-pr-new step
  • da958d1 Merge pull request #950 from hey-api/chore/perf-test
  • 3f4e781 chore: start adding accurate types for OpenAPI 3.1
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.0.1 to 8.1.0

Release notes

Sourced from typescript-eslint's releases.

v8.1.0

8.1.0 (2024-08-12)

🚀 Features

  • eslint-plugin: [no-floating-promises] enable "add await" suggestion if ignoreVoid is true (#9703)
  • eslint-plugin: [no-unsafe-return] check promise any (#8693)
  • eslint-plugin: [no-misused-promises] check subtype methods against heritage type methods (#8765)
  • typescript-eslint: add JSDoc comments on generated configs (#9672)
  • typescript-estree: restrict variable declarator definite/init combinations (#9228)

🩹 Fixes

  • eslint-plugin: [no-unsafe-enum-comparison] typo in test (#9779)
  • eslint-plugin: [no-unnecessary-type-parameters] skip checking function bodies for AST references (#9738)
  • eslint-plugin: [member-ordering] get accessor member name & take into account abstract and decorator (#9775)
  • eslint-plugin: [prefer-optional-chain] wrong parenthesis fix output (#9597)
  • eslint-plugin: [no-unnecessary-type-parameters] clarify message (#9737)
  • utils: correct types to align with @​types/eslint v9 (#9657)
  • website: tsconfig is blank (#9745)

❤️ Thank You

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

Changelog

Sourced from typescript-eslint's changelog.

8.1.0 (2024-08-12)

🚀 Features

  • typescript-eslint: add JSDoc comments on generated configs

❤️ Thank You

  • Aly Thobani
  • Brad Zacher
  • James
  • Josh Goldberg ✨
  • Joshua Chen
  • Olivier Zalmanski
  • YeonJuan
  • Yukihiro Hasegawa

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

Commits
  • 3d78392 chore(release): publish 8.1.0
  • 90576fa feat(typescript-eslint): add JSDoc comments on generated configs (#9672)
  • fb65883 chore: set reportUnusedDisableDirectives level to error (#9743)
  • See full diff in compare view

Updates @sveltejs/package from 2.3.3 to 2.3.4

Release notes

Sourced from @​sveltejs/package's releases.

@​sveltejs/package@​2.3.4

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Changelog

Sourced from @​sveltejs/package's changelog.

2.3.4

Patch Changes

  • chore: configure provenance in a simpler manner (#12570)
Commits

Updates publint from 0.2.9 to 0.2.10

Release notes

Sourced from publint's releases.

v0.2.10

Features

  • Adds a new rule that validates the "repository" field (bluwy/publint#106)
    • If "repository" is a string, it must be one of the supported shorthand strings from the docs.
    • If "repository" is an object with "type": "git", the "url" must be a valid git URL and can be parsed by npm.
    • The git:// protocol for GitHub repos should not be used due security concerns.
    • GitHub or GitLab links should be prefixed with git+ and postfixed with .git. (This is also warned by npm when publishing a package).

New Contributors

Full Changelog: bluwy/publint@v0.2.9...v0.2.10

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 <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-npm group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [@types/webextension-polyfill](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/webextension-polyfill) | `0.10.7` | `0.12.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.9` | `3.4.10` |
| [wxt](https://github.com/wxt-dev/wxt) | `0.19.4` | `0.19.6` |
| [@sveltejs/adapter-auto](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-auto) | `3.2.3` | `3.2.4` |
| [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) | `2.5.21` | `2.5.22` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.0` | `5.4.1` |
| [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts) | `0.52.4` | `0.52.9` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.0.1` | `8.1.0` |
| [@sveltejs/package](https://github.com/sveltejs/kit/tree/HEAD/packages/package) | `2.3.3` | `2.3.4` |
| [publint](https://github.com/bluwy/publint/tree/HEAD/pkg) | `0.2.9` | `0.2.10` |


Updates `@types/webextension-polyfill` from 0.10.7 to 0.12.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/webextension-polyfill)

Updates `tailwindcss` from 3.4.9 to 3.4.10
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.10/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.9...v3.4.10)

Updates `wxt` from 0.19.4 to 0.19.6
- [Release notes](https://github.com/wxt-dev/wxt/releases)
- [Commits](wxt-dev/wxt@wxt-v0.19.4...wxt-v0.19.6)

Updates `@sveltejs/adapter-auto` from 3.2.3 to 3.2.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/adapter-auto/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/adapter-auto)

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

Updates `vite` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.1/packages/vite)

Updates `@hey-api/openapi-ts` from 0.52.4 to 0.52.9
- [Release notes](https://github.com/hey-api/openapi-ts/releases)
- [Changelog](https://github.com/hey-api/openapi-ts/blob/main/docs/CHANGELOG.md)
- [Commits](https://github.com/hey-api/openapi-ts/compare/@hey-api/[email protected]...@hey-api/[email protected])

Updates `typescript-eslint` from 8.0.1 to 8.1.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.1.0/packages/typescript-eslint)

Updates `@sveltejs/package` from 2.3.3 to 2.3.4
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/package/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/[email protected]/packages/package)

Updates `publint` from 0.2.9 to 0.2.10
- [Release notes](https://github.com/bluwy/publint/releases)
- [Commits](https://github.com/bluwy/publint/commits/v0.2.10/pkg)

---
updated-dependencies:
- dependency-name: "@types/webextension-polyfill"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: wxt
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/adapter-auto"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: "@hey-api/openapi-ts"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-npm
- dependency-name: "@sveltejs/package"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
- dependency-name: publint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from jordanshatford as a code owner August 19, 2024 02:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Aug 19, 2024
Copy link

vercel bot commented Aug 19, 2024

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

Name Status Preview Comments Updated (UTC)
youtube-downloader ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 21, 2024 10:53am

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

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

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-npm-3a0d3e6020 branch August 26, 2024 02:28
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