Andre Wanlin
ad8ffa148a
Added Yarn cache clean
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-11 06:31:10 -05:00
Patrik Oldsberg
375c838335
frontend-internal: cleaner messaging for invalid opaque type versions
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 13:31:02 +02:00
Fredrik Adelöw
29e57c795e
changeset
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-11 13:26:28 +02:00
Patrik Oldsberg
0313cdac63
frontend-internal: few more tests for opaqueType.toInternal
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 13:22:25 +02:00
Patrik Oldsberg
8c7a8d41d2
frontend-internal: refactor OpaqueType to just isType + toInternal
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 13:14:30 +02:00
Fredrik Adelöw
0e77776b51
implement in some tests
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-11 13:12:00 +02:00
Patrik Oldsberg
b17ad1b745
frontend-internal: add support for undefined version for opaque types
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 13:01:19 +02:00
Patrik Oldsberg
43f0d76b7b
frontend-internal: add tests for OpaqueType
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 12:18:01 +02:00
Fredrik Adelöw
9d69185aa6
Merge pull request #26571 from backstage/renovate/rollup-plugin-commonjs-26.x
...
fix(deps): update dependency @rollup/plugin-commonjs to v26
2024-09-11 11:52:52 +02:00
Fredrik Adelöw
88af30273a
Merge pull request #26604 from backstage/renovate/archiver-7.x
...
fix(deps): update dependency archiver to v7
2024-09-11 11:52:05 +02:00
Patrik Oldsberg
873e42497a
frontend-internal: add OpaqueType helper
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-11 11:51:40 +02:00
vahagsaribekyan
78316f3976
Add dependencyOf to Component kind catalog model
...
Signed-off-by: vahagsaribekyan <32436397+vahagsaribekyan@users.noreply.github.com >
2024-09-11 13:16:13 +04:00
vahagsaribekyan
6c9b803833
Update api-report documentation
...
Signed-off-by: vahagsaribekyan <32436397+vahagsaribekyan@users.noreply.github.com >
2024-09-11 13:15:23 +04:00
Andre Wanlin
84ba741543
More test corrections
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-10 20:32:16 -05:00
Andre Wanlin
9b72729629
Fixed test
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-10 20:29:30 -05:00
Andre Wanlin
4975e634f4
Updated create-app to use Yarn 4
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-10 19:06:50 -05:00
Fredrik Adelöw
f19f848077
flesh out the mock
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-10 22:21:54 +02:00
Andre Wanlin
9adc552602
Refactoring based on feedback
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-10 15:05:42 -05:00
Andre Wanlin
32fce06e89
Added missing items to overridableComponents
...
Signed-off-by: Andre Wanlin <awanlin@spotify.com >
2024-09-10 15:05:42 -05:00
Fredrik Adelöw
c40aa8798c
empty setup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-10 17:42:32 +02:00
github-actions[bot]
47358815d6
Version Packages (next)
2024-09-10 13:56:19 +00:00
Patrik Oldsberg
8743beff4d
Merge pull request #26412 from backstage/jhaals/cleanup-httpRouter
...
backend-defaults: deprecate createLifecycleMiddleware
2024-09-10 16:48:52 +03:00
renovate[bot]
82539fec6b
fix(deps): update dependency archiver to v7
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 13:10:04 +00:00
MT Lewis
ac9dc88477
backstage-cli: remove dependency on js-yaml
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-09-10 14:09:04 +01:00
MT Lewis
7dbf877e8d
backstage-cli: improve messaging around yarn-plugin
...
Moves the message to the end to make it more
likely users will see it, and add some details on
how to migrate away from the plugin.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-09-10 13:50:43 +01:00
MT Lewis
1e4b91f6d7
backstage-cli: only use backstage:^ version if the package exists in the new manifest
...
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-09-10 13:50:43 +01:00
MT Lewis
3d88455be9
cli: use backstage:^ versions when yarn plugin is installed
...
Introduces basic support for backstage:^ versions
in the versions:bump command in backstage-cli. The
behavior changes in the following ways:
1. If the yarn plugin is detected, write
backstage:^ versions in package.json files in
the repo where appropriate.
2. Update breaking change detection to
correctly resolve lockfile entries for
packages using backstage:^ versions.
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com >
2024-09-10 13:50:42 +01:00
Ben Lambert
5bbd74d19d
Merge pull request #26597 from backstage/fix/support-button-should-allow-optional-title-for-link
...
Use getOptionalString for optional app.support.items[].links[].title
2024-09-10 14:27:24 +02:00
Carl-Erik Bergström
f325258a2f
fix: getOptionalString for app.support.items[].links[].title
...
Signed-off-by: Carl-Erik Bergström <cbergstrom@spotify.com >
2024-09-10 13:07:26 +02:00
Ben Lambert
28238c58f4
Merge pull request #26591 from backstage/blam/vite-v5
...
Bump to vite v5
2024-09-10 12:51:29 +02:00
blam
9d8f12ef80
chore: move deps
...
Signed-off-by: blam <ben@blam.sh >
2024-09-10 11:53:14 +02:00
blam
8670e45232
chore: bump to vite v5
...
Signed-off-by: blam <ben@blam.sh >
2024-09-10 11:47:50 +02:00
Fredrik Adelöw
9290c92dad
Merge pull request #26498 from backstage/renovate/major-testing-library-monorepo
...
chore(deps): update dependency @testing-library/react to v16
2024-09-10 11:39:18 +02:00
Ben Lambert
99826362d8
Merge pull request #26281 from backstage/renovate/module-federation-enhanced-0.x
...
fix(deps): update dependency @module-federation/enhanced to ^0.6.0
2024-09-10 11:38:11 +02:00
Fredrik Adelöw
f5a62eec1d
Merge pull request #26430 from swnia/fix-gitlab-permission
...
Removed broad Gitlab permission from ScmAuth
2024-09-10 11:29:16 +02:00
Patrik Oldsberg
9475368bd3
Merge pull request #26210 from drodil/dev_app_translations
...
feat: allow using languages in `createDevApp`
2024-09-10 12:04:25 +03:00
renovate[bot]
836127cb40
chore(deps): update dependency @testing-library/react to v16
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-10 09:00:42 +00:00
Patrik Oldsberg
3f5e676d6b
Merge pull request #26469 from backstage/rugvip/inline
...
add support for inline packages
2024-09-10 11:51:44 +03:00
Fredrik Adelöw
42e7c88712
Merge pull request #26583 from backstage/dependabot/npm_and_yarn/path-to-regexp-8.0.0
...
chore(deps): bump path-to-regexp from 6.2.2 to 8.0.0
2024-09-10 10:41:56 +02:00
Ben Lambert
c339e1847a
Merge pull request #26586 from backstage/scaffolder/copy-improvements
...
[Scaffolder] copy improvements
2024-09-10 10:24:35 +02:00
Fredrik Adelöw
677435f27f
fixup
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2024-09-10 10:23:03 +02:00
Fredrik Adelöw
9c20d7dc39
Merge pull request #25899 from drodil/offset_pagination
...
feat: allow offset mode pagination in entity list
2024-09-10 10:12:35 +02:00
Patrik Oldsberg
372dd2aa59
repo-tools: clarify reason for skipping API reports for inline packages
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-10 10:12:11 +02:00
Patrik Oldsberg
f64fe3c581
Merge pull request #26374 from backstage/rugvip/disable
...
frontend-plugin-api: no longer require factory for extension overrides
2024-09-10 10:47:17 +03:00
Emma Indal
a8bcbe656d
remove default title on ContentHeaderTitle
...
Signed-off-by: Emma Indal <emma.indahl@gmail.com >
2024-09-10 09:38:32 +02:00
Patrik Oldsberg
7d028e271d
frontend-plugin-api: refuse output override without factory
...
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-10 00:45:52 +02:00
dependabot[bot]
6ed926414a
chore(deps): bump path-to-regexp from 6.2.2 to 8.0.0
...
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp ) from 6.2.2 to 8.0.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases )
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md )
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v6.2.2...v8.0.0 )
---
updated-dependencies:
- dependency-name: path-to-regexp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-09 20:47:13 +00:00
Patrik Oldsberg
434b9c19db
Update packages/eslint-plugin/rules/no-undeclared-imports.js
...
Co-authored-by: Fredrik Adelöw <freben@gmail.com >
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
2024-09-09 20:10:56 +02:00
Ben Lambert
1f82b4a8b0
Merge pull request #26479 from stephenglass/star-color
...
allow custom override for entity star icon
2024-09-09 16:56:20 +02:00
renovate[bot]
c78ff91fee
fix(deps): update dependency @rollup/plugin-commonjs to v26
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-09 14:28:07 +00:00