Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump the production-dependencies group with 8 updates #104

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2024

Bumps the production-dependencies group with 8 updates:

Package From To
axios 1.6.4 1.6.7
typeorm 0.3.19 0.3.20
typeorm-extension 3.2.0 3.5.0
@vue/compat 3.4.5 3.4.19
swagger-ui 5.10.5 5.11.7
vue 3.4.5 3.4.19
vue-i18n 9.8.0 9.9.1
vue-router 4.2.5 4.3.0

Updates axios from 1.6.4 to 1.6.7

Release notes

Sourced from axios's releases.

Release v1.6.7

Release notes:

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

Release v1.6.6

Release notes:

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

Release v1.6.5

Release notes:

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.7 (2024-01-25)

Bug Fixes

  • capture async stack only for rejections with native error objects; (#6203) (1a08f90)

Contributors to this release

1.6.6 (2024-01-24)

Bug Fixes

  • fixed missed dispatchBeforeRedirect argument (#5778) (a1938ff)
  • wrap errors to improve async stack trace (#5987) (123f354)

Contributors to this release

1.6.5 (2024-01-05)

Bug Fixes

  • ci: refactor notify action as a job of publish action; (#6176) (0736f95)
  • dns: fixed lookup error handling; (#6175) (f4f2b03)

Contributors to this release

Commits

Updates typeorm from 0.3.19 to 0.3.20

Release notes

Sourced from typeorm's releases.

0.3.20

Bug Fixes

Features

Reverts

Changelog

Sourced from typeorm's changelog.

0.3.20 (2024-01-26)

Bug Fixes

Features

Reverts

Commits
  • 3d55188 version bump
  • 8f371f2 Revert "fix: prevent using absolute table path in migrations unless required ...
  • 4624930 fix: added missing parentheses in where conditions (#10650)
  • dd8c0fd docs: grammar mistake fixed (#10647)
  • d0b7670 feat: add postgres multirange column types (#10627)
  • 54d8d9e fix: hangup when load relations with relationLoadStrategy: query (#10630)
  • dd49a25 fix: don't escape indexPredicate (#10618)
  • 032f535 docs: add documentation for .orIgnore method (#10607)
  • 99d8249 fix: type inferencing of EntityManager#create (#10569)
  • 0cab0dd fix: fallback runMigrations transaction to DataSourceOptions (#10601)
  • Additional commits viewable in compare view

Updates typeorm-extension from 3.2.0 to 3.5.0

Release notes

Sourced from typeorm-extension's releases.

v3.5.0

3.5.0 (2024-02-12)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
  • deps: bump @​faker-js/faker from 8.4.0 to 8.4.1 (#885) (e9585f6)
  • optimized useEnv singleton fn (a7f08d1)

Features

  • use envix for environment management (883b9d4)

v3.4.1-beta.1

3.4.1-beta.1 (2024-02-07)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
  • don't export bin path (3f9708d)

v3.4.0

3.4.0 (2024-01-18)

Bug Fixes

  • deps: bump locter to v2.0.2 (4108ee3)
  • remove duplicate runtime environment checks (25db92a)

Features

  • add bin directory as export (#849) (d0e83e6)
  • prioritize seeder track property over global option (b21bb6f)
  • simplify data-source options detection (328b4f0)

v3.4.0-beta.2

3.4.0-beta.2 (2024-01-18)

Bug Fixes

  • remove duplicate runtime environment checks (25db92a)

Features

... (truncated)

Changelog

Sourced from typeorm-extension's changelog.

3.5.0 (2024-02-12)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
  • deps: bump @​faker-js/faker from 8.4.0 to 8.4.1 (#885) (e9585f6)
  • optimized useEnv singleton fn (a7f08d1)

Features

  • use envix for environment management (883b9d4)

3.4.1-beta.1 (2024-02-07)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.3.1 to 8.4.0 (#859) (7d505d4)
  • don't export bin path (3f9708d)

3.4.0 (2024-01-18)

Bug Fixes

  • deps: bump locter to v2.0.2 (4108ee3)
  • remove duplicate runtime environment checks (25db92a)

Features

  • add bin directory as export (#849) (d0e83e6)
  • prioritize seeder track property over global option (b21bb6f)
  • simplify data-source options detection (328b4f0)

3.4.0-beta.2 (2024-01-18)

Bug Fixes

  • remove duplicate runtime environment checks (25db92a)

Features

  • add bin directory as export (#849) (d0e83e6)
  • prioritize seeder track property over global option (b21bb6f)

... (truncated)

Commits
  • b348ed2 chore(release): 3.5.0 [skip ci]
  • 048408c build(deps-dev): bump rollup from 4.9.6 to 4.10.0 (#887)
  • a7f08d1 fix: optimized useEnv singleton fn
  • aa28852 build(deps-dev): bump @​tada5hi/eslint-config-typescript (#880)
  • 3c8c391 build(deps-dev): bump better-sqlite3 from 9.3.0 to 9.4.0 (#881)
  • e9585f6 fix(deps): bump @​faker-js/faker from 8.4.0 to 8.4.1 (#885)
  • ec85148 build(deps-dev): bump @​tada5hi/commitlint-config from 1.1.5 to 1.1.7 (#879)
  • 883b9d4 feat: use envix for environment management
  • 722c71d revert: fix: don't export bin path
  • 5118ca7 chore(release): 3.4.1-beta.1 [skip ci]
  • Additional commits viewable in compare view

Updates @vue/compat from 3.4.5 to 3.4.19

Release notes

Sourced from @​vue/compat's releases.

v3.4.19

Please refer to CHANGELOG.md for details.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

v3.4.15

Please refer to CHANGELOG.md for details.

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

Please refer to CHANGELOG.md for details.

v3.4.10

Please refer to CHANGELOG.md for details.

v3.4.9

Please refer to CHANGELOG.md for details.

v3.4.8

Please refer to CHANGELOG.md for details.

v3.4.7

Please refer to CHANGELOG.md for details.

v3.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compat's changelog.

3.4.19 (2024-02-13)

Bug Fixes

  • deps: pin lru-cache to avoid hashing error (b8be990), closes #10300
  • hydration: fix css vars hydration mismatch false positive on non-root nodes (995d2fd), closes #10317 #10325
  • runtime-dom: should not trigger transition when v-show value is falsy (#10311) (e509639)

Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

  • dx: warn users when computed is self-triggering (#10299) (f7ba97f)

Performance Improvements

3.4.18 (2024-02-09)

Bug Fixes

  • dx: warn against reserved keys as prop name (77a804b), closes #10281
  • runtime-dom: ensure v-show respects display value set via v-bind (#10297) (c224897), closes #10151

3.4.17 (2024-02-09)

Reverts

3.4.16 (2024-02-08)

Bug Fixes

  • compiler-core: handle same-name shorthand edge case for in-DOM templates (cb87b62), closes #10280
  • compiler-core: support v-bind shorthand syntax for dynamic slot name (#10218) (91f058a), closes #10213
  • deps: update compiler (#10269) (336bb65)

... (truncated)

Commits
  • 272ab9f release: v3.4.19
  • 18f1f45 chore: fix renovate.json formatting
  • 995d2fd fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
  • df4a6e1 chore(deps): bump @​vue/consolidate
  • f7ba97f feat(dx): warn users when computed is self-triggering (#10299)
  • b99ac93 chore: ignore lru-cache in renovate.json
  • 0ce536c chore(deps): update dependency npm-run-all2 to v6 (#10309)
  • 5f7a0a0 chore(errorHandling): directly return value in callWithErrorHandling function...
  • b8be990 fix(deps): pin lru-cache to avoid hashing error
  • 159efa9 chore: fix local test run mode in release script
  • Additional commits viewable in compare view

Updates swagger-ui from 5.10.5 to 5.11.7

Release notes

Sourced from swagger-ui's releases.

Swagger UI v5.11.7 Released!

5.11.7 (2024-02-16)

Bug Fixes

  • style: incorrect usage of justify-content property in Authorize button wrapper (#9421) (2a2956f)

Swagger UI v5.11.6 Released!

5.11.6 (2024-02-15)

Bug Fixes

Swagger UI v5.11.5 Released!

5.11.5 (2024-02-15)

Bug Fixes

Swagger UI v5.11.4 Released!

5.11.4 (2024-02-14)

Bug Fixes

Swagger UI v5.11.3 Released!

5.11.3 (2024-02-07)

Bug Fixes

Swagger UI v5.11.2 Released!

5.11.2 (2024-01-29)

Bug Fixes

  • docker: disallow embedding SwaggerUI served from docker by default (#9520) (f9ecb01)

... (truncated)

Commits
  • a93ce4e chore(release): cut the v5.11.7 release
  • b411d6b chore(deps): bump docker/build-push-action from 4 to 5 (#9605)
  • 9d27bfa chore(deps): bump docker/setup-qemu-action from 2 to 3 (#9606)
  • 182e22f chore(deps): bump actions/github-script from 6 to 7 (#9607)
  • 2a2956f fix(style): incorrect usage of justify-content property in Authorize button w...
  • 14b8977 ci(dependabot): auto-update GitHub Actions (#9604)
  • eb8e971 ci(docker-build-push): change supported platforms
  • edb4bc9 chore(deps-dev): bump release-it from 17.0.3 to 17.0.5 (#9603)
  • 5b3a80c chore(release): cut the v5.11.6 release
  • 16fef96 fix: associate HTML labels with inputs (#9599)
  • Additional commits viewable in compare view

Updates vue from 3.4.5 to 3.4.19

Release notes

Sourced from vue's releases.

v3.4.19

Please refer to CHANGELOG.md for details.

v3.4.18

Please refer to CHANGELOG.md for details.

v3.4.17

Please refer to CHANGELOG.md for details.

v3.4.16

Please refer to CHANGELOG.md for details.

v3.4.15

Please refer to CHANGELOG.md for details.

v3.4.14

Please refer to CHANGELOG.md for details.

v3.4.13

Please refer to CHANGELOG.md for details.

v3.4.12

Please refer to CHANGELOG.md for details.

v3.4.11

Please refer to CHANGELOG.md for details.

v3.4.10

Please refer to CHANGELOG.md for details.

v3.4.9

Please refer to CHANGELOG.md for details.

v3.4.8

Please refer to CHANGELOG.md for details.

v3.4.7

Please refer to CHANGELOG.md for details.

v3.4.6

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.4.19 (2024-02-13)

Bug Fixes

  • deps: pin lru-cache to avoid hashing error (b8be990), closes #10300
  • hydration: fix css vars hydration mismatch false positive on non-root nodes (995d2fd), closes #10317 #10325
  • runtime-dom: should not trigger transition when v-show value is falsy (#10311) (e509639)

Features

Note: this warning is categorized as a feature but released in a patch because it does not affect public APIs.

  • dx: warn users when computed is self-triggering (#10299) (f7ba97f)

Performance Improvements

3.4.18 (2024-02-09)

Bug Fixes

  • dx: warn against reserved keys as prop name (77a804b), closes #10281
  • runtime-dom: ensure v-show respects display value set via v-bind (#10297) (c224897), closes #10151

3.4.17 (2024-02-09)

Reverts

3.4.16 (2024-02-08)

Bug Fixes

  • compiler-core: handle same-name shorthand edge case for in-DOM templates (cb87b62), closes #10280
  • compiler-core: support v-bind shorthand syntax for dynamic slot name (#10218) (91f058a), closes #10213
  • deps: update compiler (#10269) (336bb65)

... (truncated)

Commits
  • 272ab9f release: v3.4.19
  • 18f1f45 chore: fix renovate.json formatting
  • 995d2fd fix(hydration): fix css vars hydration mismatch false positive on non-root nodes
  • df4a6e1 chore(deps): bump @​vue/consolidate
  • f7ba97f feat(dx): warn users when computed is self-triggering (#10299)
  • b99ac93 chore: ignore lru-cache in renovate.json
  • 0ce536c chore(deps): update dependency npm-run-all2 to v6 (#10309)
  • 5f7a0a0 chore(errorHandling): directly return value in callWithErrorHandling function...
  • b8be990 fix(deps): pin lru-cache to avoid hashing error
  • 159efa9 chore: fix local test run mode in release script
  • Additional commits viewable in compare view

Updates vue-i18n from 9.8.0 to 9.9.1

Release notes

Sourced from vue-i18n's releases.

v9.9.1

What's Changed

🐛 Bug Fixes

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1

v9.9.0

What's Changed

⚡ Improvement Features

📈 Performance Fixes

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.8.0...v9.9.0

Changelog

Sourced from vue-i18n's changelog.

v9.9.1 (2024-01-31T01:42:27Z)

This changelog is generated by GitHub Releases

What's Changed

🐛 Bug Fixes

📝️ Documentations

New Contributors

Full Changelog: intlify/vue-i18n@v9.9.0...v9.9.1

v9.9.0 (2024-01-06T09:51:05Z)

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

📈 Performance Fixes

📝️ Documentations

New Contributors

... (truncated)

Commits

Updates vue-router from 4.2.5 to 4.3.0

Release notes

Sourced from vue-router's releases.

v4.3.0

Please refer to CHANGELOG.md for details.

Commits
  • 13303bd release: vue-router@4.3.0
  • 16f83db chore: up packages
  • 04b6225 chore: require up to date node
  • 17d47ed chore: comment
  • c9f3e0c docs: api updates
  • 9a8520f chore: up vue
  • f934fcf chore: update chromedriver to 121.0.2 to fix binary CDN URL issue (#2144)
  • d14503f docs(zh): translate the last paragraph of named_routes to Chinese (#2141)
  • 04b50e5 fix: keep optional params coming from a parent record (#2031)
  • 2e1ad5d docs: fix index.md to avoid horizontal scrolling in code (#2129)
  • 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 thi...

Description has been truncated

Bumps the production-dependencies group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.6.4` | `1.6.7` |
| [typeorm](https://github.com/typeorm/typeorm) | `0.3.19` | `0.3.20` |
| [typeorm-extension](https://github.com/tada5hi/typeorm-extension) | `3.2.0` | `3.5.0` |
| [@vue/compat](https://github.com/vuejs/core) | `3.4.5` | `3.4.19` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.10.5` | `5.11.7` |
| [vue](https://github.com/vuejs/core) | `3.4.5` | `3.4.19` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.8.0` | `9.9.1` |
| [vue-router](https://github.com/vuejs/router) | `4.2.5` | `4.3.0` |


Updates `axios` from 1.6.4 to 1.6.7
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.4...v1.6.7)

Updates `typeorm` from 0.3.19 to 0.3.20
- [Release notes](https://github.com/typeorm/typeorm/releases)
- [Changelog](https://github.com/typeorm/typeorm/blob/master/CHANGELOG.md)
- [Commits](typeorm/typeorm@0.3.19...0.3.20)

Updates `typeorm-extension` from 3.2.0 to 3.5.0
- [Release notes](https://github.com/tada5hi/typeorm-extension/releases)
- [Changelog](https://github.com/tada5hi/typeorm-extension/blob/v3.5.0/CHANGELOG.md)
- [Commits](tada5hi/typeorm-extension@v3.2.0...v3.5.0)

Updates `@vue/compat` from 3.4.5 to 3.4.19
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.5...v3.4.19)

Updates `swagger-ui` from 5.10.5 to 5.11.7
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v5.10.5...v5.11.7)

Updates `vue` from 3.4.5 to 3.4.19
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.4.5...v3.4.19)

Updates `vue-i18n` from 9.8.0 to 9.9.1
- [Release notes](https://github.com/intlify/vue-i18n-next/releases)
- [Changelog](https://github.com/intlify/vue-i18n-next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n-next/commits/v9.9.1/packages/vue-i18n)

Updates `vue-router` from 4.2.5 to 4.3.0
- [Release notes](https://github.com/vuejs/router/releases)
- [Commits](vuejs/router@v4.2.5...v4.3.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typeorm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: typeorm-extension
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: "@vue/compat"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: vue-router
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 22, 2024
@neferin12 neferin12 added this pull request to the merge queue Feb 22, 2024
Merged via the queue into develop with commit 3011081 Feb 22, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-e8309a4057 branch February 22, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant