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.47.0 #431

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps jsii-pacmak from 1.29.0 to 1.47.0.

Release notes

Sourced from jsii-pacmak's releases.

v1.47.0

Features

  • reflect: add allTypes accessor (#3194) (41f301a)
  • rosetta: metadata tag for fixtures in docs (#3200) (8cefa8b)
  • rosetta: generate rosetta tablets next to each assembly (#3223) (1e7b604)
  • rosetta: reuse output file as additional cache and introduce --infuse option for extract (#3210) (ccb3c57)

Bug Fixes

  • jsii: constants can't mix letters and digits (#3209) (a444e29), closes #3208
  • jsii: deprecation message is not displayed for deprecated classes (#3206) (3841538)
  • pacmak: don't automatically translate examples without asking (#3219) (937f8c3)
  • rosetta: extract ignores --compile option (#3193) (639c510)
  • rosetta: enum resolution breaks for properties (#3190) (3b49066)
  • rosetta: use --compile flag by default (#3218) (9df7950)

v1.46.0

Bug Fixes

  • rosetta: extract ignores --compile option (#3193) (639c510)
  • rosetta: enum resolution breaks for properties (#3190) (3b49066)

v1.45.0

Bug Fixes

  • C# NamespaceDoc emitted to wrong location (#3183) (0f5f349)
  • jsii: require statement for the warning file is generated when it's not used (#3184) (3d90ae6)
  • pacmak: dotnet code docs loses indentation (#3180) (ace0b83)
  • pacmak: Generate Relative Module Imports in Python (#3181) (b0afe51)
  • rosetta: diagnostics not showing (#3182) (92a7d5e)
  • rosetta: Rosetta is not submodule-aware (#3176) (5c7d148)
  • rosetta: types from submodules not recognized properly (#3174) (b009d07)

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

... (truncated)

Changelog

Sourced from jsii-pacmak's changelog.

1.47.0 (2021-12-06)

Features

  • reflect: add allTypes accessor (#3194) (41f301a)
  • rosetta: metadata tag for fixtures in docs (#3200) (8cefa8b)
  • rosetta: generate rosetta tablets next to each assembly (#3223) (1e7b604)
  • rosetta: reuse output file as additional cache and introduce --infuse option for extract (#3210) (ccb3c57)

Bug Fixes

  • jsii: constants can't mix letters and digits (#3209) (a444e29), closes #3208
  • jsii: deprecation message is not displayed for deprecated classes (#3206) (3841538)
  • pacmak: don't automatically translate examples without asking (#3219) (937f8c3)
  • rosetta: extract ignores --compile option (#3193) (639c510)
  • rosetta: enum resolution breaks for properties (#3190) (3b49066)
  • rosetta: use --compile flag by default (#3218) (9df7950)

1.46.0 (2021-11-21)

Bug Fixes

  • rosetta: extract ignores --compile option (#3193) (639c510)
  • rosetta: enum resolution breaks for properties (#3190) (3b49066)

1.45.0 (2021-11-18)

Bug Fixes

  • C# NamespaceDoc emitted to wrong location (#3183) (0f5f349)
  • jsii: require statement for the warning file is generated when it's not used (#3184) (3d90ae6)
  • pacmak: dotnet code docs loses indentation (#3180) (ace0b83)
  • pacmak: Generate Relative Module Imports in Python (#3181) (b0afe51)
  • rosetta: diagnostics not showing (#3182) (92a7d5e)
  • rosetta: Rosetta is not submodule-aware (#3176) (5c7d148)
  • rosetta: types from submodules not recognized properly (#3174) (b009d07)

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)

... (truncated)

Commits
  • 937f8c3 fix(pacmak): don't automatically translate examples without asking (#3219)
  • a2bf477 chore: npm-check-updates && yarn upgrade (#3099)
  • 7eb3143 chore(deps-dev): update twine requirement (#3155)
  • 5389636 chore(deps-dev): update setuptools requirement from ~=58.5.3 to ~=59.1.1 in /...
  • 5c7d148 fix(rosetta): Rosetta is not submodule-aware (#3176)
  • b0afe51 fix(pacmak): Generate Relative Module Imports in Python (#3181)
  • 0f5f349 fix: C# NamespaceDoc emitted to wrong location (#3183)
  • ace0b83 fix(pacmak): dotnet code docs loses indentation (#3180)
  • ba4a20d fix(pacmak): Support more than 255 properties for interfaces in Java (#3133)
  • 75e4093 fix(pacmak): remove disclaimer on compiling examples (#3148)
  • 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 #433.