Skip to content

Update Web (major) #39

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

Merged
merged 3 commits into from
Jul 24, 2025
Merged

Update Web (major) #39

merged 3 commits into from
Jul 24, 2025

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 2, 2025

This PR contains the following updates:

Package Change Age Confidence
@stylistic/eslint-plugin (source) ^2.12.1 -> ^5.0.0 age confidence
@types/jest (source) ^29.1.1 -> ^30.0.0 age confidence
@vitest/coverage-v8 (source) ^2.1.8 -> ^3.0.0 age confidence
@vitest/ui (source) ^2.0.0 -> ^3.0.0 age confidence
cypress (source) ^13.0.0 -> ^14.0.0 age confidence
eslint-config-prettier ^9.0.0 -> ^10.0.0 age confidence
eslint-plugin-unicorn ^57.0.0 -> ^60.0.0 age confidence
jest (source) ^29.0.0 -> ^30.0.0 age confidence
jest-environment-jsdom (source) ^29.0.3 -> ^30.0.0 age confidence
vite (source) 6.3.5 -> 7.0.6 age confidence
vitest (source) ^2.1.8 -> ^3.0.0 age confidence

Release Notes

eslint-stylistic/eslint-stylistic (@​stylistic/eslint-plugin)

v5.2.2

Compare Source

Bug Fixes
  • no-extra-parens: skip nested TSUnionType/TSIntersectionType when nestedBinaryExpressions: false (#​905) (348f62f)
  • object-curly-spacing: prevent crash when encountering multiple non-ImportSpecifier nodes (#​907) (9b77d02)
Chores
  • padding-line-between-statements: simplify options definition (#​900) (ced7591)

v5.2.1

Compare Source

Bug Fixes
Chores
Performance

v5.2.0

Compare Source

Features
Bug Fixes
  • disallow extra properties in rule options (#​883) (bac5f3f)
  • indent: align first element when VariableDeclarator is first (#​861) (ddd14c8)
Documentation
Chores

v5.1.0

Compare Source

Bug Fixes
Build Related
Chores

v5.0.0

Compare Source

Chores

v4.4.1

Compare Source

Bug Fixes
  • keyword-spacing: check spaces around the type keyword in export declarations (#​797) (6854a3c)
Chores

v4.4.0

Compare Source

Features

v4.3.0

Compare Source

Features
Bug Fixes
  • eslint-plugin: only export interfaces in index (#​763) (93a4eb1)
  • handle new AST change on TSImportType (8f31461)
  • indent: handle ChainExpression and AwaitExpression when offsetTernaryExpressionsOffsetCallExpressions (#​751) (a1af663)
  • indent: wrong PropertyDefinition value offset when ts type have multiple line (#​774) (140e18f)
  • no-extra-parens: do not break specific ReturnStatement (#​738) (a375a92)
Documentation
Chores

v4.2.0

Compare Source

Features
  • config: update yield-star-spacing and generator-star-spacing config to align with Prettier (86d17c8)
Documentation

v4.1.0

Compare Source

Features
  • add module.exports named export for require(esm) compatibility (#​700) (668c955)
Documentation
Chores

v4.0.1

Compare Source

Bug Fixes
  • indent-binary-ops: handle { for left token check (#​693) (7f2740e)
Chores

v4.0.0

Compare Source

Features
Chores

v3.1.0

Compare Source

Features
  • generic-spacing: remove spaces in type param instantiation (#​677) (2a29e28)

v3.0.1

Compare Source

Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • indent-binary-ops: remove unnecessary logic (#​645)
  • cross test function-call-spacing (#​565)
  • comma-style: turn off all exceptions option by default (#​602)
Features
  • comma-style: turn off all exceptions option by default (#​602) (c424d63)
  • cross test function-call-spacing (#​565) (80ec2e4)
  • quotes: Option to allow template literals only to avoid escape (#​643) (5558bdb)
  • type-generic-spacing: remove whitespaces in generic types (#​667) (8dd68e2)
Bug Fixes
  • jsx-wrap-multilines: prevent crash when using tabs (#​653) (8cbc9f8)
  • plus: dependencies bundle (ba9ed81)
Documentation
Chores
vitest-dev/vitest (@​vitest/coverage-v8)

v3.2.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.2.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.0

Compare Source

v3.1.4

Compare Source

v3.1.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.1.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.1.0

Compare Source

🚀 Features

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 added the Web label Jan 2, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.71%. Comparing base (85cdf8e) to head (b2a3979).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
- Coverage   89.69%   88.71%   -0.98%     
==========================================
  Files         171       96      -75     
  Lines       21390    17175    -4215     
  Branches      294      294              
==========================================
- Hits        19185    15237    -3948     
+ Misses       2202     1935     -267     
  Partials        3        3              
Flag Coverage Δ
uitests ?
uitests-ios ?
unittests 88.71% <ø> (+0.20%) ⬆️
unittests-ios ?
unittests-react 83.32% <ø> (+0.18%) ⬆️
unittests-rust 89.26% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate renovate bot force-pushed the renovate/major-web branch from d6180e0 to 726b675 Compare January 13, 2025 16:59
@renovate renovate bot changed the title Update dependency eslint to v9 Update Web (major) Jan 13, 2025
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from e89b76a to 8710ff0 Compare January 17, 2025 01:41
@renovate renovate bot force-pushed the renovate/major-web branch from 8710ff0 to 9d128cb Compare January 26, 2025 09:44
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from a6a26f5 to 33426ce Compare February 18, 2025 12:45
@renovate renovate bot force-pushed the renovate/major-web branch from 33426ce to 353b2bb Compare March 24, 2025 13:30
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from 184cadc to ae800b0 Compare April 27, 2025 14:46
@renovate renovate bot force-pushed the renovate/major-web branch 2 times, most recently from 73b90c2 to c466e0b Compare June 16, 2025 13:03
@renovate renovate bot force-pushed the renovate/major-web branch from c466e0b to e09fa7f Compare June 23, 2025 03:24
@renovate renovate bot force-pushed the renovate/major-web branch 7 times, most recently from 26f53e8 to 1c7bd81 Compare July 24, 2025 13:23
@renovate renovate bot force-pushed the renovate/major-web branch from 1c7bd81 to 56c7e95 Compare July 24, 2025 13:47
Copy link
Author

renovate bot commented Jul 24, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

@langleyd langleyd self-requested a review July 24, 2025 15:52
@langleyd langleyd merged commit 3b9955b into main Jul 24, 2025
9 checks passed
@langleyd langleyd deleted the renovate/major-web branch July 24, 2025 15:52
@langleyd langleyd mentioned this pull request Jul 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants