philips-labs / terraform-aws-github-runner

Terraform module for scalable GitHub action runners on AWS
https://philips-labs.github.io/terraform-aws-github-runner/
MIT License
2.44k stars 578 forks source link

chore(lambda): bump nx from 18.0.4 to 19.1.0 in /lambdas #3923

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps nx from 18.0.4 to 19.1.0.

Release notes

Sourced from nx's releases.

19.1.0 (2024-05-24)

🚀 Features

  • angular: support angular 18.0.0 (#22509)
  • bundling: added support for declarations (*.d.ts) (#21084)
  • core: add an option to seperate the output of show with provide… (#23172)
  • core: support finding matching projects with only negative patterns (#22743)
  • core: default show to web view when in interactive terminal (#23358)
  • core: resolve nx migrate target version against registry (#23450)
  • core: allow executor definition to point to another executor (#23576)
  • core: add bun package manager (#22602)
  • graph: change gradle and nextjs svg (#23201)
  • graph: show script content in header (#23257)
  • misc: improve nx cloud setup prompts and messaging (#23218)
  • module-federation: add remote configuration override (#19694)
  • nextjs: Update Next & Tailwindcss Package (#23313)
  • nx-dev: show banner on documentation pages (#23266)
  • nx-dev: check for missing images (#23248)
  • nx-dev: put banner above menu (#23335)
  • nx-dev: Add more blogs (#25939)
  • react: Add SvgOptions for NxReactWebpackPlugin and WithNx (#23283)
  • react-native: add optional syncDeps param to storybook executor (#22032)
  • release: updateDependents generator option for versioning, support circular dependencies (#23252)
  • testing: updates cypress and @​cypress/webpack-dev-server (#22902)
  • testing: remove --watch=false from inferred vitest targets to keep things inlined with vitest recommendations (#25975)
  • vite: support incremental builds with nxViteTsPaths (#23908)

🩹 Fixes

  • angular: libraries should not contain tslib by default #21023 (#23423, #21023)
  • angular: @​angular/core should always be provided as a shared package #19121 (#23464, #19121)
  • bundling: rollup does not log build errors (#23141)
  • bundling: resolve index files from ts paths when running esbuild without bundling (#23098)
  • core: set yarn berry nodeLinker correctly in migrate command (#23249)
  • core: show project --web shouldn't error (#23251)
  • core: update getLastValueFromAsyncIterableIterator to support AsyncIterables returned from executors (#23229)
  • core: include more binary extensions (#22788, #22861)
  • core: workspace remove generator should handle no root jest config (#23328)
  • core: addPlugin should not conflict on project.json targets (#23264)
  • core: throw a specific error for print-affected and affected graph (#23336)
  • core: properly indent command output with mixed line endings (#23321)
  • core: read socket dir on demand & load .env files on client startup (#23348)
  • core: not load env files when NX_LOAD_DOT_ENV_FILES is false (#23231)
  • core: addPlugin should not conflict on project.json targ… (#23391)
  • core: fix affected detection for inputs after named inputs (#23354)
  • core: fix eslint --help command (#23274)
  • core: copy native files to tmp file location instead of .nx/cache (#23375)
  • core: retry interrupted errors when writing to stdout (#23359)

... (truncated)

Commits
  • 10f97b9 fix(core): use current user when hashing native file & enable setting its dir...
  • 61e4ab2 fix(core): use zkochan/js-yaml directly to avoid false audit errors (#25999)
  • 12c6a73 fix(core): cache getting the package manager to the module scope (#25992)
  • a4a185f fix(misc): various inference plugins caching should track changes (#23315)
  • 94707d9 fix(core): fix buildTargetFromScript takes a long time (#25209)
  • 253de9b feat(release): updateDependents generator option for versioning, support circ...
  • 37f02f7 feat(angular): support angular 18.0.0 (#22509)
  • 881adfb docs(misc): replace angular.io links with angular.dev (#25831)
  • 7705757 fix(misc): adjust npm keywords (#24743)
  • 80702b5 feat(core): add bun package manager (#22602)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 month ago

Superseded by #3928.