Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

npm: bump the all group with 12 updates #528

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2024

Bumps the all group with 12 updates:

Package From To
@babel/types 7.23.6 7.24.0
@capacitor/android 5.6.0 5.7.4
@capacitor/cli 5.6.0 5.7.4
@capacitor/core 5.6.0 5.7.4
@capacitor/docgen 0.2.1 0.2.2
@capacitor/ios 5.6.0 5.7.4
@types/node 20.11.0 20.12.7
@types/uuid 9.0.7 9.0.8
prettier 3.1.1 3.2.5
typescript 5.3.3 5.4.5
vite-plugin-dts 3.7.0 3.8.3
vitest 1.2.0 1.5.0

Updates @babel/types from 7.23.6 to 7.24.0

Release notes

Sourced from @​babel/types's releases.

v7.24.0 (2024-02-28)

Thanks @​ajihyf for your first PR!

Release post with summary and highlights: https://babeljs.io/7.24.0

🚀 New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

💅 Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

🏠 Internal

... (truncated)

Changelog

Sourced from @​babel/types's changelog.

v7.24.0 (2024-02-28)

🚀 New Feature

  • babel-standalone
  • babel-core, babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-transform-class-properties
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators, babel-plugin-proposal-pipeline-operator, babel-plugin-syntax-decorators, babel-plugin-transform-class-properties, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-preset-flow
  • babel-helper-import-to-platform-api, babel-plugin-proposal-import-wasm-source, babel-plugin-proposal-json-modules, babel-standalone
  • babel-plugin-transform-runtime
  • babel-parser, babel-types

🐛 Bug Fix

  • babel-plugin-proposal-do-expressions, babel-traverse
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object
  • babel-helper-create-class-features-plugin, babel-plugin-transform-private-methods
  • babel-helper-create-class-features-plugin, babel-helpers, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-decorators, babel-plugin-transform-async-generator-functions, babel-plugin-transform-private-methods, babel-plugin-transform-private-property-in-object, babel-plugin-transform-typescript, babel-preset-env
  • babel-helpers
  • babel-helpers, babel-plugin-proposal-decorators

💅 Polish

  • babel-core, babel-helper-create-class-features-plugin, babel-preset-env

🏠 Internal

  • babel-helper-transform-fixture-test-runner

🔬 Output optimization

... (truncated)

Commits

Updates @capacitor/android from 5.6.0 to 5.7.4

Release notes

Sourced from @​capacitor/android's releases.

5.7.4

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3

5.7.3 (2024-03-15)

Bug Fixes

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

5.7.1 (2024-03-01)

Bug Fixes

5.7.0

5.7.0 (2024-02-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​capacitor/android's changelog.

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3 (2024-03-15)

Bug Fixes

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1 (2024-03-01)

Bug Fixes

5.7.0 (2024-02-07)

Bug Fixes

  • cli: correctly build and sign Android apps using Flavors (#7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)

Features

  • webview: add setServerAssetPath method (4e8449c)
Commits

Updates @capacitor/cli from 5.6.0 to 5.7.4

Release notes

Sourced from @​capacitor/cli's releases.

5.7.4

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3

5.7.3 (2024-03-15)

Bug Fixes

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

5.7.1 (2024-03-01)

Bug Fixes

5.7.0

5.7.0 (2024-02-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​capacitor/cli's changelog.

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3 (2024-03-15)

Bug Fixes

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1 (2024-03-01)

Bug Fixes

5.7.0 (2024-02-07)

Bug Fixes

  • cli: correctly build and sign Android apps using Flavors (#7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)

Features

  • webview: add setServerAssetPath method (4e8449c)
Commits

Updates @capacitor/core from 5.6.0 to 5.7.4

Release notes

Sourced from @​capacitor/core's releases.

5.7.4

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3

5.7.3 (2024-03-15)

Bug Fixes

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

5.7.1 (2024-03-01)

Bug Fixes

5.7.0

5.7.0 (2024-02-07)

Bug Fixes

... (truncated)

Changelog

Sourced from @​capacitor/core's changelog.

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3 (2024-03-15)

Bug Fixes

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1 (2024-03-01)

Bug Fixes

5.7.0 (2024-02-07)

Bug Fixes

  • cli: correctly build and sign Android apps using Flavors (#7211) (af97904)
  • http: better handling of active requests and shutting down gracefully (a56e845)

Features

  • webview: add setServerAssetPath method (4e8449c)
Commits

Updates @capacitor/docgen from 0.2.1 to 0.2.2

Release notes

Sourced from @​capacitor/docgen's releases.

v0.2.2

  • fix: Revert remove final - from addlistener slug (#48) 2505e72

ionic-team/capacitor-docgen@v0.2.1...v0.2.2

Commits

Updates @capacitor/ios from 5.6.0 to 5.7.4

Release notes

Sourced from @​capacitor/ios's releases.

5.7.4

5.7.4 (2024-03-20)

Bug Fixes

  • http: change proxy url generation (30a32f4)

5.7.3

5.7.3 (2024-03-15)

Bug Fixes

5.7.2

5.7.2 (2024-03-06)

Bug Fixes

  • android: prevent crash on script injection if the script is too long (#7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#7310) (#7313) (28e7f08)

5.7.1

5.7.1 (2024-03-01)

Bug Fixes

  • android: handle http errors on the proxy (#7297) (279f198)
  • android: incorrect http url params encoding (#7303) (3857dad)
  • android: let WebView handle errors...

    Description has been truncated

Bumps the all group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@babel/types](https://github.com/babel/babel/tree/HEAD/packages/babel-types) | `7.23.6` | `7.24.0` |
| [@capacitor/android](https://github.com/ionic-team/capacitor) | `5.6.0` | `5.7.4` |
| [@capacitor/cli](https://github.com/ionic-team/capacitor) | `5.6.0` | `5.7.4` |
| [@capacitor/core](https://github.com/ionic-team/capacitor) | `5.6.0` | `5.7.4` |
| [@capacitor/docgen](https://github.com/ionic-team/capacitor-docgen) | `0.2.1` | `0.2.2` |
| [@capacitor/ios](https://github.com/ionic-team/capacitor) | `5.6.0` | `5.7.4` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.0` | `20.12.7` |
| [@types/uuid](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/uuid) | `9.0.7` | `9.0.8` |
| [prettier](https://github.com/prettier/prettier) | `3.1.1` | `3.2.5` |
| [typescript](https://github.com/Microsoft/TypeScript) | `5.3.3` | `5.4.5` |
| [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) | `3.7.0` | `3.8.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `1.2.0` | `1.5.0` |


Updates `@babel/types` from 7.23.6 to 7.24.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.0/packages/babel-types)

Updates `@capacitor/android` from 5.6.0 to 5.7.4
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.4/CHANGELOG.md)
- [Commits](ionic-team/capacitor@5.6.0...5.7.4)

Updates `@capacitor/cli` from 5.6.0 to 5.7.4
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.4/CHANGELOG.md)
- [Commits](ionic-team/capacitor@5.6.0...5.7.4)

Updates `@capacitor/core` from 5.6.0 to 5.7.4
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.4/CHANGELOG.md)
- [Commits](ionic-team/capacitor@5.6.0...5.7.4)

Updates `@capacitor/docgen` from 0.2.1 to 0.2.2
- [Release notes](https://github.com/ionic-team/capacitor-docgen/releases)
- [Commits](ionic-team/capacitor-docgen@v0.2.1...v0.2.2)

Updates `@capacitor/ios` from 5.6.0 to 5.7.4
- [Release notes](https://github.com/ionic-team/capacitor/releases)
- [Changelog](https://github.com/ionic-team/capacitor/blob/5.7.4/CHANGELOG.md)
- [Commits](ionic-team/capacitor@5.6.0...5.7.4)

Updates `@types/node` from 20.11.0 to 20.12.7
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/uuid` from 9.0.7 to 9.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/uuid)

Updates `prettier` from 3.1.1 to 3.2.5
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.1.1...3.2.5)

Updates `typescript` from 5.3.3 to 5.4.5
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.3...v5.4.5)

Updates `vite-plugin-dts` from 3.7.0 to 3.8.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](qmhc/vite-plugin-dts@v3.7.0...v3.8.3)

Updates `vitest` from 1.2.0 to 1.5.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.5.0/packages/vitest)

---
updated-dependencies:
- dependency-name: "@babel/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@capacitor/android"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@capacitor/cli"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@capacitor/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@capacitor/docgen"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@capacitor/ios"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/uuid"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team April 15, 2024 07:31
@dependabot dependabot bot added the chore Naming, organizing folder structure, and less impactful tasks. label Apr 15, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Apr 22, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/all-2a61e28e6a branch April 22, 2024 07:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
chore Naming, organizing folder structure, and less impactful tasks.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants