Skip to content

chore(deps): update all non-major dependencies#170

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#170
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 28, 2025

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@crxjs/vite-plugin (source) 2.0.0-beta.32 -> 2.3.0 age confidence
@eslint/js (source) 9.25.1 -> 9.39.2 age confidence
@tabler/icons-vue (source) 3.31.0 -> 3.36.0 age confidence
@tailwindcss/vite (source) 4.1.4 -> 4.1.18 age confidence
@types/node (source) 22.15.2 -> 22.19.3 age confidence
@vitejs/plugin-vue (source) 5.2.3 -> 5.2.4 age confidence
@vitest/coverage-v8 (source) 3.1.2 -> 3.2.4 age confidence
@vitest/ui (source) 3.1.2 -> 3.2.4 age confidence
@vueuse/core (source) 13.1.0 -> 13.9.0 age confidence
eslint (source) 9.25.1 -> 9.39.2 age confidence
eslint-plugin-tailwindcss 3.18.0 -> 3.18.2 age confidence
eslint-plugin-vue (source) 10.0.0 -> 10.6.2 age confidence
globals 16.0.0 -> 16.5.0 age confidence
happy-dom 17.4.4 -> 17.6.3 age confidence
ofetch 1.4.1 -> 1.5.1 age confidence
prettier (source) 3.5.3 -> 3.7.4 age confidence
prettier-plugin-tailwindcss ^0.6.11 -> ^0.7.0 age confidence
tailwind-merge 3.2.0 -> 3.4.0 age confidence
tailwindcss (source) 4.1.4 -> 4.1.18 age confidence
tw-animate-css 1.2.8 -> 1.4.0 age confidence
vite (source) 6.3.3 -> 6.4.1 age confidence
vitest (source) 3.1.2 -> 3.2.4 age confidence
vue (source) 3.5.13 -> 3.5.26 age confidence
vue-router (source) 4.5.1 -> 4.6.4 age confidence

Release Notes

crxjs/chrome-extension-tools (@​crxjs/vite-plugin)

v2.3.0

Compare Source

Minor Changes
  • ee17090: * adds support for main world content scripts declared from manifest
    • shows warning during development for detected main world scripts so that the
      dev is not surprised the hmr does not work for it
    • does not touch chrome.scripting.registerContentScripts scripts, as they
      already work

v2.2.1

Compare Source

Patch Changes
  • 5ff5465: feat(vite-plugin): limit path string checking to literals

v2.2.0

Compare Source

Minor Changes
  • 1b0ada4: feat: add support for root url content script match in firefox #​1056

v2.1.0

Compare Source

Minor Changes
  • 637e12c: feat: include sourcemaps in web_accessible_resources
  • 3e7a1b3: feat: allow query string in manifest html urls

v2.0.3

Compare Source

Patch Changes
  • 96c942b: fix: usage of newer picocolor api when using old dependency #​1038
  • 548fb58: Add optional_host_permissions to manifest schemas

v2.0.2

Compare Source

Patch Changes
  • dcd88ee: fix: update repository url

v2.0.1

Compare Source

Patch Changes

v2.0.0

Compare Source

Major Changes
  • 628b14f: ## Vite 3 support and new file writer

    This release adds Vite 3 support and includes a complete rewrite of the
    content script file writer. There are no intentional breaking changes, but
    Vite 3 support required significant changes under the hood, therefore this is
    a major release.

  • f4eb4d4: fix: workaround for the issue with chrome.runtime.getURL introduced
    in Chrome 130 causing CSP rejecting script due to different origin (GUID
    instead of chrome extension id)

Minor Changes
Patch Changes
  • a336cdf: fix: make HMR working again with latest vite version
  • ca0dfee: WIP: fix HMR singleton issue
  • cc76555: fix: hmr error
  • 459a38e: fix: cjs require file
  • 0a9ed4f: Proxy Cache-Control header
  • ce9fe1c: Fix/web accessible resources script modules
  • 3dea230: Add tip type: module to vue page
  • 47eeda7: fix(package): update cjs export path
  • b0ba786: fix: monorepo hmr
  • 1728bdd: Add newline to generated manifest.json (issue #​668)
  • cbfd0b3: Delete invalid changeset
  • f5c4bd7: fix: background scripts for firefox build
  • badc910: fix: maintain ; and , during minification
  • ec9e879: chore: move rxjs to package.deps
  • ec2b79c: fix: avoid waiting for fileReady when serving
  • 8525e04: Propagate headers in hmr-client-worker.ts/sendToServer
  • d0de5c8: fix: reset contentScripts when main plugin is initialized
  • af2fdbc: fix: filter out vite serve plugin context
  • 34980de: feat: add compatibility mode for Firefox
  • fcd4f85: fix: do not use loader for contents scripts that have no imports or
    exports
  • a3d1540: Make PR/CI checks run on windows
  • 00be1a1: fix: add new screenshot and remove the redudant code
  • 136c34f: removing unnecessary v8 dependency
  • 0dac0e3: Clean up archived files and update magic-string
  • 3ad36f0: Add project status announcements
  • 557721e: fix: infinite recursion on circular dependency
  • 0b69ce7: temporary fix for dynamic imports
  • 3333d30: Bug/back forward cache
  • 936ed77: Add inline sourcemap support to content scripts
  • a6ee0d2: Test: infinite recursion on circular dependency
  • 53534d0: Remove peerDeps, optDeps, engines
  • 42baebb: React v18 ReactDOM.render changes
  • a4982e3: Add content script module API
  • 06c9c86: fix: pass war through a set to dedupe
  • d7949bf: Fix commonjs export
  • ce84b68: Update manifest author field schema to match documentation.
  • cbce5e1: Hotfix background
  • ee860e7: fix background.type manifest property typescript type
  • 088ab78: fix: build is broken when using minify with dynamic modules (#​573)
  • 3cf9305: Fix content scripts hmr
  • 7873d9a: fix(vite): replace path.posix with pathe to fix windows build
  • bbc4d33: fix: schema of input_components
  • ef545f6: build(deps): bump rollup from 2.78.1 to 2.79.2 in
    /packages/vite-plugin build(deps): bump vite from 3.1.7 to 3.2.11 in
    /packages/vite-plugin
  • 48d8c68: Vite 5 moved vite manifest from 'manifest.json' to
    '.vite/manifest.json'. This change updates the plugin to use the new location
    if Vite major version is >4, old location otherwise.
  • 5ac019d: React conflicts with preact

v2.0.0-beta.33

Compare Source

Patch Changes
  • a336cdf: fix: make HMR working again with latest vite version
  • fcd4f85: fix: do not use loader for contents scripts that have no imports or
    exports
  • 3333d30: Bug/back forward cache
eslint/eslint (@​eslint/js)

v9.39.2

Compare Source

v9.39.1

Compare Source

v9.39.0

Compare Source

v9.38.0

Compare Source

Features
  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)
Bug Fixes
  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)
Documentation
  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)
Chores

v9.37.0

Compare Source

Features
  • 39f7fb4 feat: preserve-caught-error should recognize all static "cause" keys (#​20163) (Pixel998)
  • f81eabc feat: support TS syntax in no-restricted-imports (#​19562) (Nitin Kumar)
Bug Fixes
Documentation
  • b950359 docs: fix typos across the docs (#​20182) (루밀LuMir)
  • 42498a2 docs: improve ToC accessibility by hiding non-semantic character (#​20181) (Percy Ma)
  • 29ea092 docs: Update README (GitHub Actions Bot)
  • 5c97a04 docs: show availableUntil in deprecated rule banner (#​20170) (Pixel998)
  • 90a71bf docs: update README files to add badge and instructions (#​20115) (루밀LuMir)
  • 1603ae1 docs: update references from master to main (#​20153) (루밀LuMir)
Chores
  • afe8a13 chore: update @eslint/js dependency to version 9.37.0 (#​20183) (Francesco Trotta)
  • abee4ca chore: package.json update for @​eslint/js release (Jenkins)
  • fc9381f chore: fix typos in comments (#​20175) (overlookmotel)
  • e1574a2 chore: unpin jiti (#​20173) (renovate[bot])
  • e1ac05e refactor: mark ESLint.findConfigFile() as async, add missing docs (#​20157) (Pixel998)
  • 347906d chore: update eslint (#​20149) (renovate[bot])
  • 0cb5897 test: remove tmp dir created for circular fixes in multithread mode test (#​20146) (Milos Djermanovic)
  • bb99566 ci: pin jiti to version 2.5.1 (#​20151) (Pixel998)
  • 177f669 perf: improve worker count calculation for "auto" concurrency (#​20067) (Francesco Trotta)
  • 448b57b chore: Mark deprecated formatting rules as available until v11.0.0 (#​20144) (Milos Djermanovic)

v9.36.0

Compare Source

Features
  • 47afcf6 feat: correct preserve-caught-error edge cases (#​20109) (Francesco Trotta)
Bug Fixes
Documentation
  • b73ab12 docs: update examples to use defineConfig (#​20131) (sethamus)
  • 31d9392 docs: fix typos (#​20118) (Pixel998)
  • c7f861b docs: Update README (GitHub Actions Bot)
  • 6b0c08b docs: Update README (GitHub Actions Bot)
  • 91f97c5 docs: Update README (GitHub Actions Bot)
Chores

v9.35.0

Compare Source

Features
  • 42761fa feat: implement suggestions for no-empty-function (#​20057) (jaymarvelz)
  • 102f444 feat: implement suggestions for no-empty-static-block (#​20056) (jaymarvelz)
  • e51ffff feat: add preserve-caught-error rule (#​19913) (Amnish Singh Arora)
Bug Fixes
  • 10e7ae2 fix: update uncloneable options error message (#​20059) (soda-sorcery)
  • bfa4601 fix: ignore empty switch statements with comments in no-empty rule (#​20045) (jaymarvelz)
  • dfd11de fix: add before and after to test case types (#​20049) (Francesco Trotta)
  • dabbe95 fix: correct types for no-restricted-imports rule (#​20034) (Milos Djermanovic)
  • ea789c7 fix: no-loss-of-precision false positive with uppercase exponent (#​20032) (sethamus)
Documentation
  • d265515 docs: improve phrasing - "if" → "even if" from getting-started section (#​20074) (jjangga0214)
  • a355a0e docs: invert comparison logic for example in no-var doc page (#​20064) (OTonGitHub)
  • 5082fc2 docs: Update README (GitHub Actions Bot)
  • 99cfd7e docs: add missing "the" in rule deprecation docs (#​20050) (Josh Goldberg ✨)
  • 6ad8973 docs: update --no-ignore and --ignore-pattern documentation (#​20036) (Francesco Trotta)
  • 8033b19 docs: add documentation for --no-config-lookup (#​20033) (Francesco Trotta)
Chores

v9.34.0

Compare Source

Features
  • 0bb777a feat: multithread linting (#​19794) (Francesco Trotta)
  • 43a5f9e feat: add eslint-plugin-regexp to eslint-config-eslint base config (#​19951) (Pixel998)
Bug Fixes
  • 9b89903 fix: default value of accessor-pairs option in rule.d.ts file (#​20024) (Tanuj Kanti)
  • 6c07420 fix: fix spurious failure in neostandard integration test (#​20023) (Kirk Waiblinger)
  • 676f4ac fix: allow scientific notation with trailing zeros matching exponent (#​20002) (Sweta Tanwar)
Documentation
  • 0b4a590 docs: make rulesdir deprecation clearer (#​20018) (Domenico Gemoli)
  • 327c672 docs: Update README (GitHub Actions Bot)
  • bf26229 docs: Fix typo in core-concepts/index.md (#​20009) (Tobias Hernstig)
  • 2309327 docs: fix typo in the "Configuring Rules" section (#​20001) (ghazi-git)
  • 2b87e21 docs: [no-else-return] clarify sample code. (#​19991) (Yuki Takada (Yukinosuke Takada))
  • c36570c docs: Update README (GitHub Actions Bot)
Chores

v9.33.0

Compare Source

Features
  • e07820e feat: add global object access detection to no-restricted-globals (#​19939) (sethamus)
  • 90b050e feat: support explicit resource management in one-var (#​19941) (Sweta Tanwar)
Bug Fixes
  • 732433c fix: allow any type for meta.docs.recommended in custom rules (#​19995) (Francesco Trotta)
  • e8a6914 fix: Fixed potential bug in check-emfile-handling.js (#​19975) (諏訪原慶斗)
Documentation
  • 34f0723 docs: playground button for TypeScript code example (#​19671) (Tanuj Kanti)
  • dc942a4 docs: Update README (GitHub Actions Bot)
  • 5a4b6f7 docs: Update no-multi-assign.md (#​19979) (Yuki Takada (Yukinosuke Takada))
  • 247e156 docs: add missing let declarations in no-plusplus (#​19980) (Yuki Takada (Yukinosuke Takada))
  • 0d17242 docs: Update README (GitHub Actions Bot)
  • fa20b9d docs: Clarify when to open an issue for a PR (#​19974) (Nicholas C. Zakas)
Build Related
  • 27fa865 build: use ESLint class to generate formatter examples (#​19972) (Milos Djermanovic)
Chores

v9.32.0

Compare Source

Features
Bug Fixes
Documentation
  • 86e7426 docs: Update README (GitHub Actions Bot)
Chores
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#​19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#​19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#​19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#​19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#​19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#​19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#​19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#​19943) (Milos Djermanovic)

v9.31.0

Compare Source

Features
  • 35cf44c feat: output full actual location in rule tester if different (#​19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#​19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#​19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#​19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#​19892) (Milos Djermanovic)
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@sourcery-ai
Copy link

sourcery-ai bot commented Apr 28, 2025

Reviewer's Guide by Sourcery

This pull request updates the @types/node dependency from version 22.15.2 to 22.15.3. The changes are confined to the pnpm lock file, reflecting the updated dependency and its impact on dependent packages.

No diagrams generated as the changes look simple and do not need a visual representation.

File-Level Changes

Change Details Files
Update @types/node dependency
  • Updated the version of @types/node.
  • Updated the integrity hash for the new version of @types/node.
  • Updated references to the @types/node dependency within other package entries.
pnpm-lock.yaml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. It seems to have been created by a bot (hey, renovate[bot]!). We assume it knows what it's doing!

@renovate renovate bot changed the title chore(deps): update dependency @types/node to v22.15.3 chore(deps): update all non-major dependencies Apr 29, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f61e840 to 8a622e2 Compare April 30, 2025 20:30
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 30, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 6da81ef to 83dc281 Compare May 9, 2025 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 299e5bb to 2b30615 Compare May 16, 2025 22:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5f746f6 to a162065 Compare May 30, 2025 22:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from b4c553f to 45f8ad8 Compare June 12, 2025 00:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 424e603 to 0d7a423 Compare June 19, 2025 18:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 4f1ba25 to f151d6d Compare June 27, 2025 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants