nideveloper / CDK-SPA-Deploy

This is an AWS CDK Construct to make deploying a single page website (Angular/React/Vue) to AWS S3 behind SSL/Cloudfront easier
MIT License
233 stars 40 forks source link

Bump jsii-pacmak from 1.29.0 to 1.44.2 #425

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jsii-pacmak from 1.29.0 to 1.44.2.

Release notes

Sourced from jsii-pacmak's releases.

v1.44.2

Bug Fixes

  • jsii: require statement for the warning file is generated when it's not used (#3184) (8f53f89)

v1.44.1

  • revert "fix: dependency submodules may not be discovered" (#3170) (0449dd9)

v1.44.0

Features

Bug Fixes

  • dependency submodules may not be discovered (#3151) (5768bb9)
  • deprecation warnings are generated even when one property is not deprecated (#3157) (e566f37)
  • jsii: incorrectly allowed unexported type in constructor params (#3147) (7cd59fc)
  • pacmak: remove disclaimer on compiling examples (#3148) (75e4093)
  • pacmak: Support more than 255 properties for interfaces in Java (#3133) (ba4a20d), closes #3132 #3132
  • rosetta: didCompile evaluates to true when compilation not attempted (#3149) (7ad9e0a)
  • rosetta: cache source file parses (#3163) (307d3ca)
  • rosetta: gets confused by type unions (#3156) (ca04dad)
  • rosetta: snippet throughput incorrect (#3145) (91418d6)

v1.43.0

Features

Bug Fixes

v1.42.0

Features

  • rosetta: reuse translation results from a cache (#3101) (b08a50e)

... (truncated)

Changelog

Sourced from jsii-pacmak's changelog.

1.44.2 (2021-11-18)

Bug Fixes

  • jsii: require statement for the warning file is generated when it's not used (#3184) (8f53f89)

1.44.1 (2021-11-16)

  • revert "fix: dependency submodules may not be discovered" (#3170) (0449dd9)

1.44.0 (2021-11-15)

Features

Bug Fixes

  • dependency submodules may not be discovered (#3151) (5768bb9)
  • deprecation warnings are generated even when one property is not deprecated (#3157) (e566f37)
  • jsii: incorrectly allowed unexported type in constructor params (#3147) (7cd59fc)
  • pacmak: remove disclaimer on compiling examples (#3148) (75e4093)
  • pacmak: Support more than 255 properties for interfaces in Java (#3133) (ba4a20d), closes #3132 #3132
  • rosetta: didCompile evaluates to true when compilation not attempted (#3149) (7ad9e0a)
  • rosetta: cache source file parses (#3163) (307d3ca)
  • rosetta: gets confused by type unions (#3156) (ca04dad)
  • rosetta: snippet throughput incorrect (#3145) (91418d6)

1.43.0 (2021-11-08)

Features

Bug Fixes

... (truncated)

Commits
  • ba4a20d fix(pacmak): Support more than 255 properties for interfaces in Java (#3133)
  • 75e4093 fix(pacmak): remove disclaimer on compiling examples (#3148)
  • 62b3e9b chore(deps-dev): update setuptools requirement from ~=58.3.0 to ~=58.5.3 in /...
  • 362ca76 chore(deps-dev): update twine requirement (#3120)
  • 8d0a248 fix(pacmak): API locations for inherited members are incorrect (#3130)
  • 87ba35d fix(pacmak): re-introduce parallelism for Python and Go builds (#3124)
  • 874e8e2 feat(pacmak): fail on untranslated snippets (#3127)
  • bf769da fix(pacmak): add 'silly' loglevel for command output (#3125)
  • 0d9cf51 fix(pacmak): development version cannot pack java (#3121)
  • 096e69e chore(deps-dev): update setuptools requirement from ~=58.1.0 to ~=58.3.0 in /...
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Superseded by #428.