Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.13.0 -> 22.13.5 age adoption passing confidence
postcss (source) 8.5.1 -> 8.5.3 age adoption passing confidence
prettier (source) 3.4.2 -> 3.5.2 age adoption passing confidence
rollup (source) 4.34.0 -> 4.34.8 age adoption passing confidence

Release Notes

postcss/postcss (postcss)

v8.5.3

Compare Source

v8.5.2

Compare Source

prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.

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

v4.34.4

Compare Source

2025-02-05

Bug Fixes
  • Do not tree-shake properties if a rest element is used in destructuring (#​5833)
Pull Requests

v4.34.3

Compare Source

2025-02-05

Bug Fixes
  • Ensure properties of "this" are included in getters (#​5831)
Pull Requests

v4.34.2

Compare Source

2025-02-04

Bug Fixes
  • Fix an issue where not all usages of a function were properly detected (#​5827)
Pull Requests

v4.34.1

Compare Source

2025-02-03

Bug Fixes
  • Ensure throwing objects includes the entire object (#​5825)
Pull Requests

Configuration

📅 Schedule: Branch creation - "every weekend" (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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/devdependencies branch 9 times, most recently from 319ff8b to e059482 Compare June 22, 2024 08:20
@renovate renovate bot force-pushed the renovate/devdependencies branch 5 times, most recently from 50d4b09 to 540ee2e Compare July 1, 2024 18:07
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from 768c370 to b1711b0 Compare July 8, 2024 19:49
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from edcadce to dde9691 Compare July 20, 2024 07:01
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 3c2f817 to 499d874 Compare July 22, 2024 23:38
@renovate renovate bot force-pushed the renovate/devdependencies branch 6 times, most recently from efacca7 to 02c4757 Compare January 26, 2025 09:31
@renovate renovate bot force-pushed the renovate/devdependencies branch 3 times, most recently from 4c96dc0 to c0deeb7 Compare February 1, 2025 22:04
@renovate renovate bot force-pushed the renovate/devdependencies branch 2 times, most recently from 31182b5 to 5c8a20e Compare February 3, 2025 05:50
@renovate renovate bot changed the title Update devDependencies Update devDependencies - autoclosed Feb 3, 2025
@renovate renovate bot closed this Feb 3, 2025
@renovate renovate bot changed the title Update devDependencies - autoclosed Update devDependencies Feb 8, 2025
@renovate renovate bot reopened this Feb 8, 2025
@renovate renovate bot force-pushed the renovate/devdependencies branch 8 times, most recently from a4ed6f0 to ca4c06a Compare February 14, 2025 10:26
@renovate renovate bot force-pushed the renovate/devdependencies branch 4 times, most recently from 0993a89 to 196ef79 Compare February 22, 2025 05:47
@renovate renovate bot force-pushed the renovate/devdependencies branch from 196ef79 to a481e3e Compare February 25, 2025 05:24
@mlc mlc merged commit 30728b1 into main Feb 25, 2025
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.

2 participants