Skip to content

Commit 36bc0c8

Browse files
upgrade: Upgrade dependencies in preparation for major release (#377)
* upgrade: Many dependencies * upgrade: eslint-plugin-unicorn * fix: Disable unicorn/prefer-at to avoid Node 16 incompatibility
1 parent 9b30134 commit 36bc0c8

3 files changed

Lines changed: 2068 additions & 9369 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@
182182
"unicorn/filename-case": "off",
183183
"unicorn/no-array-reduce": "off",
184184
"unicorn/no-null": "off",
185+
"unicorn/prefer-at": "off", // TODO: enable once we raise Node requirement to v16.6.0
185186
"unicorn/prefer-module": "off",
186187
"unicorn/prefer-node-protocol": "off", // TODO: enable once we raise Node requirement to v16.0.0, v14.18.0.
187188
"unicorn/prevent-abbreviations": "off"

0 commit comments

Comments
 (0)