Skip to content

Update devDependencies and regenerate package-lock.json#40673

Merged
XhmikosR merged 1 commit intomainfrom
xmr/deps
Jul 29, 2024
Merged

Update devDependencies and regenerate package-lock.json#40673
XhmikosR merged 1 commit intomainfrom
xmr/deps

Conversation

@XhmikosR
Copy link
Copy Markdown
Member

@XhmikosR XhmikosR commented Jul 27, 2024

  • @babel/preset-env ^7.24.8 → ^7.25.0
  • eslint-plugin-unicorn ^54.0.0 → ^55.0.0
  • postcss ^8.4.39 → ^8.4.40
  • rtlcss ^4.1.1 → ^4.2.0

Description

Motivation & Context

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would change existing functionality)

Checklist

  • I have read the contributing guidelines
  • My code follows the code style of the project (using npm run lint)
  • My change introduces changes to the documentation
  • I have updated the documentation accordingly
  • I have added tests to cover my changes
  • All new and existing tests passed

Live previews

Related issues

@XhmikosR XhmikosR marked this pull request as ready for review July 27, 2024 04:51
@XhmikosR XhmikosR requested a review from a team as a code owner July 27, 2024 04:51
Copy link
Copy Markdown
Member

@julien-deramond julien-deramond left a comment

Choose a reason for hiding this comment

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

Tested the modification to js/src/dom/manipulator.js and confirmed it doesn't cause any regressions. The other dependencies have no impact and require no modifications on our side. LGTM!

@XhmikosR XhmikosR force-pushed the xmr/deps branch 2 times, most recently from eeff5cb to d37f829 Compare July 29, 2024 14:21
* @babel/preset-env       ^7.24.8  →   ^7.25.0
* eslint-plugin-unicorn   ^54.0.0  →   ^55.0.0
* hugo-bin               ^0.126.0  →  ^0.127.0
* postcss                 ^8.4.39  →   ^8.4.40
* rollup                  ^4.19.0  →   ^4.19.1
* rtlcss                   ^4.1.1  →    ^4.2.0
@XhmikosR
Copy link
Copy Markdown
Member Author

@julien-deramond when the second parameter is missing it means the length of the array so this was just redundant hence why the good guys at xo added the rule :)

stylelint 16.8.0 seems to have new FPs so I kept it back for now and we;ll check the dependabot PR when it runs.

@XhmikosR
Copy link
Copy Markdown
Member Author

@julien-deramond Actually they are not FPs, so it might be worth seeing if we can reduce the duplicate selectors in a separate PR.

@XhmikosR XhmikosR merged commit 6ca9152 into main Jul 29, 2024
@XhmikosR XhmikosR deleted the xmr/deps branch July 29, 2024 14:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants