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): update all non-major dependencies #266

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Apr 26, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@biomejs/biome (source) ^1.7.0 -> ^1.7.1 age adoption passing confidence
cssnano ^7.0.0 -> ^7.0.1 age adoption passing confidence
dompurify ^3.1.0 -> ^3.1.1 age adoption passing confidence
vite (source) ^5.2.9 -> ^5.2.10 age adoption passing confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v1.7.1

Compare Source

Editors
Bug fixes
Formatter
Bug fixes
  • Add parentheses for the return expression that has leading multiline comments. #​2504. Contributed by @​ah-yu

  • Correctly format dangling comments of continue statements. #​2555. Contributed by @​ah-yu

Linter
Bug fixes
  • Fix case where jsxRuntime wasn't being respected by useImportType rule (#​2473).Contributed by @​arendjr
  • Fix #​2460, where the rule noUselessFragments was crashing the linter in some cases. Now cases like these are correctly handled:
    callFunction(<>{bar}</>)
    Contributed by @​ematipico
  • Fix #​2366, where noDuplicateJsonKeys incorrectly computed the kes to highlight. Contributed by @​ematipico
Enhancements
  • The rule noMisplacedAssertions now considers valid calling expect inside waitFor:
    import { waitFor } from '@&#8203;testing-library/react';
    
    await waitFor(() => {
      expect(111).toBe(222);
    });
    Contributed by @​ematipico
cssnano/cssnano (cssnano)

v7.0.1: v7.0.1

Compare Source

Patch changes

Update postcss-calc dependency to latest version

cure53/DOMPurify (dompurify)

v3.1.1: DOMPurify 3.1.1

Compare Source

  • Fixed an mXSS sanitiser bypass reported by @​icesfont
  • Added new code to track element nesting depth
  • Added new code to enforce a maximum nesting depth of 255
  • Added coverage tests and necessary clobbering protections

Note that this is a security release and should be upgraded to immediately. Please also note that further releases may follow as the underlying vulnerability is apparently new and further variations may be discovered.

vitejs/vite (vite)

v5.2.10

Compare Source


Configuration

📅 Schedule: Branch creation - "every 2 weeks on Friday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

Copy link

stackblitz bot commented Apr 26, 2024

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

github-actions bot commented Apr 26, 2024

Playwright E2E Test Results

78 tests  ±0   78 ✅ ±0   1m 49s ⏱️ -3s
69 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 41b9281. ± Comparison against base commit c431875.

♻️ This comment has been updated with latest results.

@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from fbb4ad5 to 793769b Compare April 26, 2024 14:35
@renovate-bot renovate-bot force-pushed the renovate/all-minor-patch branch from 793769b to 41b9281 Compare April 26, 2024 20:59
@ghiscoding ghiscoding merged commit 9bd1101 into ghiscoding:main Apr 26, 2024
3 checks passed
@renovate-bot renovate-bot deleted the renovate/all-minor-patch branch April 26, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants