Skip to content

v0.58.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 02:28
· 163 commits to refs/heads/main since this release
77d944a

0.58.0 (2024-03-07)

⚠ BREAKING CHANGES

  • python: Poetry is now required to be at version 1.2.0 or above. Please update Poetry if needed.
  • nextjs: Minimum Node version is now 16.14.0 to match Next 13's minimum node version.
  • nextjs: Next.js TSConfig module is now esnext by default, to preserve previous behavior, set module to CommonJS.
  • nextjs: Next.js TSConfig moduleResolution is now BUNDLER by default, to preserve previous behavior, set moduleResolution to NODE.
  • nextjs: Next.js TSConfig strict is now set to true by default, to preserve previous behavior, set strict to false.
  • gitlab: current cache definitions will need to be changed into an array or will get a compile time exception.

Features

  • bundler: additional esbuild options and generic escape hatch to pass any options to esbuild (#3366) (482f782), closes #3364
  • cdktf: update default constructs version (#3309) (aa8a2e3)
  • github: download artifact workflow step (#3365) (dbe4aeb)
  • gitlab: add gitlab multiple cache support (#3151) (0c8088f), closes #3022
  • IgnoreFile: allow ignorePatterns to be set via options (#3373) (8c93086)
  • java: support for parent POM in maven projects (#3326) (41b610d)
  • jest: addModuleNameMappers, addModulePaths, addRoots (#3287) (9436206)
  • node: allow enforcement of licenses used by dependencies (#2614) (7402c57)
  • node: release from CI with npm provenance statements (#3330) (e41812c)
  • node: update aws-actions/configure-aws-credentials@v2 to v4 (#3329) (8eb0b03), closes #2932 #3324
  • release: subproject releases (#3208) (e2b393d)
  • task: getStep, editStep, removeStep, cwd (#3311) (d46b89b)
  • tsconfig: downlevelIteration, incremental, tsBuildInfoFile added to compilerOptions (#3314) (681aa72)
  • typescript: ts-jest now uses a non-deprecated implementation (#3201) (2ccae02)
  • vscode: support input variables in launch config (#3166) (d24cbf6)

Bug Fixes