Skip to content

chore(deps): bump jsii from 1.57.0 to 1.63.1 #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps jsii from 1.57.0 to 1.63.1.

Release notes

Sourced from jsii's releases.

v1.63.1

Features

  • python: formally allow dicts to be passed in lieu of structs (#3683)

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)

... (truncated)

Changelog

Sourced from jsii's changelog.

1.63.1 (2022-07-26)

Features

  • python: formally allow dicts to be passed in lieu of structs (#3683)

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

... (truncated)

Commits
  • 185bb34 chore(release): 1.63.1 (#3684)
  • 44a97d1 release: v1.63.1
  • bf38e01 feat(python): formally allow dicts to be passed in lieu of structs
  • 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)
  • 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.1.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/v1.63.1/CHANGELOG.md)
- [Commits](aws/jsii@v1.57.0...v1.63.1)

---
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 27, 2022 20:17
@dependabot dependabot bot requested review from rubenfonseca and removed request for a team July 27, 2022 20:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 27, 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 27, 2022
@dependabot dependabot bot requested a review from mploski July 27, 2022 20:17
@github-actions github-actions bot added the internal Maintenance changes label Jul 27, 2022
@heitorlessa heitorlessa merged commit 02e8b60 into develop Jul 28, 2022
@heitorlessa heitorlessa deleted the dependabot/pip/develop/jsii-1.63.1 branch July 28, 2022 12:09
heitorlessa added a commit that referenced this pull request Jul 29, 2022
…tools-python into develop

* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python:
  feat(idempotency): handle lambda timeout scenarios for INPROGRESS records (#1387)
  chore(deps): bump jsii from 1.57.0 to 1.63.1 (#1390)
  chore(deps): bump constructs from 10.1.1 to 10.1.59 (#1396)
  chore(deps-dev): bump flake8-isort from 4.1.1 to 4.1.2.post0 (#1384)
  docs(examples): enforce and fix all mypy errors (#1393)
  chore(ci): drop 3.6 from workflows (#1395)
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.

1 participant