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

fix(deps): update all non-major dependencies #1176

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ianvs/prettier-plugin-sort-imports 4.1.1 -> 4.4.1 age adoption passing confidence
@mischnic/json-sourcemap 0.1.0 -> 0.1.1 age adoption passing confidence
@swc/core (source) 1.3.96 -> 1.10.16 age adoption passing confidence
@types/chrome (source) 0.0.251 -> 0.0.304 age adoption passing confidence
@types/node (source) 20.9.0 -> 20.17.19 age adoption passing confidence
@types/semver (source) 7.5.5 -> 7.5.8 age adoption passing confidence
@types/ws (source) 8.5.9 -> 8.5.14 age adoption passing confidence
@vue/compiler-sfc (source) 3.3.8 -> 3.5.13 age adoption passing confidence
abortcontroller-polyfill 1.7.5 -> 1.7.8 age adoption passing confidence
browserslist 4.22.1 -> 4.24.4 age adoption passing confidence
chalk 5.3.0 -> 5.4.1 age adoption passing confidence
change-case (source) 5.1.2 -> 5.4.4 age adoption passing confidence
content-security-policy-parser 0.4.1 -> 0.6.0 age adoption passing confidence
crypto-browserify 3.12.0 -> 3.12.1 age adoption passing confidence
dotenv 16.3.1 -> 16.4.7 age adoption passing confidence
esbuild 0.19.5 -> 0.25.0 age adoption passing confidence
eslint (source) 9.20.0 -> 9.20.1 age adoption passing confidence
eslint-config-prettier 9.0.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-react 7.33.2 -> 7.37.4 age adoption passing confidence
fast-glob 3.3.2 -> 3.3.3 age adoption passing confidence
fflate (source) 0.8.1 -> 0.8.2 age adoption passing confidence
fs-extra 11.1.1 -> 11.3.0 age adoption passing confidence
get-port 7.0.0 -> 7.1.0 age adoption passing confidence
globals 15.14.0 -> 15.15.0 age adoption passing confidence
got 14.4.5 -> 14.4.6 age adoption passing confidence
lightningcss 1.21.8 -> 1.29.1 age adoption passing confidence
nanoid 5.0.3 -> 5.0.9 age adoption passing confidence
node-object-hash 3.0.0 -> 3.1.1 age adoption passing confidence
pnpm (source) 9.15.0 -> 9.15.5 age adoption passing confidence
prettier (source) 3.2.4 -> 3.5.1 age adoption passing confidence
react-refresh (source) 0.14.0 -> 0.16.0 age adoption passing confidence
semver 7.5.4 -> 7.7.1 age adoption passing confidence
svelte (source) 4.2.2 -> 4.2.19 age adoption passing confidence
ts-jest (source) 29.1.1 -> 29.2.5 age adoption passing confidence
turbo (source) 2.4.0 -> 2.4.2 age adoption passing confidence
typescript (source) 5.2.2 -> 5.7.3 age adoption passing confidence
url 0.11.3 -> 0.11.4 age adoption passing confidence
vue (source) 3.3.8 -> 3.5.13 age adoption passing confidence
ws 8.17.1 -> 8.18.0 age adoption passing confidence

Release Notes

ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.4.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.4.0...v4.4.1

v4.4.0

Compare Source

What's Changed

Enhancements
Maintenance

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.1...v4.4.0

v4.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.3.0...v4.3.1

v4.3.0

Compare Source

What's Changed

Features

This release adds support for experimental import attributes / assertions. There have been a number of styles proposed by TC-39 over the years, but the latest is to use import x from 'x' with { type: 'json' };, which is called an "import attribute". There is also an older "import assertion" form, which uses assert instead of with.

Note: You may need to add "importAttributes" to your "importOrderParserPlugins" option in order to support this. And if you are using the older assertion style, you'll need to add it as '[\"importAttributes\", {\"deprecatedAssertSyntax\": true}]'.

This plugin will also convert the older assertion style to import attributes.

Bugfixes
TypeScript

You can now type your prettier config as simply /** @​type {import("prettier").Config} */, and you'll also get the types for the options this plugin adds, automatically.

Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.1...v4.3.0

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0

mischnic/json-sourcemap (@​mischnic/json-sourcemap)

v0.1.1

Compare Source

swc-project/swc (@​swc/core)

v1.10.16

Compare Source

Bug Fixes
  • (es/minifier) Check assign target before merge assign cond (#​10020) (6dab49a)

  • (es/parser) Preserve comment positions with leading semicolon (#​10019) (c9937b6)

  • (swc_common) Fix panic with non-narrow chars with width != 2 (#​10011) (f9f4cac)

  • (ts/fast-strip) Handle unsupported module keyword (#​10022) (308f5d0)

Performance

v1.10.15

Compare Source

Bug Fixes
Features
Performance

v1.10.14

Compare Source

Bug Fixes
Features
Performance

v1.10.12

Compare Source

Bug Fixes
  • (es/parser) Remove wrong check about const without init (#​9970) (1b57261)
Performance
  • (es/minifier) Make analyzer not call collect_infects_from recursively (#​9924) (37616c3)

  • (es/minifier) Skip complex inline operations if possible (#​9972) (772cc30)

  • (es/minifier) Merge binding analyzer into infection analyzer (#​9973) (ca8a71f)

v1.10.11

Compare Source

Bug Fixes
  • (es) Restore JSON config & Adjust feature renaming (#​9967) (72e5455)

  • (es/minifier) Avoid paren when compressing ternary (#​9920) (9d6fe37)

  • (es/parser) Parse yield<T> (v: T)=>v (#​9915) (04333aa)

  • (ts/fast-strip) More robust generic arrow handling (#​9913) (f7faa7c)

  • (typescript) Allow references to the global Symbol in computed property names under isolatedDeclarations (#​9869) (e4c1e03)

Features
Miscellaneous Tasks
Performance
Refactor

v1.10.9

Compare Source

Bug Fixes
Documentation
Features
Miscellaneous Tasks
  • (es/minifier) Print slow files from minify-all example (#​9899) (2d87b89)
Performance

v1.10.8

Compare Source

Bug Fixes
Features
  • (typescript) Check computed property names of ts signatures (#​9867) (caed78a)
Performance
  • (bench) Run benchmark on a custom runner (#​9877) (2d6f9a5)

  • (es/codegen) Remove needless allocations (#​9890) (f230ff2)

  • (es/minifier) Make the first run of DCE more efficient (#​9868) (7329824)

  • (es/minifier) Adjust parallel threshold (#​9872) (d5d856c)

  • (es/minifier) Box VarUsageInfo of ProgramData (#​9894) (fafd754)

  • (es/renamer) Use IndexSet for rename queue ([#​9866](https://


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.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 924c058 to 1e8baec Compare February 13, 2025 15:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e8baec to 8a14aee Compare February 13, 2025 23:03
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