Skip to content

Commit 94b68d7

Browse files
chore: use externally published cloud-assembly-schema (#31064)
### Issue # (if applicable) Closes #<issue number here>. ### Reason for this change ### Description of changes ### Description of how you validated changes ### Checklist - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5f30aa5 commit 94b68d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+197
-5588
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
"fs-extra": "^9.1.0",
2626
"graceful-fs": "^4.2.11",
2727
"jest-junit": "^13.2.0",
28-
"jsii-diff": "1.101.0",
29-
"jsii-pacmak": "1.101.0",
30-
"jsii-reflect": "1.101.0",
28+
"jsii-diff": "1.102.0",
29+
"jsii-pacmak": "1.102.0",
30+
"jsii-reflect": "1.102.0",
3131
"lerna": "^8.1.5",
3232
"nx": "^19.4.0",
3333
"patch-package": "^6.5.1",
@@ -177,4 +177,4 @@
177177
"dependencies": {
178178
"string-width": "^4.2.3"
179179
}
180-
}
180+
}

packages/@aws-cdk/cli-lib-alpha/THIRD_PARTY_LICENSES

+60-57
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ The @aws-cdk/cli-lib-alpha package includes the following third-party software/l
207207

208208
----------------
209209

210-
** @jsii/check-node@1.97.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.97.0 | Apache-2.0
210+
** @jsii/check-node@1.102.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.102.0 | Apache-2.0
211211
jsii
212212
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
213213

@@ -266,7 +266,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
266266

267267
----------------
268268

269-
** ajv@8.12.0 - https://www.npmjs.com/package/ajv/v/8.12.0 | MIT
269+
** ajv@8.16.0 - https://www.npmjs.com/package/ajv/v/8.16.0 | MIT
270270
The MIT License (MIT)
271271

272272
Copyright (c) 2015-2021 Evgeny Poberezkin
@@ -493,7 +493,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
493493

494494
----------------
495495

496-
** aws-sdk@2.1596.0 - https://www.npmjs.com/package/aws-sdk/v/2.1596.0 | Apache-2.0
496+
** aws-sdk@2.1653.0 - https://www.npmjs.com/package/aws-sdk/v/2.1653.0 | Apache-2.0
497497
AWS SDK for JavaScript
498498
Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
499499

@@ -601,10 +601,10 @@ SOFTWARE.
601601

602602
----------------
603603

604-
** [email protected].2 - https://www.npmjs.com/package/braces/v/3.0.2 | MIT
604+
** [email protected].3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
605605
The MIT License (MIT)
606606

607-
Copyright (c) 2014-2018, Jon Schlinkert.
607+
Copyright (c) 2014-present, Jon Schlinkert.
608608

609609
Permission is hereby granted, free of charge, to any person obtaining a copy
610610
of this software and associated documentation files (the "Software"), to deal
@@ -691,7 +691,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
691691

692692
----------------
693693

694-
** cdk-from-cfn@0.156.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.156.0 | MIT OR Apache-2.0
694+
** cdk-from-cfn@0.162.0 - https://www.npmjs.com/package/cdk-from-cfn/v/0.162.0 | MIT OR Apache-2.0
695695

696696
----------------
697697

@@ -1123,7 +1123,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
11231123

11241124
----------------
11251125

1126-
** [email protected].4 - https://www.npmjs.com/package/debug/v/4.3.4 | MIT
1126+
** [email protected].5 - https://www.npmjs.com/package/debug/v/4.3.5 | MIT
11271127
(The MIT License)
11281128

11291129
Copyright (c) 2014-2017 TJ Holowaychuk <[email protected]>
@@ -1390,7 +1390,7 @@ SOFTWARE.
13901390

13911391
----------------
13921392

1393-
** fill-range@7.0.1 - https://www.npmjs.com/package/fill-range/v/7.0.1 | MIT
1393+
** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
13941394
The MIT License (MIT)
13951395

13961396
Copyright (c) 2014-present, Jon Schlinkert.
@@ -1667,7 +1667,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
16671667

16681668
----------------
16691669

1670-
** [email protected].4 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.4 | MIT
1670+
** [email protected].5 - https://www.npmjs.com/package/https-proxy-agent/v/7.0.5 | MIT
16711671
(The MIT License)
16721672

16731673
Copyright (c) 2013 Nathan Rajlich <[email protected]>
@@ -2315,26 +2315,6 @@ licenses; we recommend you read them, as their terms may differ from the
23152315
terms above.
23162316

23172317

2318-
----------------
2319-
2320-
** [email protected] - https://www.npmjs.com/package/lru-cache/v/6.0.0 | ISC
2321-
The ISC License
2322-
2323-
Copyright (c) Isaac Z. Schlueter and Contributors
2324-
2325-
Permission to use, copy, modify, and/or distribute this software for any
2326-
purpose with or without fee is hereby granted, provided that the above
2327-
copyright notice and this permission notice appear in all copies.
2328-
2329-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
2330-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
2331-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
2332-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
2333-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
2334-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
2335-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2336-
2337-
23382318
----------------
23392319

23402320
** [email protected] - https://www.npmjs.com/package/lru-cache/v/7.18.3 | ISC
@@ -2497,7 +2477,30 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
24972477

24982478
----------------
24992479

2500-
** [email protected] - https://www.npmjs.com/package/pac-proxy-agent/v/7.0.1 | MIT
2480+
** [email protected] - https://www.npmjs.com/package/pac-proxy-agent/v/7.0.2 | MIT
2481+
(The MIT License)
2482+
2483+
Copyright (c) 2014 Nathan Rajlich <[email protected]>
2484+
2485+
Permission is hereby granted, free of charge, to any person obtaining
2486+
a copy of this software and associated documentation files (the
2487+
'Software'), to deal in the Software without restriction, including
2488+
without limitation the rights to use, copy, modify, merge, publish,
2489+
distribute, sublicense, and/or sell copies of the Software, and to
2490+
permit persons to whom the Software is furnished to do so, subject to
2491+
the following conditions:
2492+
2493+
The above copyright notice and this permission notice shall be
2494+
included in all copies or substantial portions of the Software.
2495+
2496+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
2497+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2498+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
2499+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
2500+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
2501+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
2502+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2503+
25012504

25022505
----------------
25032506

@@ -3094,10 +3097,10 @@ THE SOFTWARE.
30943097

30953098
----------------
30963099

3097-
** sax@1.3.0 - https://www.npmjs.com/package/sax/v/1.3.0 | ISC
3100+
** sax@1.4.1 - https://www.npmjs.com/package/sax/v/1.4.1 | ISC
30983101
The ISC License
30993102

3100-
Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
3103+
Copyright (c) 2010-2024 Isaac Z. Schlueter and Contributors
31013104

31023105
Permission to use, copy, modify, and/or distribute this software for any
31033106
purpose with or without fee is hereby granted, provided that the above
@@ -3116,7 +3119,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
31163119
`String.fromCodePoint` by Mathias Bynens used according to terms of MIT
31173120
License, as follows:
31183121

3119-
Copyright (c) 2010-2022 Mathias Bynens <https://mathiasbynens.be/>
3122+
Copyright (c) 2010-2024 Mathias Bynens <https://mathiasbynens.be/>
31203123

31213124
Permission is hereby granted, free of charge, to any person obtaining
31223125
a copy of this software and associated documentation files (the
@@ -3140,7 +3143,27 @@ Copyright (c) 2010-2022 Mathias Bynens <https://mathiasbynens.be/>
31403143

31413144
----------------
31423145

3143-
** [email protected] - https://www.npmjs.com/package/semver/v/7.6.0 | ISC
3146+
** [email protected] - https://www.npmjs.com/package/semver/v/7.6.2 | ISC
3147+
The ISC License
3148+
3149+
Copyright (c) Isaac Z. Schlueter and Contributors
3150+
3151+
Permission to use, copy, modify, and/or distribute this software for any
3152+
purpose with or without fee is hereby granted, provided that the above
3153+
copyright notice and this permission notice appear in all copies.
3154+
3155+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3156+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3157+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3158+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3159+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3160+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3161+
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3162+
3163+
3164+
----------------
3165+
3166+
** [email protected] - https://www.npmjs.com/package/semver/v/7.6.3 | ISC
31443167
The ISC License
31453168

31463169
Copyright (c) Isaac Z. Schlueter and Contributors
@@ -3200,7 +3223,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
32003223

32013224
----------------
32023225

3203-
** [email protected].3 - https://www.npmjs.com/package/socks-proxy-agent/v/8.0.3 | MIT
3226+
** [email protected].4 - https://www.npmjs.com/package/socks-proxy-agent/v/8.0.4 | MIT
32043227
(The MIT License)
32053228

32063229
Copyright (c) 2013 Nathan Rajlich <[email protected]>
@@ -3545,7 +3568,7 @@ THE SOFTWARE.
35453568

35463569
----------------
35473570

3548-
** [email protected].2 - https://www.npmjs.com/package/tslib/v/2.6.2 | 0BSD
3571+
** [email protected].3 - https://www.npmjs.com/package/tslib/v/2.6.3 | 0BSD
35493572
Copyright (c) Microsoft Corporation.
35503573

35513574
Permission to use, copy, modify, and/or distribute this software for any
@@ -3723,26 +3746,6 @@ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
37233746
THIS SOFTWARE.
37243747

37253748

3726-
----------------
3727-
3728-
** [email protected] - https://www.npmjs.com/package/yallist/v/4.0.0 | ISC
3729-
The ISC License
3730-
3731-
Copyright (c) Isaac Z. Schlueter and Contributors
3732-
3733-
Permission to use, copy, modify, and/or distribute this software for any
3734-
purpose with or without fee is hereby granted, provided that the above
3735-
copyright notice and this permission notice appear in all copies.
3736-
3737-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
3738-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
3739-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
3740-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
3741-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
3742-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
3743-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
3744-
3745-
37463749
----------------
37473750

37483751
** [email protected] - https://www.npmjs.com/package/yaml/v/1.10.2 | ISC
@@ -3832,4 +3835,4 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
38323835
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
38333836
OTHER DEALINGS IN THE SOFTWARE.
38343837

3835-
----------------
3838+
----------------

packages/@aws-cdk/cloud-assembly-schema/.gitignore

-9
This file was deleted.

packages/@aws-cdk/cloud-assembly-schema/.npmignore

-29
This file was deleted.

packages/@aws-cdk/cloud-assembly-schema/CONTRIBUTING.md

-67
This file was deleted.

0 commit comments

Comments
 (0)