Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2022

Bumps jsii from 1.57.0 to 1.63.0.

Release notes

Sourced from jsii's releases.

v1.63.0

Features

Bug Fixes

  • go: unused imports emitted for type unions (#3664) (68a80d9), closes #3399
  • rosetta: infuse incorrectly handles compressed assemblies (#3669) (a5bd219)
  • rosetta: tablet compression handled incorrectly in multiple places (#3670) (30eded9), closes #3652

v1.62.0

Features

  • @​jsii/spec: add loadAssemblyFromBuffer function (#3634) (4f3a0d1)
  • @​jsii/spec: add a utility library to be consumed by jsii modules (#3570) (635404a)
  • rosetta: tablets can be compressed (#3652) (359e74f)
  • use new read/load assembly functions everywhere (#3600) (623c0c1), closes #3570 #3570

Bug Fixes

  • benchmark: compilation fails due to missing dependencies (#3610) (28db6e3)
  • jitter Docker build startup (#3646) (5857ea8)
  • jsii: fail compilation when two or more enum members have same val (#3412) (f64dace), closes #2782
  • Status icon for Go language that it is generally available. (#3607) (1762310)

v1.61.0

Features

  • add support for using custom .m2 directory (#3573) (0003c8a)

Bug Fixes

  • @​jsii/check-node crashes on loading with older node releases (#3588) (a1582bf)
  • instantiate perf observer for each iteration (#3585) (3827d93)
  • italics in Markdown notation (#3594) (f754baa)

v1.60.1

Bug Fixes

  • @​aws-cdk/check-node fails to load on older (EOL) releases of node (#3588) (a1582bf)

v1.60.0

⚠ BREAKING CHANGES

  • Beginning with this release, jsii packages no longer

... (truncated)

Changelog

Sourced from jsii's changelog.

1.63.0 (2022-07-26)

Features

Bug Fixes

  • go: unused imports emitted for type unions (#3664) (68a80d9), closes #3399
  • rosetta: infuse incorrectly handles compressed assemblies (#3669) (a5bd219)
  • rosetta: tablet compression handled incorrectly in multiple places (#3670) (30eded9), closes #3652

1.62.0 (2022-07-12)

Features

  • @​jsii/spec: add loadAssemblyFromBuffer function (#3634) (4f3a0d1)
  • @​jsii/spec: add a utility library to be consumed by jsii modules (#3570) (635404a)
  • rosetta: tablets can be compressed (#3652) (359e74f)
  • use new read/load assembly functions everywhere (#3600) (623c0c1), closes #3570 #3570

Bug Fixes

  • benchmark: compilation fails due to missing dependencies (#3610) (28db6e3)
  • jitter Docker build startup (#3646) (5857ea8)
  • jsii: fail compilation when two or more enum members have same val (#3412) (f64dace), closes #2782
  • Status icon for Go language that it is generally available. (#3607) (1762310)

1.61.0 (2022-06-16)

Features

  • add support for using custom .m2 directory (#3573) (0003c8a)

Bug Fixes

  • @​jsii/check-node crashes on loading with older node releases (#3588) (a1582bf)
  • instantiate perf observer for each iteration (#3585) (3827d93)
  • italics in Markdown notation (#3594) (f754baa)

1.60.1 (2022-06-09)

Bug Fixes

... (truncated)

Commits
  • 7c24e36 chore(release): 1.63.0 (#3680)
  • c72e2c3 chore(release): 1.63.0
  • 3bfa17b chore(jsii-reflect): use Maps instead of Records (#3671)
  • 4b15226 chore(deps-dev): Update mkdocs-awesome-pages-plugin requirement from ~=2.7.0 ...
  • ec7e2fd chore(deps): Update pip requirement from ~=22.1 to ~=22.2 in /packages/@jsii/...
  • b89c127 chore(deps-dev): Update mkdocs requirement from ~=1.3.0 to ~=1.3.1 in /gh-pag...
  • bcc3f14 chore(java): extend dependency ranges to allow new versions (#3672)
  • 0f71e26 chore: add missing permissions for OIDC Federation
  • 89b2ebe chore: federate into AWS to authenticate to ECR Public (#3679)
  • 30eded9 fix(rosetta): tablet compression handled incorrectly in multiple places (#3670)
  • 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)

Bumps [jsii](https://github.com/aws/jsii) from 1.57.0 to 1.63.0.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](aws/jsii@v1.57.0...v1.63.0)

---
updated-dependencies:
- dependency-name: jsii
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner July 26, 2022 20:21
@dependabot dependabot bot requested review from mploski and removed request for a team July 26, 2022 20:21
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 26, 2022
@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Jul 26, 2022
@github-actions github-actions bot added the internal Maintenance changes label Jul 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 27, 2022

Superseded by #1390.

@dependabot dependabot bot closed this Jul 27, 2022
@dependabot dependabot bot deleted the dependabot/pip/develop/jsii-1.63.0 branch July 27, 2022 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file internal Maintenance changes python Pull requests that update Python code size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants