chore(deps): update devdependencies (minor)#396
Merged
Conversation
Changed Packages
|
de04711 to
f33f806
Compare
f33f806 to
67f0c96
Compare
67f0c96 to
503e088
Compare
503e088 to
60ad840
Compare
60ad840 to
0f155f4
Compare
0f155f4 to
4e77f5d
Compare
4e77f5d to
3d521a6
Compare
3d521a6 to
4f56043
Compare
4f56043 to
2e61c74
Compare
2e61c74 to
16a10d2
Compare
16a10d2 to
33c0324
Compare
33c0324 to
a4864fb
Compare
a4864fb to
d4e9f93
Compare
d4e9f93 to
90b9956
Compare
63d7a93 to
868f3c0
Compare
868f3c0 to
c7b80c8
Compare
c7b80c8 to
7615a31
Compare
7615a31 to
5d24cd9
Compare
5d24cd9 to
98d2c45
Compare
98d2c45 to
a6e88f7
Compare
a6e88f7 to
206d695
Compare
206d695 to
d8fe44b
Compare
d8fe44b to
5800e23
Compare
5800e23 to
585d742
Compare
585d742 to
0af9a30
Compare
0af9a30 to
f77a5a9
Compare
f77a5a9 to
dc1a498
Compare
dc1a498 to
73f64a9
Compare
73f64a9 to
b0664b5
Compare
b0664b5 to
c30052d
Compare
c30052d to
1771aee
Compare
1771aee to
37c2da4
Compare
37c2da4 to
c2aff79
Compare
c2aff79 to
906937d
Compare
906937d to
6ad3dc5
Compare
6ad3dc5 to
e45b21d
Compare
|
Member
|
orchestrator: LGTM |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
logonoff
approved these changes
May 5, 2025
This was referenced May 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
3.2.0->3.5.02.16.3->2.20.0^0.4.7->^0.6.00.4.0->0.5.13.4.2->3.5.3Release Notes
janus-idp/backstage-plugins (@janus-idp/cli)
v3.5.0Compare Source
Minor Changes
049f200: This change removes the embed-as-code method of exporting from export-dynamic-plugin and the associated --no-embed-as-dependencies flag. This change also removes the forked code required to support this exporting method as well as the associated rollup dependencies.v3.4.2Compare Source
Patch Changes
611e23a: Fix wrong role retrieval which could break themetadatacommand behavior.611e23a: Check backstage thesupport-versionsfield value during export, and fix it if possible while emitting a warning.v3.4.1Compare Source
Patch Changes
a3e8716: Prepare for better compatibility with the upstream dynamic plugins support, by generating the config schema for backend plugins in bothdist/configSchema.json(for backward compatibility with RHDH) anddist/.config-schema.jsonfor consistency and compatibility with upstream.2559fd7: This change fixes package-dynamic-plugin to transform any organization identifier into a flat file path when packaging dynamic plugins.v3.4.0Compare Source
Minor Changes
b25ecb4: Bump packages/cli to 3.4.0 in main branch, in prep for release of 1.6.0Patch Changes
f694a76: This change updates the package-dynamic-plugins command to use the exported plugin package name rather than deriving a package name from the base plugin package and package role. This change also ensures the exported plugin metadata is taken from the exported package instead of the original package. This change will potentially affect the final directory name of exported plugins.v3.3.1Compare Source
Patch Changes
4af162c: This change ensures the CLI properly updates any manually added resolutions a plugin has with the embedded version. This fixes cases where a plugin may be using resolutions for finer grained version control on packages the CLI would embed, such as native dependencies.v3.3.0Compare Source
Minor Changes
9983dd8: Bump packages/cli to 3.3.0 in main branch, in prep for release of 1.5.0Patch Changes
0123a8d: Fix Yarn v1 incompatibility in theexport-dynamic-plugincommandOpenAPITools/openapi-generator-cli (@openapitools/openapi-generator-cli)
v2.20.0Compare Source
Features
v2.19.1Compare Source
Bug Fixes
v2.19.0Compare Source
Features
v2.18.4Compare Source
Bug Fixes
v2.18.3Compare Source
Bug Fixes
v2.18.2Compare Source
Bug Fixes
v2.18.1Compare Source
Bug Fixes
v2.18.0Compare Source
Features
v2.17.1Compare Source
Bug Fixes
v2.17.0Compare Source
Features
redhat-developer/rhdh-plugins (@red-hat-developer-hub/backstage-plugin-theme)
v0.6.0Compare Source
Minor Changes
97ffc75: Backstage version bump to v1.36.1Patch Changes
b1fc395: Some UI bug fix.v0.5.0Compare Source
Minor Changes
a571f32: Upgrade Backstage from 0.32.0 to 1.35.0Patch Changes
106b3d0: Fixing fontColor error while customizing rhdh appearancev0.4.9Compare Source
Patch Changes
b6efba4: fix font loading after migrating themev0.4.8Compare Source
Patch Changes
370d9b1: move the mui v5 package to a peer dependency to ensure that we don't load it twice67de15b: added a workaround so thatdefaultPropsare also picked up from MUI v5 components (like Button disabledRipple or Grid spacing)redhat-developer/red-hat-developer-hub-theme (@redhat-developer/red-hat-developer-hub-theme)
v0.5.1Compare Source
v0.5.0Compare Source
prettier/prettier (prettier)
v3.5.3Compare Source
v3.5.2Compare Source
diff
Remove
module-synccondition (#17156 by @fisker)In Prettier 3.5.0, we added
module-synccondition topackage.json, so thatrequire("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 themodule-synccondition, sorequire("prettier")will still use the CommonJS version, we'll revisit untilrequire(ESM)feature is more stable.v3.5.1Compare 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
dockercomposeandgithub-actions-workflowlanguages in Visual Studio Code.v3.5.0Compare Source
diff
🔗 Release Notes
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 is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.