[Snyk] Upgrade @aws-cdk/aws-glue from 0.0.0 to 0.39.0 #122
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @aws-cdk/aws-glue from 0.0.0 to 0.39.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 46 versions ahead of your current version.
The recommended version was released on 5 years ago.
Release notes
Package name: @aws-cdk/aws-glue
Bug Fixes
assets
,aws-ecr-assets
andaws-s3-assets
are now experimental instead of stableBREAKING CHANGES
assets
is now experimental instead of stableaws-ecr-assets
is now experimental instead of stableaws-s3-assets
is now experimental instead of stableBug Fixes
Features
BREAKING CHANGES
LinuxBuildImage.fromDockerHub()
has been renamed tofromDockerRegistry()
andWindowsBuildImage.fromDockerHub()
has been renamed tofromDockerRegistry()
aws-iam.User
andGroup
:managedPolicyArns
=>managedPolicies
.IPv4
=>Ipv4
,IPv6
=>Ipv6
,AZs
=>Azs
.Bug Fixes
BREAKING CHANGES
construct.findChild()
now only looks up direct childrenPort.toRuleJSON
was renamed totoRuleJson
PipelineProject.addSecondaryArtifact
now returns void (formerly any)Project.addSecondaryArtifact
now returns void (formerly any)Bug Fixes
Features
Bug Fixes
Features
Bug Fixes
Code Refactoring
clusterName
from Services (#2980) (a6e4f6a)Features
onXxx()
methods (#2921) (ea10f0d), closes #2913BREAKING CHANGES
@ aws-cdk/cdk
module was renamed to@ aws-cdk/core
, python:aws_cdk.core
, java: the artifactcdk
in groupIdsoftware.amazon.awscdk
was renamed tocore
@ aws-cdk/cdk.Duration
instead ofnumber
, and were renamed to exclude any unit indication.app.run()
has been removed (useapp.synth()
).CfnResource.options
property was renamed toCfnResource.cfnOptions
to avoid conflicts with properties introduced by derived classes.CfnXxx.cfnResourceTypeName
is nowCFN_RESOURCE_TYPE_NAME
in generated CFN resources.ContextProvider
is no longer designed to be extended. UseContextProvider.getValue
andContextProvider.getKey
as utilities.Context.getSsmParameter
has been removed. Usessm.StringParameter.valueFromLookup
Context.getAvailabilityZones
has been removed. Usestack.availabilityZones
Context.getDefaultAccount
andgetDefaultRegion
have been removed an no longer available. Use the environment variablesCDK_DEFAULT_ACCOUNT
andCDK_DEFAULT_REGION
instead.StackProps.autoRun
was renamed toStackProps.autoSynth
.CfnElement.refAsString
renamed toref
ofstring
type. TheIResolvable
version have been removed.IStringValue
renamed toIStringProducer
Include
renamed toCfnInclude
Cfn
prefix was added to the following types:CfnCreationPolicy
,CfnResourceAutoScalingCreationPolicy
,CfnResourceAutoScalingCreationPolicy
,CfnDeletionPolicy
,CfnUpdatePolicy
,CfnAutoScalingRollingUpdate
,CfnAutoScalingReplacingUpdate
,CfnAutoScalingScheduledAction
,CfnCodeDeployLambdaAliasUpdate
,CfnTag
CfnRuleAssertion
,CfnDynamicReferenceProps
deepMerge
is no longer exported.CfnOutputProps.export
was renamed toexportName
.CfnOutput
all properties are now privateStringListCfnOutput
has been removedFn
were madestatic
, and theFn
constructor was made private.VpcNetworkProvider
has been removed. UseVpc.fromLookup
.ec2.MachineImage
will now resolve AMIs from SSM during deployment.ecs.EcsOptimizedAmi
will now resolve AMis from SSM during deployment.hardwareType
wasSTANDARD
. Now it always defaults to Amazon Linux v2.service.clusterName
has been replaced with.cluster
.requiredTransform
is nowREQUIRED_TRANSFORM
in generated code.AwsCustomResource
class was moved to a new module called @ aws-cdk/custom-resourcecapabilities
property is now an array to support multiple capabilities.Pipeline.crossRegionScaffoldStacks
has been renamed tocrossRegionSupport
, and its type changed fromCrossRegionScaffoldStack
toCrossRegionSupport
.CodeCommitAction.pollForSourceChanges
totrigger
and make it an enum.trigger
, and make it an enum.CloudFormationAction
andCloudFormationDeployAction
.HostedZoneProvider
has been removed. UseHostedZone.fromLookup
.Bug Fixes
cdk context
(#2870) (b8a1c8e), closes #2854Code Refactoring
name
inStageProps
tostageName
. (#2882) (be574a1)hwType
tohardwareType
(#2916) (1aa0589), closes #2896aws-sns-subscribers
(#2804) (9ef899c)Features
BREAKING CHANGES
AssetProps.packaging
has been removed and is now automatically discovered based on the file type.ZipDirectoryAsset
has been removed, useaws-s3-assets.Asset
.FileAsset
has been removed, useaws-s3-assets.Asset
.Code.directory
andCode.file
have been removed. UseCode.asset
.hardwareType
fromhwType
.TableOptions.pitrEnabled
renamed topointInTimeRecovery
.TableOptions.sseEnabled
renamed toserverSideEncryption
.TableOptions.ttlAttributeName
renamed totimeToLiveAttribute
.TableOptions.streamSpecification
renamedstream
.ContainerImage.fromAsset()
now takes only build directorydirectly (no need to pass
scope
orid
anymore).ISecret.secretJsonValue
renamed tosecretValueFromJson
.ParameterStoreString
has been removed. UseStringParameter.fromStringParameterAttributes
.ParameterStoreSecureString
has been removed. UseStringParameter.fromSecureStringParameterAttributes
.ParameterOptions.name
was renamed toparameterName
.newStream
renamed toaddStream
and doesn't need a scopenewSubscriptionFilter
renamed toaddSubscriptionFilter
and doesn't need a scopenewMetricFilter
renamed toaddMetricFilter
and doesn't need a scopeNewSubscriptionFilterProps
renamed toSubscriptionProps
NewLogStreamPr...