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 6 updates #87

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 6, 2023

Bumps the production-dependencies group with 6 updates:

Package From To
axios 1.6.1 1.6.2
typeorm-extension 3.1.1 3.2.0
@vue/compat 3.3.8 3.3.10
swagger-ui 5.9.3 5.10.3
vue 3.3.8 3.3.10
vue-i18n 9.6.5 9.8.0

Updates axios from 1.6.1 to 1.6.2

Release notes

Sourced from axios's releases.

Release v1.6.2

Release notes:

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

Changelog

Sourced from axios's changelog.

1.6.2 (2023-11-14)

Features

  • withXSRFToken: added withXSRFToken option as a workaround to achieve the old withCredentials behavior; (#6046) (cff9967)

PRs

  • feat(withXSRFToken): added withXSRFToken option as a workaround to achieve the old `withCredentials` behavior; ( #6046 )

📢 This PR added 'withXSRFToken' option as a replacement for old withCredentials behaviour. 
You should now use withXSRFToken along with withCredential to get the old behavior.
This functionality is considered as a fix.

Contributors to this release

Commits
  • b3be365 chore(release): v1.6.2 (#6082)
  • 8739acb chore(ci): removed redundant release action; (#6081)
  • bfa9c30 chore(docs): fix outdated grunt to npm scripts (#6073)
  • a2b0fb3 chore(docs): update README.md (#6048)
  • b12a608 chore(ci): removed paths-ignore filter; (#6080)
  • 0c9d886 chore(ci): reworked ignoring files logic; (#6079)
  • 30873ee chore(ci): add paths-ignore config to testing action; (#6078)
  • cff9967 feat(withXSRFToken): added withXSRFToken option as a workaround to achieve th...
  • 7009715 chore(ci): fixed release notification action; (#6064)
  • 7144f10 chore(ci): fixed release notification action; (#6063)
  • See full diff in compare view

Updates typeorm-extension from 3.1.1 to 3.2.0

Release notes

Sourced from typeorm-extension's releases.

v3.2.0

3.2.0 (2023-11-25)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.2.0 to 8.3.1 (#782) (fa7a114)
  • deps: bump locter from 1.2.2 to 1.2.3 (#779) (e89daea)

Features

Changelog

Sourced from typeorm-extension's changelog.

3.2.0 (2023-11-25)

Bug Fixes

  • deps: bump @​faker-js/faker from 8.2.0 to 8.3.1 (#782) (fa7a114)
  • deps: bump locter from 1.2.2 to 1.2.3 (#779) (e89daea)

Features

Commits
  • c272905 chore(release): 3.2.0 [skip ci]
  • fa7a114 fix(deps): bump @​faker-js/faker from 8.2.0 to 8.3.1 (#782)
  • db33f67 build(deps-dev): bump eslint from 8.52.0 to 8.54.0 (#780)
  • e89daea fix(deps): bump locter from 1.2.2 to 1.2.3 (#779)
  • c4fdc69 build(deps-dev): bump @​types/yargs from 17.0.29 to 17.0.32 (#778)
  • b477dc6 build(deps-dev): bump vue from 3.3.8 to 3.3.9 (#781)
  • e1fe651 feat: seeder with non default export (#776)
  • a986010 docs: fix cli section with entrypoint file paths (#777)
  • d0dbb9f build(deps-dev): bump @​tada5hi/eslint-config-typescript (#742)
  • b4c1c5b build(deps-dev): bump @​types/node from 20.8.7 to 20.10.0 (#774)
  • Additional commits viewable in compare view

Updates @vue/compat from 3.3.8 to 3.3.10

Release notes

Sourced from @​vue/compat's releases.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from @​vue/compat's changelog.

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707
  • compiler-sfc: generate more treeshaking friendly code (#9507) (8d74ca0), closes #9500
  • compiler-sfc: support inferring generic types (#8511) (eb5e307), closes #8482
  • compiler-sfc: support resolving components from props (#8785) (7cbcee3)
  • compiler-sfc: throw error when failing to load TS during type resolution (#8883) (4936d2e)
  • cssVars: cssVar names should be double-escaped when generating code for ssr (#8824) (5199a12), closes #7823
  • deps: update compiler to ^7.23.4 (#9681) (31f6ebc)
  • runtime-core: Suspense get anchor properly in Transition (#9309) (65f3fe2), closes #8105
  • runtime-dom: set width/height with units as attribute (#8781) (bfc1838)
  • ssr: avoid computed being accidentally cached before server render (#9688) (30d5d93), closes #5300
  • types: expose emits as props in functional components (#9234) (887e54c)
  • types: fix reactive collection types (#8960) (ad27473), closes #8904
  • types: improve return type withKeys and withModifiers (#9734) (43c3cfd)

Performance Improvements

  • optimize on* prop check (38aaa8c)
  • runtime-dom: cache modifier wrapper functions (da4a4fb), closes #8882
  • v-on: constant handlers with modifiers should not be treated as dynamic (4d94ebf)

3.3.9 (2023-11-25)

Bug Fixes

... (truncated)

Commits
  • d5a88ef release: v3.3.10
  • c3e2c55 fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple s...
  • bf7269a chore(deps): update compiler (#9745)
  • ec71585 fix(app): prevent template from being cached between apps with different opti...
  • f2f5f76 chore(deps): update all non-major dependencies (#9744)
  • f4ec0b3 chore: fix typos in CHANGELOG.md (#9746) [ci skip]
  • 65f3fe2 fix(runtime-core): Suspense get anchor properly in Transition (#9309)
  • f12db7f fix(compiler-sfc): avoid passing forEach index to genMap
  • 43c3cfd fix(types): improve return type withKeys and withModifiers (#9734)
  • 9ea2b86 chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
  • Additional commits viewable in compare view

Updates swagger-ui from 5.9.3 to 5.10.3

Release notes

Sourced from swagger-ui's releases.

Swagger UI v5.10.3 Released!

5.10.3 (2023-11-22)

Bug Fixes

  • auth: allow password managers to pre-fill input fields (#9390) (9a7c4c0)

Swagger UI v5.10.2 Released!

5.10.2 (2023-11-22)

Bug Fixes

Swagger UI v5.10.1 Released!

5.10.1 (2023-11-20)

Bug Fixes

WARNING: this is a failed release. Most of the release fragments failed to be released. Please ignore this release.

Swagger UI v5.10.0 Released!

5.10.0 (2023-11-15)

Bug Fixes

  • oas31: use system.fn as source of truth for Model wrapper (#9153) (20c2c74), closes #8577

Features

  • samples: add base64url support for contentEncoding keyword (#9246) (fb65508)

Swagger UI v5.9.4 Released!

5.9.4 (2023-11-13)

Bug Fixes

  • styling: make Operations more responsive on smaller screens (#9325) (e34d8fb), closes #8940
Commits
  • c33fe65 chore(release): cut the v5.10.3 release
  • 9a7c4c0 fix(auth): allow password managers to pre-fill input fields (#9390)
  • fc8e00c chore(release): cut the v5.10.2 release
  • d2cdd89 chore(release): manual release bump to v5.10.1 (#9399)
  • 1f81a1f chore(deps-dev): bump @​commitlint/config-conventional (#9398)
  • fb5f1ff chore(deps-dev): bump @​babel/plugin-transform-runtime (#9397)
  • a22d265 chore(deps-dev): bump @​commitlint/cli from 18.4.2 to 18.4.3 (#9396)
  • dfeb727 fix(release): fix previously failed v5.10.1 release (#9395)
  • 8f93354 fix(styling): ensure authorize button stays on the right (#9387)
  • 3238718 chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#9393)
  • Additional commits viewable in compare view

Updates vue from 3.3.8 to 3.3.10

Release notes

Sourced from vue's releases.

v3.3.10

Please refer to CHANGELOG.md for details.

v3.3.9

Please refer to CHANGELOG.md for details.

Changelog

Sourced from vue's changelog.

3.3.10 (2023-12-04)

Bug Fixes

  • app: prevent template from being cached between apps with different options (#9724) (ec71585), closes #9618
  • compiler-sfc: avoid passing forEach index to genMap (f12db7f)
  • compiler-sfc: deindent pug/jade templates (6345197), closes #3231 #3842 #7723
  • compiler-sfc: fix :where and :is selector in scoped mode with multiple selectors (#9735) (c3e2c55), closes #9707
  • compiler-sfc: generate more treeshaking friendly code (#9507) (8d74ca0), closes #9500
  • compiler-sfc: support inferring generic types (#8511) (eb5e307), closes #8482
  • compiler-sfc: support resolving components from props (#8785) (7cbcee3)
  • compiler-sfc: throw error when failing to load TS during type resolution (#8883) (4936d2e)
  • cssVars: cssVar names should be double-escaped when generating code for ssr (#8824) (5199a12), closes #7823
  • deps: update compiler to ^7.23.4 (#9681) (31f6ebc)
  • runtime-core: Suspense get anchor properly in Transition (#9309) (65f3fe2), closes #8105
  • runtime-dom: set width/height with units as attribute (#8781) (bfc1838)
  • ssr: avoid computed being accidentally cached before server render (#9688) (30d5d93), closes #5300
  • types: expose emits as props in functional components (#9234) (887e54c)
  • types: fix reactive collection types (#8960) (ad27473), closes #8904
  • types: improve return type withKeys and withModifiers (#9734) (43c3cfd)

Performance Improvements

  • optimize on* prop check (38aaa8c)
  • runtime-dom: cache modifier wrapper functions (da4a4fb), closes #8882
  • v-on: constant handlers with modifiers should not be treated as dynamic (4d94ebf)

3.3.9 (2023-11-25)

Bug Fixes

... (truncated)

Commits
  • d5a88ef release: v3.3.10
  • c3e2c55 fix(compiler-sfc): fix :where and :is selector in scoped mode with multiple s...
  • bf7269a chore(deps): update compiler (#9745)
  • ec71585 fix(app): prevent template from being cached between apps with different opti...
  • f2f5f76 chore(deps): update all non-major dependencies (#9744)
  • f4ec0b3 chore: fix typos in CHANGELOG.md (#9746) [ci skip]
  • 65f3fe2 fix(runtime-core): Suspense get anchor properly in Transition (#9309)
  • f12db7f fix(compiler-sfc): avoid passing forEach index to genMap
  • 43c3cfd fix(types): improve return type withKeys and withModifiers (#9734)
  • 9ea2b86 chore(template-explorer): fix overflow screen problem (#7282) [ci skip]
  • Additional commits viewable in compare view

Updates vue-i18n from 9.6.5 to 9.8.0

Release notes

Sourced from vue-i18n's releases.

v9.8.0

What's Changed

🌟 Features

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

v9.7.1

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v9.7.0...v9.7.1

v9.7.0

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.6.5...v9.7.0

Changelog

Sourced from vue-i18n's changelog.

v9.8.0 (2023-11-28T01:00:45Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

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

v9.7.1 (2023-11-22T14:36:24Z)

This changelog is generated by GitHub Releases

What's Changed

⚡ Improvement Features

Full Changelog: intlify/vue-i18n@v9.7.0...v9.7.1

v9.7.0 (2023-11-16T07:45:49Z)

This changelog is generated by GitHub Releases

What's Changed

🌟 Features

Full Changelog: intlify/vue-i18n@v9.6.5...v9.7.0

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the production-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [axios](https://github.com/axios/axios) | `1.6.1` | `1.6.2` |
| [typeorm-extension](https://github.com/tada5hi/typeorm-extension) | `3.1.1` | `3.2.0` |
| [@vue/compat](https://github.com/vuejs/core) | `3.3.8` | `3.3.10` |
| [swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.9.3` | `5.10.3` |
| [vue](https://github.com/vuejs/core) | `3.3.8` | `3.3.10` |
| [vue-i18n](https://github.com/intlify/vue-i18n-next/tree/HEAD/packages/vue-i18n) | `9.6.5` | `9.8.0` |


Updates `axios` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.6.1...v1.6.2)

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

Updates `@vue/compat` from 3.3.8 to 3.3.10
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.8...v3.3.10)

Updates `swagger-ui` from 5.9.3 to 5.10.3
- [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.9.3...v5.10.3)

Updates `vue` from 3.3.8 to 3.3.10
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](vuejs/core@v3.3.8...v3.3.10)

Updates `vue-i18n` from 9.6.5 to 9.8.0
- [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.8.0/packages/vue-i18n)

---
updated-dependencies:
- dependency-name: axios
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 6, 2023
@neferin12
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit ea95d3b into develop Dec 14, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/production-dependencies-42387f54d0 branch December 14, 2023 08:50
@neferin12
Copy link
Member

🎉 This issue has been resolved in version timeclicker_server-v1.8.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@neferin12
Copy link
Member

🎉 This issue has been resolved in version timeclicker_client-v2.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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 released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant