crisboarna / react-skillbars

Skill bars with full color customizations and responsive layout.
https://crisboarna.github.io/react-skillbars
MIT License
23 stars 13 forks source link

build(deps-dev): bump @nrwl/jest from 13.10.2 to 15.0.5 #246

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @nrwl/jest from 13.10.2 to 15.0.5.

Release notes

Sourced from @​nrwl/jest's releases.

15.0.5

15.0.5 (2022-11-01)

Bug Fixes

  • bundling: add missing css-loader dependency to @​nrwl/webpack (#12928) (f345b72)
  • core: revert to the faster message parsing logic (6448274)
  • core: support npm lock file v3 (#12887) (175b74f)
  • core: target project locator should track only hoisted external deps (#12905) (0c52e67)
  • cra-to-nx: use cross-env to ensure Windows compatibility with CRA build script (#12838) (48c6024)
  • js: correctly build library with workspace dependencies (#12884) (2cddd68)
  • linter: improve wildcard import parsing to allow full regex (#12877) (758956d)
  • linter: project with empty onlyDependsOn can only depend on tagless project (#12878) (d58774e)
  • misc: remove -d as alias in generator schema (#12885) (35dd6c9)
  • nextjs: update peer dependency for Next.js 13 (#12866) (e39cb42)
  • testing: use @​swc/jest if being used as transformer (#12614) (f3515e4)

Features

  • angular: add webpack-server builder with support for custom webpack config (#12917) (a5d0314)
  • bundling: add support only bundling in workspace libs, not npm packages (#12852) (58b5196)
  • core: properly passthrough flags unparsed to executors (#12890) (145dda7)
  • graph: add button to toggle graph rankDir under feature flag (#12646) (5577bfb)

15.0.4

15.0.4 (2022-10-27)

Bug Fixes

  • angular: support routes as route array type for ast parsing #12707 (#12829) (d34dff1)
  • core: ensure project configuration is saved as standalone when workspace.json isn't present(#12823) (e1e188c)
  • core: fix graph calculation when there are mixed targets (#11418) (edd1415)
  • core: fix print-affected not filtering on target (#12355) (d9a2852)
  • core: increase daemon timeout (#12861) (ee30e96)
  • core: properly serialize override with object arg for command line (#12499) (594c63b)
  • core: skip transitive deps on package json creation (#12851) (c0e5fb6)
  • devkit: names fn constantName (#12683) (e584882)
  • js: only generate shallow dependencies when building with tsc and swc (#12857) (5f584ea)
  • misc: remove unescaped asterisks on library-types doc (#12759) (91e9726)
  • nextjs: specify return type in withNx plugin (#12486) (94edbe9)
  • react: export remoteGenerator (#12563) (6e97c6c)
  • react: fix minification for prod builds in with-module-federation (#12680) (1992ada)
  • testing: cypress 10 migration supports more configuration setups (#12036) (9096d41)
  • testing: handle trailing commas in 14.0.0 migration (#12837) (1d4247c)
  • testing: update jest batch mode (#12764) (cd4e983)
  • testing: update tsconfig.cy.json template file for generator (#12849) (cc55cff)

... (truncated)

Commits
  • cd4e983 fix(testing): update jest batch mode (#12764)
  • 1d4247c fix(testing): handle trailing commas in 14.0.0 migration (#12837)
  • 53c8598 fix(testing): make sure jest-environment-dom is always installed (#12747)
  • 23de788 chore(repo): update to 15.0.0-rc1 (#12586)
  • d8f3c6b fix(react): migrations use tsquery, so we should provide it (#12575)
  • 8ab7f85 fix(core): swap default method for output capture (#12535)
  • 834e2db feat(core): prefix outputs and warn on non-prefixed outputs (#12470)
  • 49c5e50 feat(core): migrate existing workspaces to use inputs configuration (#12416)
  • 9b63ce1 feat(core): don't generate workspace.json for v2 workspaces (#12127)
  • db3660a docs(testing): add jest example docs (#12210)
  • 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 2 years ago

Superseded by #247.