pulumi / pulumi-awsx

AWS infrastructure best practices in component form!
https://www.pulumi.com/docs/guides/crosswalk/aws/
Apache License 2.0
227 stars 104 forks source link

Upgrade @pulumi/pulumi version to v3.120.0 #1333

Closed flostadler closed 4 months ago

flostadler commented 4 months ago

Also upgrades the dev dependencies json-schema-to-typescript and typedoc because they introduced dependency clashes that lead to the following build errors:

Error: node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'.
Error: node_modules/@types/glob/index.d.ts(75,30): error TS2724: '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?
Error: node_modules/@types/shelljs/node_modules/@types/glob/index.d.ts(29,42): error TS2694: Namespace '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member 'IOptions'.
Error: node_modules/@types/shelljs/node_modules/@types/glob/index.d.ts(74,30): error TS2724: '"/home/runner/work/pulumi-awsx/pulumi-awsx/awsx/node_modules/minimatch/dist/commonjs/index"' has no exported member named 'IMinimatch'. Did you mean 'Minimatch'?

fixes #1326

pulumi-bot commented 4 months ago

This PR has been shipped in release v2.13.0.