nikku / wuffle

A multi-repository / multi-organization task board for GitHub issues.
https://wuffle.dev
MIT License
118 stars 23 forks source link

chore(deps): bump axios and nx #150

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps axios and nx. These dependencies needed to be updated together. Updates axios from 0.21.1 to 1.3.3

Release notes

Sourced from axios's releases.

Release v1.3.3

Release notes:

Bug Fixes

  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#5542) (ea87ebf)

Contributors to this release

Release v1.3.2

Release notes:

Bug Fixes

Contributors to this release

Release v1.3.1

Release notes:

Bug Fixes

  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#5518) (08104c0)

Contributors to this release

Release v1.3.0

Release notes:

Bug Fixes

Features

  • fomdata: added support for spec-compliant FormData & Blob types; (#5316) (6ac574e)

Contributors to this release

... (truncated)

Changelog

Sourced from axios's changelog.

1.3.3 (2023-02-13)

Bug Fixes

  • formdata: added a check to make sure the FormData class is available in the browser's global scope; (#5545) (a6dfa72)
  • formdata: fixed setting NaN as Content-Length for form payload in some cases; (#5535) (c19f7bf)
  • headers: fixed the filtering logic of the clear method; (#5542) (ea87ebf)

Contributors to this release

1.3.2 (2023-02-03)

Bug Fixes

Contributors to this release

1.3.1 (2023-02-01)

Bug Fixes

  • formdata: add hotfix to use the asynchronous API to compute the content-length header value; (#5521) (96d336f)
  • serializer: fixed serialization of array-like objects; (#5518) (08104c0)

Contributors to this release

1.3.0 (2023-01-31)

Bug Fixes

Features

  • fomdata: added support for spec-compliant FormData & Blob types; (#5316) (6ac574e)

... (truncated)

Commits
  • d9ebf8f chore(release): v1.3.3 (#5546)
  • a43bca0 chore(example): fix source map urls; (#5467)
  • a6dfa72 fix(formdata): added a check to make sure the FormData class is available in ...
  • c19f7bf fix(formdata): fixed setting NaN as Content-Length for form payload in some c...
  • ea87ebf fix(headers): fixed the filtering logic of the clear method; (#5542)
  • 0b44929 chore(release): v1.3.2 (#5531)
  • 6b3c305 fix(http): use explicit import instead of TextEncoder global; (#5530)
  • 128d56f fix(http): treat http://localhost as base URL for relative paths to avoid `ER...
  • 54d3fac chore(release): v1.3.1 (#5522)
  • 96d336f fix(formdata): add hotfix to use the asynchronous API to compute the content-...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jasonsaayman, a new releaser for axios since your current version.


Updates nx from 14.8.3 to 15.7.1

Release notes

Sourced from nx's releases.

15.7.1

15.7.1 (2023-02-15)

Bug Fixes

  • angular: ensure peer deps are installed when initializing the plugin (#14906) (27e43d0)
  • core: correctly set default configuration name for dependent tasks (7954426)
  • core: do not always use yarn as package manager in the gitlab ci t… (#14978) (14cd02b)
  • core: local plugins should work under yarn workspaces (#14995) (7cbb282)
  • core: skip peer deps from devDependencies on createPackageJson (#14958) (c21e9fb)
  • core: sort --help output by flag priority (#14869) (ff2c50c)
  • js: remove plugins from esbuild will be done as a feature (#14997) (a276bcd)
  • linter: ng-package.json format (#14996) (3b5df23)
  • misc: fix moving a project into a subfolder (#14988) (bb2e790)
  • storybook: v7 vite settings docs remove rootMain (#14992) (298f719)
  • vite: set root and path on dts plugin (#14964) (5c6497e)

Features

  • bundling: make rollup executor return outfile for node executor (#14989) (ed0e6c7)
  • core: allow loading env vars by target and configuration (#14998) (68d0943)
  • linter: add support for full regexes in tag matching (#14982) (de3e504)

15.7.0

15.7.0 (2023-02-14)

Bug Fixes

  • angular: make ng add support new configuration handling (#14604) (7b1ed8e)
  • bundling: react-standalone take into account bundler (#14573) (6116460)
  • core: react monorepo account for bundler (#14617) (d637a5e)
  • devkit: always read package version from the actual package in e… (#14623) (243b742)
  • devkit: only install deps with higher version (#14630) (f337641)
  • js: handle standalone projects for buildable js libraries (#14615) (4bbd60b)
  • nextjs: update order of @​tailwind directives in @​nrwl/react:setup-tailwind (#13429) (6dd6e61)
  • nx-dev: resolve type interface conflicts (#14611) (9d1969e)
  • nx-dev: test additional property for boolean and object (#14646) (e002bd3)
  • react-native: Package path . is not exported from package (#13745) (3eb669b)
  • react: fix nx init so that it works on Windows (#14586) (b9ff264)
  • storybook: react plugin sourcemap type (#14600) (c3de9fd)
  • storybook: react-native tsconfig templates (#14638) (7af4c3f)
  • testing: verify output info exists (#14598) (94dffd1)
  • vite: delete webpack config when converting (#14582) (b01aa84)
  • vite: proper path for main.tsx for standalone (#14575) (fea80af)
  • webpack: omit postcss plugins for css modules (#14616) (5e2f315)
  • webpack: sourceMap option must be a boolean if/when passed to loaders (#14622) (177f1b7)
  • bundling: combine user-defined external esbuild options with ours (#14755) (2f4f0f0)
  • angular: ensure required peer deps are installed when migrating from angular cli workspaces (#14766) (17aa895)

... (truncated)

Commits
  • 68d0943 feat(core): allow loading env vars by target and configuration (#14998)
  • 7cbb282 fix(core): local plugins should work under yarn workspaces (#14995)
  • c21e9fb fix(core): skip peer deps from devDependencies on createPackageJson (#14958)
  • 7954426 fix(core): correctly set default configuration name for dependent tasks
  • ff2c50c fix(core): sort --help output by flag priority (#14869)
  • 5261621 fix(core): remove Windows cmd window popups (#14965)
  • 1aa9b17 fix(devkit): fix support renaming directories with the tree (#14973)
  • b2df831 fix(core): tsconfig.base.json module setting should not break local plugins (...
  • 8d0c09f fix(core): nesting npm lock file deps should support multi nests (#14949)
  • 41a8040 fix(core): support wildcard and latest for pruning version normalization (#14...
  • Additional commits viewable in compare view


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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nikku/wuffle/network/alerts).