Skip to content
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

build(deps): bump software.amazon.jsii:jsii-runtime from 1.90.0 to 1.92.0 #1601

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 20, 2023

Bumps software.amazon.jsii:jsii-runtime from 1.90.0 to 1.92.0.

Release notes

Sourced from software.amazon.jsii:jsii-runtime's releases.

v1.92.0

⚠ BREAKING CHANGES

  • jsii-pacmak and the libraries it generates for Python targets now require a minimum Python version of 3.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11).
  • all libraries and tools now require a minimum version of Node.js 18, instead of 16 previously. We recommend users upgrade to the latest supported Node.js release (Node.js 20).

Features

  • jsii-reflect: TypeSystem can be locked to improve reflection performance (#4318) (c87da43)
  • make node 18 the default (#4325) (8784725)
  • superchain: publish a bullseye image with node18 & python 3.9 (#4326) (7197b4f)
  • switch to python 3.8 (#4327) (416e2b5)

Bug Fixes

  • kernel: invokeBinScript fails when using symlinked cache (#4324) (a2ab316)
  • pacmak: *.tsbuildinfo not in auto-generated .npmignore file (#4236) (d55b8d5), closes #3978
  • superchain: installed setuptools is an unsupported version (#4333) (c0a4140)

v1.91.0

No release notes provided.

Changelog

Sourced from software.amazon.jsii:jsii-runtime's changelog.

1.92.0 (2023-11-16)

⚠ BREAKING CHANGES

  • jsii-pacmak and the libraries it generates for Python targets now require a minimum Python version of 3.8, instead of 3.7 previously. We recommend users upgrade to the latest supported Python release (Python 3.11).
  • all libraries and tools now require a minimum version of Node.js 18, instead of 16 previously. We recommend users upgrade to the latest supported Node.js release (Node.js 20).

Features

  • jsii-reflect: TypeSystem can be locked to improve reflection performance (#4318) (c87da43)
  • make node 18 the default (#4325) (8784725)
  • superchain: publish a bullseye image with node18 & python 3.9 (#4326) (7197b4f)
  • switch to python 3.8 (#4327) (416e2b5)

Bug Fixes

  • kernel: invokeBinScript fails when using symlinked cache (#4324) (a2ab316)
  • pacmak: *.tsbuildinfo not in auto-generated .npmignore file (#4236) (d55b8d5), closes #3978
  • superchain: installed setuptools is an unsupported version (#4333) (c0a4140)

1.91.0 (2023-10-24)

Commits
  • db7f27d chore(release): 1.92.0 (#4336)
  • 7d2da6f Update CHANGELOG.md
  • b92a2f9 chore(release): 1.92.0
  • c0a4140 fix(superchain): installed setuptools is an unsupported version (#4333)
  • 8594cd4 chore: npm-check-updates && yarn upgrade (#4310)
  • 4e87342 chore(deps): Update setuptools requirement from ~=68.0.0 to ~=68.2.2 in /pack...
  • 6669b8d chore(deps): Update black requirement from ~=23.3 to ~=23.11 in /packages/@​js...
  • 00538f5 chore(deps-dev): Bump mypy from 1.4.1 to 1.7.0 in /packages/jsii-pacmak/test/...
  • 5593f2d chore(deps): Bump mypy from 1.4.1 to 1.7.0 in /packages/@​jsii/python-runtime ...
  • a7d2d7f chore(deps): Bump github.com/fatih/color from 1.15.0 to 1.16.0 in /packages/@...
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 20, 2023
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from 3818c2b to 277c239 Compare November 21, 2023 21:12
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch 2 times, most recently from 00101ca to 38c59b1 Compare December 2, 2023 17:12
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from 38c59b1 to 55eec50 Compare December 2, 2023 18:07
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from 55eec50 to 5861278 Compare December 2, 2023 19:18
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from 5861278 to de3a882 Compare December 2, 2023 20:36
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from de3a882 to 3e32a3c Compare December 2, 2023 21:03
@github-actions github-actions bot enabled auto-merge December 2, 2023 21:03
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from 3e32a3c to cc79d90 Compare December 2, 2023 21:04
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from cc79d90 to a0996f3 Compare December 2, 2023 21:05
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

Bumps [software.amazon.jsii:jsii-runtime](https://github.com/aws/jsii) from 1.90.0 to 1.92.0.
- [Release notes](https://github.com/aws/jsii/releases)
- [Changelog](https://github.com/aws/jsii/blob/main/CHANGELOG.md)
- [Commits](aws/jsii@v1.90.0...v1.92.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch from a0996f3 to c81ff9e Compare December 2, 2023 21:06
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm approving this pull request because it includes a patch or minor update

@github-actions github-actions bot merged commit 4ef904c into master Dec 2, 2023
7 checks passed
@dependabot dependabot bot deleted the dependabot/maven/software.amazon.jsii-jsii-runtime-1.92.0 branch December 2, 2023 21:12
github-actions bot pushed a commit that referenced this pull request Dec 4, 2023
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.13 to 2.18.16 (#1595)
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.2 to 3.14.3 (#1607)
  - Merge branch 'master' into dependabot/maven/net.snowflake-snowflake-jdbc-3.14.3
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1 from 2.46.0 to 2.47.0 (#1635)
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - Merge branch 'master' into dependabot/maven/net.snowflake-snowflake-jdbc-3.14.3
  - Merge branch 'master' into dependabot/maven/com.google.api.grpc-grpc-google-cloud-bigquerystorage-v1-2.47.0
  - build(deps): bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.1 (#1596)
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - Merge branch 'master' into dependabot/maven/com.google.api.grpc-grpc-google-cloud-bigquerystorage-v1-2.47.0
  - build(deps): bump com.amazon.redshift:redshift-jdbc42 from 2.1.0.22 to 2.1.0.23 (#1633)
  - Merge branch 'master' into dependabot/maven/net.snowflake-snowflake-jdbc-3.14.3
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - build(deps): bump com.google.api.grpc:grpc-google-cloud-bigquerystorage-v1
  - build(deps): bump com.amazon.redshift:redshift-jdbc42
  - build(deps-dev): bump com.amazonaws:aws-lambda-java-log4j2 from 1.5.1 to 1.6.0 (#1637)
  - Merge branch 'master' into dependabot/maven/net.snowflake-snowflake-jdbc-3.14.3
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - build(deps-dev): bump com.amazonaws:aws-lambda-java-log4j2
  - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#1636)
  - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  - build(deps): bump net.jqwik:jqwik from 1.8.1 to 1.8.2 (#1634)
  - Merge branch 'master' into dependabot/maven/net.jqwik-jqwik-1.8.2
  - build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#1632)
  - build(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0
  - build(deps): bump net.jqwik:jqwik from 1.8.1 to 1.8.2
  - build(deps-dev): bump log4j2Version from 2.21.1 to 2.22.0 (#1631)
  - build(deps-dev): bump log4j2Version from 2.21.1 to 2.22.0
  - build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0 (#1616)
  - Merge branch 'master' into dependabot/maven/org.postgresql-postgresql-42.7.0
  - build(deps): bump aws-sdk.version from 1.12.589 to 1.12.604 (#1625)
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - build(deps): bump aws-sdk.version from 1.12.589 to 1.12.604
  - build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#1609)
  - Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.10.1
  - build(deps): bump io.lettuce:lettuce-core from 6.2.6.RELEASE to 6.3.0.RELEASE (#1608)
  - Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.10.1
  - Merge branch 'master' into dependabot/maven/io.lettuce-lettuce-core-6.3.0.RELEASE
  - build(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.2 (#1618)
  - Merge branch 'master' into dependabot/maven/org.postgresql-postgresql-42.7.0
  - Merge branch 'master' into dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.8.2
  - build(deps): bump netty.version from 4.1.100.Final to 4.1.101.Final (#1598)
  - build(deps): bump netty.version from 4.1.100.Final to 4.1.101.Final
  - build(deps): bump com.ibm.db2:jcc from 11.5.8.0 to 11.5.9.0 (#1604)
  - build(deps): bump com.ibm.db2:jcc from 11.5.8.0 to 11.5.9.0
  - build(deps): bump software.amazon.jsii:jsii-runtime from 1.90.0 to 1.92.0 (#1601)
  - build(deps): bump software.amazon.jsii:jsii-runtime
  - build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#1600)
  - build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0
  - build(deps): bump fasterxml.jackson.version from 2.15.3 to 2.16.0 (#1597)
  - build(deps): bump fasterxml.jackson.version from 2.15.3 to 2.16.0
  - build(deps): bump net.sf.jt400:jt400 from 20.0.3 to 20.0.6 (#1602)
  - build(deps): bump net.sf.jt400:jt400 from 20.0.3 to 20.0.6
  - Merge branch 'master' into dependabot/maven/net.snowflake-snowflake-jdbc-3.14.3
  - Merge branch 'master' into dependabot/maven/io.lettuce-lettuce-core-6.3.0.RELEASE
  - Merge branch 'master' into dependabot/maven/org.junit-junit-bom-5.10.1
  - Merge branch 'master' into dependabot/maven/org.postgresql-postgresql-42.7.0
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.4 (#1619)
  - Merge branch 'master' into dependabot/maven/com.github.spotbugs-spotbugs-annotations-4.8.2
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - Merge branch 'master' into dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.4
  - Update auto-approve.yml
  - Update auto-approve.yml
  - build(deps): bump com.github.spotbugs:spotbugs-annotations
  - build(deps): bump org.junit:junit-bom from 5.10.0 to 5.10.1
  - build(deps): bump org.postgresql:postgresql from 42.6.0 to 42.7.0
  - build(deps): bump net.snowflake:snowflake-jdbc from 3.14.2 to 3.14.3
  - build(deps): bump io.lettuce:lettuce-core
  - Merge branch 'master' into dependabot/maven/nl.jqno.equalsverifier-equalsverifier-3.15.4
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - build(deps): bump software.amazon.msk:aws-msk-iam-auth
  - build(deps-dev): bump nl.jqno.equalsverifier:equalsverifier
  - build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin
  - Merge branch 'master' into dependabot/maven/com.google.protobuf-protobuf-java-3.25.1
  - Merge branch 'master' into dependabot/maven/com.sap.cloud.db.jdbc-ngdbc-2.18.16
  - Rename main.yml to auto-approve.yml
  - Update javadoc_sync.yaml
  - build(deps): bump com.google.protobuf:protobuf-java
  - build(deps): bump com.sap.cloud.db.jdbc:ngdbc from 2.18.13 to 2.18.16
  - ignore doclint until we can fix at a later time
  - build(deps): bump surefire.failsafe.version from 3.1.2 to 3.2.2
  - Create auto-approve-dependabot.yml
  - chore: change group to specific labels to avoid workflow_job webhook … (#1621)
  - Adding IAM support for Redshift connector, test level scope, excluded necessary classes. (#1590)
  - Merge branch 'mhavey-custom-query-fix'
  - Update README.md - remove merge comments
  - Update README.md - remove merge comments
  - Merge branch 'master' into custom-query-fix
  - Support Redshift External Schemas & Tables (#1610)
  - Merge branch 'master' into custom-query-fix
  - Merge branch 'master' into custom-query-fix
  - Update PropertyGraphHandler.java
  - Merge branch 'master' into custom-query-fix
  - Merge branch 'master' into custom-query-fix
  - merge
  - fixed issue in record handler
  - PR review
  - loglevel
  - loglevel
  - Update NeptuneSparqlConnection.java
  - Update RDFHandler.java
  - Update NeptuneConnection.java
  - Update NeptuneRecordHandler.java
  - Update athena-neptune.yaml
  - Update RDF.md
  - Add files via upload
  - Update RDF.md
  - Update sample-cli-rdf.sh
  - Update RDF.md
  - Update RDF.md
  - Add files via upload
  - Update RDF.md
  - Update RDF.md
  - Update README.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update RDF.md
  - Update sample-cli-script.sh
  - Update sample-cli-script.sh
  - Create sample-cli-rdf.sh
  - Update RDF.md
  - Update PropertyGraph.md
  - Update PropertyGraph.md
  - Update README.md
  - Update PropertyGraph.md
  - Update README.md
  - Create RDF.md
  - Create PropertyGraph.md
  - Update README.md
  - simplify
  - RDF
  - Merge pull request #11 from abhishekpradeepmishra/custom-query
  - Merge branch 'awslabs:master' into custom-query
  - changed componenttype to view, and other related changes
  - updated table creation script
  - Merge branch 'master' into custom-query
  - documentation update for custom query
  - code merge, custom query changes
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 java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants