Skip to content

Commit 4c9f222

Browse files
authored
Merge pull request #2063 from serverless-heaven/fix/chore-updates
Various chore updates
2 parents b17f140 + c412d19 commit 4c9f222

File tree

13 files changed

+1189
-1177
lines changed

13 files changed

+1189
-1177
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ updates:
1717
- dependency-name: glob
1818
versions:
1919
- '>= 11.0.0'
20+
# require esm
21+
- dependency-name: is-builtin-module
22+
versions:
23+
- '>= 4.0.0'
2024
# because tests aren't compatible
2125
- dependency-name: serverless
2226
versions:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
eslint:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
name: ESLint
1717

1818
steps:

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
publish-npm:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: 'Checkout'
1313
uses: actions/checkout@v4

.github/workflows/tests.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os:
2121
- windows-latest
22-
- ubuntu-20.04
22+
- ubuntu-latest
2323
node:
2424
- '16'
2525
- '18'
@@ -45,7 +45,7 @@ jobs:
4545

4646
coverage:
4747
name: 'Upload coverage'
48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949
needs:
5050
- 'mocha'
5151

@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
os:
81-
- ubuntu-20.04
81+
- ubuntu-latest
8282
node:
8383
- '16'
8484

@@ -109,7 +109,7 @@ jobs:
109109
strategy:
110110
matrix:
111111
os:
112-
- ubuntu-20.04
112+
- ubuntu-latest
113113
node:
114114
- '16'
115115

@@ -140,7 +140,7 @@ jobs:
140140
strategy:
141141
matrix:
142142
os:
143-
- ubuntu-20.04
143+
- ubuntu-latest
144144
node:
145145
- '20'
146146

@@ -165,6 +165,7 @@ jobs:
165165
run: npm run test tests/e2e/e2e.test.js
166166
env:
167167
AWS_DEFAULT_REGION: eu-west-1
168+
# personal credentials from j0k3r
168169
AWS_ACCESS_KEY_ID: ${{secrets.AWS_ACCESS_KEY_ID}}
169170
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
170171
SERVERLESS_ACCESS_KEY: ${{secrets.SERVERLESS_ACCESS_KEY}}

examples/babel-multiple-statically-entries/yarn.lock

Lines changed: 40 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3501,9 +3501,9 @@ crc32-stream@^6.0.0:
35013501
readable-stream "^4.0.0"
35023502

35033503
cross-spawn@^6.0.5:
3504-
version "6.0.5"
3505-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
3506-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
3504+
version "6.0.6"
3505+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
3506+
integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
35073507
dependencies:
35083508
nice-try "^1.0.4"
35093509
path-key "^2.0.1"
@@ -3512,9 +3512,9 @@ cross-spawn@^6.0.5:
35123512
which "^1.2.9"
35133513

35143514
cross-spawn@^7.0.0, cross-spawn@^7.0.3:
3515-
version "7.0.3"
3516-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
3517-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
3515+
version "7.0.6"
3516+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
3517+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
35183518
dependencies:
35193519
path-key "^3.1.0"
35203520
shebang-command "^2.0.0"
@@ -4226,10 +4226,10 @@ fs-extra@^10.1.0:
42264226
jsonfile "^6.0.1"
42274227
universalify "^2.0.0"
42284228

4229-
fs-extra@^11.2.0:
4230-
version "11.2.0"
4231-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
4232-
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
4229+
fs-extra@^11.3.0:
4230+
version "11.3.0"
4231+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.0.tgz#0daced136bbaf65a555a326719af931adc7a314d"
4232+
integrity sha512-Z4XaCL6dUDHfP/jT25jJKMmtxvuwbkrD1vNSMFlo9lNLY2c5FHYSQgHPRZUjAB26TpDEoW9HCOgplrdbaPV/ew==
42334233
dependencies:
42344234
graceful-fs "^4.2.0"
42354235
jsonfile "^6.0.1"
@@ -4357,7 +4357,7 @@ glob-to-regexp@^0.4.1:
43574357
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
43584358
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
43594359

4360-
glob@^10.0.0:
4360+
glob@^10.0.0, glob@^10.4.5:
43614361
version "10.4.5"
43624362
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.5.tgz#f4d9f0b90ffdbab09c9d77f5f29b4262517b0956"
43634363
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
@@ -4381,17 +4381,6 @@ glob@^7.0.5, glob@^7.1.4, glob@^7.2.3:
43814381
once "^1.3.0"
43824382
path-is-absolute "^1.0.0"
43834383

4384-
glob@^8.1.0:
4385-
version "8.1.0"
4386-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
4387-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
4388-
dependencies:
4389-
fs.realpath "^1.0.0"
4390-
inflight "^1.0.4"
4391-
inherits "2"
4392-
minimatch "^5.0.1"
4393-
once "^1.3.0"
4394-
43954384
globals@^11.1.0:
43964385
version "11.12.0"
43974386
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -5183,7 +5172,7 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.1.1:
51835172
dependencies:
51845173
brace-expansion "^1.1.7"
51855174

5186-
minimatch@^5.0.1, minimatch@^5.1.0:
5175+
minimatch@^5.1.0:
51875176
version "5.1.6"
51885177
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
51895178
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -5886,11 +5875,16 @@ semver@^6.3.1:
58865875
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
58875876
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
58885877

5889-
semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.6.3:
5878+
semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3:
58905879
version "7.6.3"
58915880
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.3.tgz#980f7b5550bc175fb4dc09403085627f9eb33143"
58925881
integrity sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==
58935882

5883+
semver@^7.7.1:
5884+
version "7.7.1"
5885+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.1.tgz#abd5098d82b18c6c81f6074ff2647fd3e7220c9f"
5886+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
5887+
58945888
serialize-javascript@^6.0.1:
58955889
version "6.0.2"
58965890
resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.2.tgz#defa1e055c83bf6d59ea805d8da862254eb6a6c2"
@@ -5899,16 +5893,16 @@ serialize-javascript@^6.0.1:
58995893
randombytes "^2.1.0"
59005894

59015895
"serverless-webpack@file:../..":
5902-
version "5.14.1"
5896+
version "5.15.0"
59035897
dependencies:
59045898
archiver "^7.0.1"
59055899
bluebird "^3.7.2"
59065900
find-yarn-workspace-root "^2.0.0"
5907-
fs-extra "^11.2.0"
5908-
glob "^8.1.0"
5901+
fs-extra "^11.3.0"
5902+
glob "^10.4.5"
59095903
is-builtin-module "^3.2.1"
59105904
lodash "^4.17.21"
5911-
semver "^7.6.3"
5905+
semver "^7.7.1"
59125906

59135907
serverless@^3.39.0:
59145908
version "3.39.0"
@@ -6134,7 +6128,16 @@ streamx@^2.15.0:
61346128
optionalDependencies:
61356129
bare-events "^2.2.0"
61366130

6137-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
6131+
"string-width-cjs@npm:string-width@^4.2.0":
6132+
version "4.2.3"
6133+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6134+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6135+
dependencies:
6136+
emoji-regex "^8.0.0"
6137+
is-fullwidth-code-point "^3.0.0"
6138+
strip-ansi "^6.0.1"
6139+
6140+
string-width@^4.1.0:
61386141
version "4.2.3"
61396142
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
61406143
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6194,7 +6197,14 @@ string_decoder@~1.1.1:
61946197
dependencies:
61956198
safe-buffer "~5.1.0"
61966199

6197-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6200+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6201+
version "6.0.1"
6202+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6203+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6204+
dependencies:
6205+
ansi-regex "^5.0.1"
6206+
6207+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
61986208
version "6.0.1"
61996209
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
62006210
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

examples/babel-webpack-5/package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)