cjlawson02 / ntcore-ts-client

A TypeScript library for WPILib's NT4.1 spec
https://ntcore.chrislawson.dev
22 stars 7 forks source link

build(deps-dev): bump @nrwl/linter from 15.8.5 to 15.8.9 #56

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @nrwl/linter from 15.8.5 to 15.8.9.

Release notes

Sourced from @​nrwl/linter's releases.

15.8.9

15.8.9 (2023-03-24)

Bug Fixes

15.8.8

15.8.8 (2023-03-23)

Bug Fixes

  • angular: fix wrong tsconfig option name in webpack-dev-server implementation (#15765) (cb0a2f1)
  • bundling: respect --sourcemap option for esbuild (#15778) (53ba54f)
  • core: add warning if running on an outdated global install (#15443) (91b7344)
  • core: combine serial and parallel execution + forward sigint to child process (#13885) (71b96cf)
  • core: fix broken path elevation in npm lockfile pruning (#15833) (c94c00d)
  • core: misc daemon fixes (#15472) (efd89aa)
  • core: move the daemon stop log out of client (#15783) (f85c2df)
  • nextjs: add missing express dependencies to next plugin (#15854) (f88cc40)
  • nextjs: add missing style deps for less and stylus (#15839) (54bc5ca)
  • nextjs: handle buildable libs correctly (#15795) (7c4f043)
  • nextjs: produce correct next.config.js file for production server (#15824) (cf785ef)
  • nextjs: set correct distDir when running production server through Nx (#15861) (867180c)
  • node: align proxy port with default api port (#15754) (b05f540)
  • nx-plugin: allow some customization when running nx-plugins (#15438) (7a57f59)

15.8.7

15.8.7 (2023-03-17)

Bug Fixes

  • angular: resolve browserTarget options correctly in webpack-dev-server (#15638) (5214ea9)
  • angular: throw error for invalid project name in withModuleFederation helper (#15694) (932ed44)
  • core: apply nxignore after gitignore (#15679) (996a690)
  • core: clear line escape code shouldn't erase prefix in output (#15674) (2b97817)
  • core: fix invalid yarn parser dependencies grouping key (#15647) (336ed03)
  • core: fix NX_TASK_TARGET_CONFIGURATION being set to 'null' (#15725) (143d8d3)
  • core: fix pnpm hoisted dependencies resolution with hoisted node-linker (#15594) (d0e831e)
  • core: handle missing package version on lockfile parsing (#15648) (699a355)
  • core: help text shouldn't include .js file extensions on windows (#15677) (17e4194)
  • core: ignore missing modules.yaml during postinstall (#15660) (cd35a0c)
  • core: include target and configuration being run in env variables (#15668) (27b0a29)
  • core: negative implicit dependencies should exclude statically detected dependencies (#15546) (4dd0d97)
  • core: nx migrate should accept tags other than latest and next for community packages (#15673) (47fdc35)
  • core: only perform pattern matching if file input doesn't exist (#15640) (f32eee9)
  • core: prevent running arbitrary code when attempting to detect plugin capabilities (#15676) (c3d5041)

... (truncated)

Commits


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 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 year ago

Superseded by #63.