New
v11.0.0
π₯ Breaking changes
- b6cb9a071a7177ad625cde07541b9d2f31aab35b updated
node/no-unsupported-features/node-builtinsrule based on Node.js 13.2.0. - fb9ce15fb6d465f2cead242a5daae2599ce90142 updated
node/no-unsupported-features/es-syntaxrule to recognize BigInt literal property names. - 4295f6a45635ab61c53a8d51c19e1858a208492d updated the rules that check global variables to recognize
globalThis.*. - 04051edfe3aa8cdb9f1aa87bbd4130021f767174 updated
node/no-unsupported-features/es-builtinsrule to recognizeglobalThis.
β¨ Enhancements
- 276a9ad0fa8d6db224aae6fe6d35146a3fac9377 updated
node/no-deprecated-apirule to allow revoked deprecations. - 972f828d3134a9d3ec426cb11aa1cd9f66b657a2 updated
node/no-unsupported-features/node-builtinsrule to handle backporting properly.
π Bug fixes
- 4f74fbf3d674ab9104880954af86f40acd88fb8e fixed a crash bug around dynamic import syntax.