You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/dependabot.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ updates:
13
13
# No point updating @sls-next/* dependencies as they are linked
14
14
ignore:
15
15
- dependency-name: "@sls-next/*"
16
+
# FIXME: don't update plugin-commonjs, v19.0.0 had breaking change causing some decodeHTML functions not to be bundled
17
+
- dependency-name: "@rollup/plugin-commonjs"
16
18
# FIXME: don't update plugin-node-resolve yet, versions >10 seems to be bundling browser version of uuid etc: https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md#v1100
17
19
- dependency-name: "@rollup/plugin-node-resolve"
18
20
# FIXME: CDK dependencies must be updated together but Dependabot cannot group updates
0 commit comments