Skip to content

build(deps): update patch & minor updates - autoclosed #578

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

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.26.7 -> 7.26.9 age adoption passing confidence
@babel/preset-env (source) 7.26.7 -> 7.26.9 age adoption passing confidence
@testing-library/user-event 14.5.2 -> 14.6.1 age adoption passing confidence
eslint-plugin-es-x 8.4.1 -> 8.5.0 age adoption passing confidence
js-beautify (source) 1.15.1 -> 1.15.3 age adoption passing confidence
npm-run-all2 6.2.3 -> 6.2.6 age adoption passing confidence
postcss (source) 8.5.1 -> 8.5.3 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.1 age adoption passing confidence
rollup (source) 4.34.4 -> 4.34.8 age adoption passing confidence
sass-embedded 1.83.4 -> 1.85.0 age adoption passing confidence
stylelint (source) 16.13.2 -> 16.14.1 age adoption passing confidence
terser (source) 5.38.1 -> 5.39.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.26.9

Compare Source

🐛 Bug Fix
🏠 Internal

v7.26.8

Compare Source

v7.26.8 (2025-02-08)

🏠 Internal
  • babel-preset-env
    • #​17097 Update dependency babel-plugin-polyfill-corejs3 to ^0.11.0
testing-library/user-event (@​testing-library/user-event)

v14.6.1

Compare Source

Bug Fixes

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)
eslint-community/eslint-plugin-es-x (eslint-plugin-es-x)

v8.5.0

Compare Source

New Rules

Full Changelog: eslint-community/eslint-plugin-es-x@v8.4.1...v8.5.0

beautifier/js-beautify (js-beautify)

v1.15.3

Compare Source

  • fix node 18 support by downgrading glob to v10 (#​2350)

v1.15.2

Compare Source

  • Patch SNYK-JS-CROSSSPAWN-8303230 issue brought it through old glob package (#​2328)
  • release wheels on pypi (#​2313)
  • ModuleNotFoundError: No module named 'setuptools.command.test' as of latest setuptools package release (#​2301)
  • [Python]Compatible with setuptools>=72 (#​2300)
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.6

Compare Source

Commits
  • Prevent a throw when looking up undefined results d928f9a

v6.2.5

Compare Source

v6.2.4

Compare Source

Merged
  • Switch to JS-based which command #154
Fixed
  • Switch to JS-based which command #153
postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

v3.5.0

Compare Source

diff

🔗 Release Notes

rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests

v4.34.6

Compare Source

2025-02-07

Bug Fixes
  • Retain "void 0" in the output for smaller output and fewer surprises (#​5838)
Pull Requests

v4.34.5

Compare Source

2025-02-07

Bug Fixes
  • Ensure namespace reexports always include all properties of all exports (#​5837)
Pull Requests
sass/embedded-host-node (sass-embedded)

v1.85.0

Compare Source

  • No longer fully trim redundant selectors generated by @extend. This caused
    unacceptable performance issues for certain heavy users of @extend. We'll
    try to find a more performant way to accomplish it in the future.
stylelint/stylelint (stylelint)

v16.14.1

Compare Source

It fixes a bug with caching.

v16.14.0

Compare Source

It fixes 8 bugs and adds features to our Warning type.

  • Added: replaced text and corresponding range to Warning type (#​8234) (@​romainmenke).
  • Fixed: SyntaxError: The requested module 'table'... (#​8325) (@​denisx).
  • Fixed: RuleContext['fix'] type (#​8309) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated autofix of border-color and overflow (#​8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for overflow-x and overflow-y (#​8340) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false negatives for scrollbar-color (#​8346) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated false positives for non-standard syntax values (#​8329) (@​Mouvedia).
  • Fixed: declaration-property-value-keyword-no-deprecated warning message for overflow: <keyword> <keyword> (#​8340) (@​Mouvedia).
  • Fixed: selector-pseudo-class-no-unknown false positives for :has-slotted (#​8332) (@​Mouvedia).
terser/terser (terser)

v5.39.0

Compare Source

  • Remove unnecessary console.assert calls (#​1590)

v5.38.2

Compare Source

  • internal: Flatten inheritance tree for object/class members

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 requested a review from a team as a code owner February 23, 2024 16:38
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@renovate renovate bot changed the title build(deps): update dependency js-beautify to v1.15.1 build(deps): update patch & minor updates Feb 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 6 times, most recently from 8787db9 to 1336e10 Compare April 26, 2024 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 4 times, most recently from f446dd2 to e172c6e Compare May 8, 2024 04:41
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 2 times, most recently from f232613 to 3b9d498 Compare May 14, 2024 03:08
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 5 times, most recently from 8f1a0a1 to 87b50c6 Compare May 24, 2024 12:04
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 2 times, most recently from 0b65082 to f6b084b Compare May 31, 2024 12:47
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 3 times, most recently from b981603 to f7b2cf3 Compare June 7, 2024 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 4 times, most recently from f9ad7c6 to ddaa9c4 Compare June 19, 2024 19:39
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch from ddaa9c4 to 7b565e0 Compare June 24, 2024 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 8 times, most recently from 10f74c5 to ec97e45 Compare February 3, 2025 16:27
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 3 times, most recently from 62fa17c to 0f42dd1 Compare February 9, 2025 15:09
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 7 times, most recently from 64153b4 to 7c0069e Compare February 21, 2025 12:28
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch 7 times, most recently from 7d460b0 to 0ac8a06 Compare February 26, 2025 12:50
@renovate renovate bot force-pushed the renovate/all-minor-patch-updates branch from 0ac8a06 to c008d6e Compare February 26, 2025 17:03
@renovate renovate bot changed the title build(deps): update patch & minor updates build(deps): update patch & minor updates - autoclosed Feb 28, 2025
@renovate renovate bot closed this Feb 28, 2025
@renovate renovate bot deleted the renovate/all-minor-patch-updates branch February 28, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants