mya-ake / vue-window-size

Provides reactivity window size properties for Vue.js
https://www.npmjs.com/package/vue-window-size
MIT License
122 stars 5 forks source link

chore(deps-dev): bump nx from 15.5.1 to 15.8.2 #495

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps nx from 15.5.1 to 15.8.2.

Release notes

Sourced from nx's releases.

15.8.2

15.8.2 (2023-03-02)

Bug Fixes

  • bundling: use a range rather than ^ for vitest peer dependency … (#15362) (c06edd9)
  • core: encapsulated nx repos should invoke wrapper when invoked via npx or global install (#15337) (bf9844e)
  • core: handle file renames properly for affected (#15340) (f111580)
  • core: inline source maps for local nx plugins (#15336) (e9a59d6)
  • core: mark package.json dependencies as static (#15381) (04a3864)
  • js: fix parsing link dependencies in yarn (#15364) (c351b34)
  • js: handle swcrc path mappings if specified (#15328) (5ba8d5a)
  • linter: ensure ast file detection supports tsx files (#15345) (6c86cb7)
  • node: lint generator aware that app is root (#15355) (18ff2db)
  • testing: only install dependency for the desired --testEnvironment (#15244) (908cf41)
  • testing: walk all project deps to check if CT project is used in buildTarget (#15252) (2f8ca66)
  • vite: root for running the builder (#15359) (f1de248)

15.8.1

15.8.1 (2023-02-28)

Note: Version bump only for package @​nrwl/nx-source

15.8.0

15.8.0 (2023-02-28)

Bug Fixes

  • core: listing plugin capabilities causes issues when returning null (#15308) (031005f)
  • core: nx affected should not differ if in child directory (#15304) (22970b8)
  • core: nx connect should work for encapsulated repos (#15310) (94d2162)
  • core: replace require(path/posix) for better node compatibility range (#15307) (1975181)
  • angular: bump generated rxjs version (#15054) (0385682)
  • core: run migrations with sync host (#15010) (3eeb4a3)
  • js: don't read dependency package.json if it doesn't exist (#15037) (497a90e)
  • react: add override to class component render() method (#13743) (15d5acd)
  • storybook: dont touch config if is already using new schema (#15056) (3d89a02)
  • storybook: make v7 generator ignore uiFramework (#15023) (a364dab)
  • vite: explicitly export type instead of a value from d.ts files (#15029) (8ce0b3c)
  • angular: handle projects without name in angular cli adapter (#15089) (2011e29)
  • angular: support large buffers in angular cli adapter (#15082) (a1a1cda)
  • angular: use sync host when generating code with angular cli schematics (#15137) (891e7e6)
  • angular: write config correctly when using the angular cli adapter (#15133) (61e28c6)
  • core: fix setting of the interactive env var (#15084) (2a76e20)
  • core: misc encapuslated mode fixes (#15075) (804cb95)
  • core: normalize project config paths to properly match them when combining them (#15149) (3b056e5)
  • core: nx plugin cache should load new plugins (#15072) (e575c49)
  • js: do not generate tsconfig.base.json when creating standalone projects (#15099) (71fd015)

... (truncated)

Commits
  • 04a3864 fix(core): mark package.json dependencies as static (#15381)
  • c351b34 fix(js): fix parsing link dependencies in yarn (#15364)
  • f111580 fix(core): handle file renames properly for affected (#15340)
  • bf9844e fix(core): encapsulated nx repos should invoke wrapper when invoked via npx o...
  • e9a59d6 fix(core): inline source maps for local nx plugins (#15336)
  • 94d2162 fix(core): nx connect should work for encapsulated repos (#15310)
  • 031005f fix(core): listing plugin capabilities causes issues when returning null (#15...
  • 1975181 fix(core): replace require(path/posix) for better node compatibility range (#...
  • 22970b8 fix(core): nx affected should not differ if in child directory (#15304)
  • 92610fe chore(repo): update nx to 15.8.0-beta.7 (#15293)
  • 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 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 #496.