github-actions[bot]
b97fcb0a93
Version Packages
2026-05-19 18:28:24 +00:00
Andre Wanlin
86c6e5abf6
Merge pull request #34027 from adobejmong/feat-add-util-to-get-octokit-client
...
feat: add util to get octokit client which support retries via octokit/plugin-retry
2026-05-13 10:33:03 -05:00
Charles de Dreuille
5a7495d072
chore: merge master and resolve package.json conflict
...
Both @braintree/sanitize-url (this branch) and @internationalized/date
(master) were added to packages/ui dependencies; keeping both.
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2026-04-23 08:53:44 +01:00
Jan Michael Ong
8d60c70e5d
chore: fix uncommitted changes to the public API or reports of a package error
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 12:38:37 -07:00
Jan Michael Ong
f388853791
chore: fix tsdoc-characters-after-block-tag warning
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 12:14:41 -07:00
Jan Michael Ong
e72787948c
chore: fix Warning: (ae-forgotten-export)
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 12:01:06 -07:00
Jan Michael Ong
a50f4ec818
chore: incorporate additional copilot suggestions
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 11:35:23 -07:00
Jan Michael Ong
547b91de03
chore: switch retryOptions to an options object
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 11:14:47 -07:00
Jan Michael Ong
ad3e56f4ac
chore: fix incorrect placement
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 10:02:24 -07:00
Jan Michael Ong
9032ec7f1e
chore: integrate copilot / awanlin feedback
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 09:53:01 -07:00
Jan Michael Ong
3b460c2e22
fix: add missing export
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 09:19:53 -07:00
Jan Michael Ong
e351c07daa
chore: add helper to get an octokit client
...
* add unit tests
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 09:03:49 -07:00
Jan Michael Ong
19a4d08bd2
chore: add octokit/plugin-retry
...
Signed-off-by: Jan Michael Ong <adobejmong@gmail.com >
2026-04-22 09:03:49 -07:00
github-actions[bot]
1cc86bee1c
Version Packages (next)
2026-04-21 15:07:43 +00:00
Charles de Dreuille
c0817115e8
chore: update API reports to match master
...
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com >
2026-04-20 10:38:44 +01:00
Fredrik Adelöw
3846774beb
chore: add missing transitive dependencies
...
Add dependencies that were only available transitively through other
packages but were being imported directly:
- csstype and copy-to-clipboard in @backstage/core-components
- @storybook/react-vite in @backstage/ui
- react-aria-components in @backstage/plugin-notifications
- @octokit/core in @backstage/plugin-scaffolder-backend-module-github
- @rjsf/utils in example-app-legacy
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-16 13:28:21 +02:00
Fredrik Adelöw
8e7f7249e7
chore: regenerate knip reports
...
Signed-off-by: Fredrik Adelöw <freben@spotify.com >
Made-with: Cursor
2026-04-16 12:14:47 +02:00
github-actions[bot]
93e643d142
Version Packages
2026-04-14 14:57:31 +00:00
github-actions[bot]
6c10d88c13
Version Packages (next)
2026-04-07 15:30:58 +00:00
Patrik Oldsberg
b2319ffe45
errors: add toError utility and migrate assertError usages
...
Add a `toError` utility function to `@backstage/errors` that converts
unknown values to `ErrorLike` objects. If the value is already error-like
it is returned as-is. Strings are used directly as the error message, and
other values are stringified with a fallback to JSON.stringify to avoid
unhelpful `[object Object]` messages.
Non-error causes passed to `CustomErrorBase` are now converted and stored
using `toError` rather than discarded. Existing `assertError` call sites
across the codebase are migrated to `toError`.
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com >
Made-with: Cursor
2026-04-03 10:16:23 +02:00
github-actions[bot]
a2cb332e25
Version Packages (next)
2026-03-31 15:30:51 +00:00
github-actions[bot]
c1b510cabb
Version Packages (next)
2026-03-24 14:54:00 +00:00
github-actions[bot]
5725b5fcfa
Version Packages
2026-03-17 21:39:07 +00:00
Gabriel Dugny
a49a40d314
Proper /v3 usage everywhere
...
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com >
2026-03-17 16:48:42 +01:00
Gabriel Dugny
49171c9de4
chore: Update all imports to zod/v3
...
Signed-off-by: Gabriel Dugny <gabriel.dugny@believe.com >
2026-03-17 16:48:42 +01:00
Andre Wanlin
b33e0498fd
Merge pull request #33132 from abdellahhn/scaffolder-add-run-id-return-value-to-github-actions-dispatch-v2
...
feat(scaffolder): add returnWorkflowRunDetails to github:actions:dispatch action
2026-03-13 13:58:16 -05:00
abdellahhanane
ad0adafaea
Add check on workflowRunHtmlUrl is not undefined
...
Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com >
2026-03-12 13:41:43 -04:00
abdellahhanane
5fbe51d713
Add log for the workflow run url
...
Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com >
2026-03-11 21:27:58 -04:00
github-actions[bot]
ed7c4e3bef
Version Packages (next)
2026-03-10 17:34:12 +00:00
Timothy Deakin
b2591f6ce0
fix: update env waittime description
...
Signed-off-by: Timothy Deakin <cftad@protonmail.com >
2026-03-06 17:34:37 +00:00
abdellahhanane
fba21cfbcb
Add return_run_details to accept.txt
...
Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com >
2026-03-05 08:22:56 -05:00
abdellahhanane
df21ef6330
Apply copilot comments and fix CI
...
Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com >
2026-03-05 08:21:35 -05:00
abdellahhanane
2a278818ff
feat(scaffolder): add returnWorkflowRunDetails to github:actions:dispatch action
...
Signed-off-by: abdellahhanane <abdellahhanane44@gmail.com >
2026-03-04 22:37:10 -05:00
github-actions[bot]
db0d171511
Version Packages (next)
2026-03-03 14:16:49 +00:00
github-actions[bot]
4bd6a3a1af
Version Packages (next)
2026-02-24 19:24:06 +00:00
github-actions[bot]
e6df5d52ce
Version Packages
2026-02-17 16:06:18 +00:00
renovate[bot]
672b97278a
fix(deps): update dependency libsodium-wrappers to ^0.8.0 ( #32670 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-17 14:02:23 +01:00
github-actions[bot]
7c41134684
Version Packages (next)
2026-02-10 16:14:59 +00:00
github-actions[bot]
1ea737c1e2
Version Packages (next)
2026-02-03 14:24:29 +00:00
github-actions[bot]
d4b85dddee
Version Packages (next)
2026-01-27 15:51:11 +00:00
Fredrik Adelöw
f02219a054
Merge pull request #32516 from backstage/freben/nodecolon
...
Add a rule for the use of `node:` prefix on native imports
2026-01-27 14:17:14 +01:00
Fredrik Adelöw
69d880e171
Bump to latest zod
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-26 13:52:02 +01:00
Fredrik Adelöw
7455dae884
require the use of node prefix on native imports
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-26 13:22:53 +01:00
Phred Lane
82ca951c00
refactor: updated GitHub repo creation to make differences clear ( #32052 )
...
* refactor: updated repo creation to make differences clear
Signed-off-by: Phred <fearphage@gmail.com >
* added changeset
Signed-off-by: Phred <fearphage@gmail.com >
* revertrted variable cleanup based on review comments
Signed-off-by: Phred <fearphage@gmail.com >
* cleaned up types
Signed-off-by: Phred <fearphage@gmail.com >
---------
Signed-off-by: Phred <fearphage@gmail.com >
2026-01-23 16:44:07 +01:00
github-actions[bot]
2e902e7b43
Version Packages
2026-01-20 16:40:05 +00:00
Fredrik Adelöw
07eded33e6
fix failing test in master ( #32387 )
...
Signed-off-by: Fredrik Adelöw <freben@gmail.com >
2026-01-20 17:25:33 +01:00
github-actions[bot]
880310b797
Version Packages (next)
2026-01-13 12:10:45 +00:00
Phred
84370ba98d
yarn build:api-reports
...
Signed-off-by: Phred <fearphage@gmail.com >
2026-01-02 13:32:39 -06:00
Phred
eaf5af6397
fixed typo
...
Signed-off-by: Phred <fearphage@gmail.com >
2026-01-02 13:00:26 -06:00
Phred
bb7088be42
feat: support setting workflow access level during repo creation
...
Signed-off-by: Phred <fearphage@gmail.com >
2026-01-02 12:35:38 -06:00