Skip to content

Commit 8e2cbae

Browse files
chore: upgrade lerna to new major version (#29848)
This upgrades lerna to v8 and nx to v18. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 5bdf5cb commit 8e2cbae

File tree

4 files changed

+590
-110
lines changed

4 files changed

+590
-110
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ read*lock
5555
# VSCode jest plugin
5656
.test-output
5757

58+
# Nx cache
59+
.nx/
60+

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"jsii-pacmak": "1.97.0",
3030
"jsii-reflect": "1.97.0",
3131
"jsii-rosetta": "~5.4.0",
32-
"lerna": "^7.4.2",
33-
"nx": "^16.10.0",
32+
"lerna": "^8.1.2",
33+
"nx": "^18.2.4",
3434
"patch-package": "^6.5.1",
3535
"semver": "^7.6.0",
3636
"standard-version": "^9.5.0",
@@ -178,4 +178,4 @@
178178
"dependencies": {
179179
"string-width": "^4.2.3"
180180
}
181-
}
181+
}

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

+55-10
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.94.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.94.0 | Apache-2.0
210+
** @jsii/check-node@1.97.0 - https://www.npmjs.com/package/@jsii/check-node/v/1.97.0 | Apache-2.0
211211
jsii
212212
Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
213213

@@ -240,7 +240,29 @@ SOFTWARE.
240240

241241
----------------
242242

243-
** [email protected] - https://www.npmjs.com/package/agent-base/v/7.1.0 | MIT
243+
** [email protected] - https://www.npmjs.com/package/agent-base/v/7.1.1 | MIT
244+
(The MIT License)
245+
246+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
247+
248+
Permission is hereby granted, free of charge, to any person obtaining
249+
a copy of this software and associated documentation files (the
250+
'Software'), to deal in the Software without restriction, including
251+
without limitation the rights to use, copy, modify, merge, publish,
252+
distribute, sublicense, and/or sell copies of the Software, and to
253+
permit persons to whom the Software is furnished to do so, subject to
254+
the following conditions:
255+
256+
The above copyright notice and this permission notice shall be
257+
included in all copies or substantial portions of the Software.
258+
259+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
260+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
261+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
262+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
263+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
264+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
265+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
244266

245267
----------------
246268

@@ -471,7 +493,7 @@ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH RE
471493

472494
----------------
473495

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

@@ -485,7 +507,7 @@ Amazon Web Services, Inc. (http://aws.amazon.com/).
485507

486508
----------------
487509

488-
** [email protected].4 - https://www.npmjs.com/package/basic-ftp/v/5.0.4 | MIT
510+
** [email protected].5 - https://www.npmjs.com/package/basic-ftp/v/5.0.5 | MIT
489511
Copyright (c) 2019 Patrick Juchli
490512

491513
Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -508,10 +530,11 @@ SOFTWARE.
508530

509531
----------------
510532

511-
** binary-extensions@2.2.0 - https://www.npmjs.com/package/binary-extensions/v/2.2.0 | MIT
533+
** binary-extensions@2.3.0 - https://www.npmjs.com/package/binary-extensions/v/2.3.0 | MIT
512534
MIT License
513535

514-
Copyright (c) 2019 Sindre Sorhus <[email protected]> (https://sindresorhus.com), Paul Miller (https://paulmillr.com)
536+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
537+
Copyright (c) Paul Miller (https://paulmillr.com)
515538

516539
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
517540

@@ -668,7 +691,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
668691

669692
----------------
670693

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

673696
----------------
674697

@@ -3177,11 +3200,33 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31773200

31783201
----------------
31793202

3180-
** [email protected] - https://www.npmjs.com/package/socks-proxy-agent/v/8.0.2 | MIT
3203+
** [email protected] - https://www.npmjs.com/package/socks-proxy-agent/v/8.0.3 | MIT
3204+
(The MIT License)
3205+
3206+
Copyright (c) 2013 Nathan Rajlich <[email protected]>
3207+
3208+
Permission is hereby granted, free of charge, to any person obtaining
3209+
a copy of this software and associated documentation files (the
3210+
'Software'), to deal in the Software without restriction, including
3211+
without limitation the rights to use, copy, modify, merge, publish,
3212+
distribute, sublicense, and/or sell copies of the Software, and to
3213+
permit persons to whom the Software is furnished to do so, subject to
3214+
the following conditions:
3215+
3216+
The above copyright notice and this permission notice shall be
3217+
included in all copies or substantial portions of the Software.
3218+
3219+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
3220+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3221+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
3222+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
3223+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
3224+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
3225+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
31813226

31823227
----------------
31833228

3184-
** socks@2.7.3 - https://www.npmjs.com/package/socks/v/2.7.3 | MIT
3229+
** socks@2.8.3 - https://www.npmjs.com/package/socks/v/2.8.3 | MIT
31853230
The MIT License (MIT)
31863231

31873232
Copyright (c) 2013 Josh Glazebrook
@@ -3420,7 +3465,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
34203465

34213466
----------------
34223467

3423-
** [email protected].1 - https://www.npmjs.com/package/table/v/6.8.1 | BSD-3-Clause
3468+
** [email protected].2 - https://www.npmjs.com/package/table/v/6.8.2 | BSD-3-Clause
34243469
Copyright (c) 2018, Gajus Kuizinas (http://gajus.com/)
34253470
All rights reserved.
34263471

0 commit comments

Comments
 (0)