na2na-p / avion

An web application
1 stars 0 forks source link

Update all non-major dependencies #144

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mermaid-js/mermaid-cli ^10.5.0 -> ^10.5.1 age adoption passing confidence
@prisma/client (source) ^5.4.2 -> ^5.5.2 age adoption passing confidence
@swc/core (source) ^1.3.93 -> ^1.3.95 age adoption passing confidence
@types/node (source) 20.8.8 -> 20.8.9 age adoption passing confidence
@typescript-eslint/eslint-plugin ^6.8.0 -> ^6.9.0 age adoption passing confidence
@typescript-eslint/parser ^6.8.0 -> ^6.9.0 age adoption passing confidence
eslint-plugin-import ^2.28.1 -> ^2.29.0 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.10.0 age adoption passing confidence
pnpm (source) >=8.9.2 -> >=8.10.0 age adoption passing confidence
pnpm (source) 8.9.2 -> 8.10.0 age adoption passing confidence
prisma (source) ^5.4.2 -> ^5.5.2 age adoption passing confidence

Release Notes

mermaid-js/mermaid-cli (@​mermaid-js/mermaid-cli) ### [`v10.5.1`](https://togithub.com/mermaid-js/mermaid-cli/releases/tag/10.5.1) [Compare Source](https://togithub.com/mermaid-js/mermaid-cli/compare/10.5.0...10.5.1) #### Changes #### 📦 Dependency updates - build(deps-dev): bump mermaid from 10.5.0 to 10.5.1 [@​dependabot](https://togithub.com/dependabot) ([#​609](https://togithub.com/mermaid-js/mermaid-cli/issues/609)) - build(deps-dev): bump vite from 4.4.11 to 4.5.0 [@​dependabot](https://togithub.com/dependabot) ([#​610](https://togithub.com/mermaid-js/mermaid-cli/issues/610)) - build(deps): bump release-drafter/release-drafter from 5.24.0 to 5.25.0 [@​dependabot](https://togithub.com/dependabot) ([#​608](https://togithub.com/mermaid-js/mermaid-cli/issues/608)) - build(deps): bump [@​babel/traverse](https://togithub.com/babel/traverse) from 7.18.11 to 7.23.2 [@​dependabot](https://togithub.com/dependabot) ([#​607](https://togithub.com/mermaid-js/mermaid-cli/issues/607))
prisma/prisma (@​prisma/client) ### [`v5.5.2`](https://togithub.com/prisma/prisma/releases/tag/5.5.2) [Compare Source](https://togithub.com/prisma/prisma/compare/5.5.1...5.5.2) Today, we are issuing the `5.5.2` patch release. #### Fix in Prisma CLI - [Error: sha256 checksum of https://binaries.prisma.sh/all_commits/475c616176945d72f4330c92801f0c5e6398dc0f/windows/query_en gine.dll.node.gz (zipped) should be 748d039badd0919d022fff7d554b66b6937b79035861a6ae9a80c5a95eee76f5 but is b867ad335ee6f58c6a38f665dd641c95e6adff3061f92b7613c62cae1c3362bb](https://togithub.com/prisma/prisma/issues/21616) ### [`v5.5.1`](https://togithub.com/prisma/prisma/releases/tag/5.5.1) [Compare Source](https://togithub.com/prisma/prisma/compare/5.5.0...5.5.1) Today, we are issuing the `5.5.1` patch release. #### Fix in Prisma Client - [5.5.0 regression: typescript error when trying to pass PrismaPlanetScale adapter to the constructor](https://togithub.com/prisma/prisma/issues/21613) ### [`v5.5.0`](https://togithub.com/prisma/prisma/releases/tag/5.5.0) [Compare Source](https://togithub.com/prisma/prisma/compare/5.4.2...5.5.0) 🌟 **Help us spread the word about Prisma by starring the repo or [tweeting](https://twitter.com/intent/tweet?text=Check%20out%20the%20latest%20@​prisma%20release%20v5.5.0%20%F0%9F%9A%80%0D%0A%0D%0Ahttps://github.com/prisma/prisma/releases/tag/5.5.0) about the release.** 🌟 ##### Highlights ##### Serverless database drivers improvements and request for feedback (Preview) In version [5.4.0](https://togithub.com/prisma/prisma/releases/tag/5.4.0), we released `driverAdapters` into Preview. The `driverAdapter` feature enables Prisma Client to access your database using other JavaScript or Serverless database drivers such as Neon, PlanetScale, and Turso. The driver adapters allow Prisma Client to connect to your database using protocols besides TCP, such as HTTP (PlanetScale and Turso) and WebSockets (Neon). You can learn more about the Preview feature from the [announcement blog post](https://www.prisma.io/blog/serverless-database-drivers-KML1ehXORxZV). In this release, we focused our efforts on fixing bugs and improving the stability of the Preview feature. We encourage you to try it out and share your feedback to help us move it to General Availability in either of the following GitHub discussions: - [Neon](https://togithub.com/prisma/prisma/discussions/21346) - [PlanetScale](https://togithub.com/prisma/prisma/discussions/21347) - [Turso](https://togithub.com/prisma/prisma/discussions/21345) ##### New flags for the `prisma init` command This release introduces 3 new flags you can provide when initializing Prisma in your project using the [`prisma init`](https://www.prisma.io/docs/reference/api-reference/command-reference#init) command: - `--generator-provider`: Defines the default generator to use - `--preview-features`: Specifies the default Preview features to use in your project - `--output`: Specifies the default output location for the generated client ##### Fixes and improvements ##### Prisma CLI - [Prisma init: allow setting generator provider value](https://togithub.com/prisma/prisma/issues/17737) ##### Prisma Client - [`prisma.model.count` does not type `distinct` correctly](https://togithub.com/prisma/prisma/issues/19598) - [Generate fails on 5.2 with unsupported type](https://togithub.com/prisma/prisma/issues/20993) - [Invalid `….findMany()` invocation: The column `j1.id` does not exist in the current database.](https://togithub.com/prisma/prisma/issues/21352) - [5.4.0 subquery has too many columns](https://togithub.com/prisma/prisma/issues/21356) - [One-to-Many relationship does not join on the specified field](https://togithub.com/prisma/prisma/issues/21366) - [Planetscale driver: unsupported column type NULL](https://togithub.com/prisma/prisma/issues/21369) ##### Credits Huge thanks to [@​onichandame](https://togithub.com/onichandame), [@​fqazi](https://togithub.com/fqazi), [@​KhooHaoYit](https://togithub.com/KhooHaoYit), [@​alencardc](https://togithub.com/alencardc), [@​Oreilles](https://togithub.com/Oreilles), [@​christianledgard](https://togithub.com/christianledgard), [@​skyzh](https://togithub.com/skyzh), [@​alula](https://togithub.com/alula), [@​michaelpoellath](https://togithub.com/michaelpoellath), [@​lukahartwig](https://togithub.com/lukahartwig), [@​steebchen](https://togithub.com/steebchen), [@​icanipa](https://togithub.com/icanipa), [@​jiashengguo](https://togithub.com/jiashengguo), [@​stephenwade](https://togithub.com/stephenwade) for helping!
swc-project/swc (@​swc/core) ### [`v1.3.95`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1395---2023-10-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.94...v1.3.95) ##### Bug Fixes - **(es/compat)** Don't add pure annotations to dummy spans ([#​8172](https://togithub.com/swc-project/swc/issues/8172)) ([9ceb57b](https://togithub.com/swc-project/swc/commit/9ceb57b4c7b15e679031c08d4100bb2b6a0ce229)) - **(es/minifier)** Always consider `reassigned` when inlining ([#​8168](https://togithub.com/swc-project/swc/issues/8168)) ([c26a225](https://togithub.com/swc-project/swc/commit/c26a2252b6cfbc659fdd935a7282cec27bcb527b)) - **(es/typescript)** Support `ts_enum_is_mutable` with const enums ([#​8171](https://togithub.com/swc-project/swc/issues/8171)) ([02d0613](https://togithub.com/swc-project/swc/commit/02d0613a35a3875ad3b0c0b008cf063bd162bc07)) ##### Build - **(deps)** Update `ahash` ([#​8174](https://togithub.com/swc-project/swc/issues/8174)) ([5ca3b63](https://togithub.com/swc-project/swc/commit/5ca3b6358219ec71a000fa30d8be14ee2c3f2fc8)) ### [`v1.3.94`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1394---2023-10-21) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.3.93...v1.3.94) ##### Bug Fixes - **(css/ast)** Make `.hash()` of `Token` not recursive ([#​8151](https://togithub.com/swc-project/swc/issues/8151)) ([8d7894c](https://togithub.com/swc-project/swc/commit/8d7894c71f86ef6b1813b69a15d72bb7911ed7ca)) - **(es/minifier)** Abort seq inliner if `b` can short-circuit ([#​8128](https://togithub.com/swc-project/swc/issues/8128)) ([111de26](https://togithub.com/swc-project/swc/commit/111de264b0ec04ec7a693b0006050df21513b583)) - **(es/minifier)** Abort function inliner if `keep_fnames` is `true` ([#​8145](https://togithub.com/swc-project/swc/issues/8145)) ([35601e4](https://togithub.com/swc-project/swc/commit/35601e4dcb7bb65e16d217c50d6065958cbd8e6d)) - **(es/parser)** Skip `this` parameters in setter ([#​8158](https://togithub.com/swc-project/swc/issues/8158)) ([826386f](https://togithub.com/swc-project/swc/commit/826386f49a1226ff3f7d352a75ccdc65c982b4be)) - **(es/utils)** Skip var declarator name in `RefRewriter` ([#​8125](https://togithub.com/swc-project/swc/issues/8125)) ([fb81a36](https://togithub.com/swc-project/swc/commit/fb81a36adcebdc269ae89677977220e9b21b072f)) - **(es/utils)** Fix regression of `RefRewriter` ([#​8153](https://togithub.com/swc-project/swc/issues/8153)) ([08cf1f7](https://togithub.com/swc-project/swc/commit/08cf1f786d0a0fbe4029614306ba2ebaf0a9c919)) ##### Features - **(es/compat)** Implement decorator metadata proposal ([#​8097](https://togithub.com/swc-project/swc/issues/8097)) ([9c029ef](https://togithub.com/swc-project/swc/commit/9c029ef095f83783a3581dfcc165dd197308f538)) - **(es/compat)** Skip empty class static blocks ([#​8138](https://togithub.com/swc-project/swc/issues/8138)) ([e186b80](https://togithub.com/swc-project/swc/commit/e186b80ddcc0c95f276e845cc491b276d0fb15ee)) - **(es/minifier)** Evaluate more `toFixed` expressions ([#​8109](https://togithub.com/swc-project/swc/issues/8109)) ([7da3f52](https://togithub.com/swc-project/swc/commit/7da3f52485062eb23c719e1236b2fee90c228bdd)) - **(es/minifier)** Inline into the arguments of `new` using seq inliner ([#​8127](https://togithub.com/swc-project/swc/issues/8127)) ([4f67794](https://togithub.com/swc-project/swc/commit/4f67794223cf2848ac3c3e42e1e43acec4533246)) - **(es/minifier)** Drop empty static blocks ([#​8152](https://togithub.com/swc-project/swc/issues/8152)) ([8a461b8](https://togithub.com/swc-project/swc/commit/8a461b89573e82bfdac9e730ee23a2fa9210a4c5)) - **(es/parser)** Implement `AsRef` for `IdentLike` ([#​8133](https://togithub.com/swc-project/swc/issues/8133)) ([bffe33a](https://togithub.com/swc-project/swc/commit/bffe33a27036d01d409bad3fcc69d35157665662)) - **(es/typescript)** Add `ts_enum_is_mutable` to disable enum inlining ([#​8115](https://togithub.com/swc-project/swc/issues/8115)) ([57b171d](https://togithub.com/swc-project/swc/commit/57b171dcbe55a8d285d5bc477844b24fdf48835a)) ##### Miscellaneous Tasks - **(bindings)** Add `@deprecated` to JS plugins ([#​8132](https://togithub.com/swc-project/swc/issues/8132)) ([1e9b4e0](https://togithub.com/swc-project/swc/commit/1e9b4e027cabba88c8a0cfd6b62f9ca6c00b29a8)) - **(es/module)** Remove `serde(deny_unknown_fields)` ([#​8163](https://togithub.com/swc-project/swc/issues/8163)) ([5be8e74](https://togithub.com/swc-project/swc/commit/5be8e74ee0a2e81058c340f414479da554081d09)) ##### Refactor - **(es/minifier)** Decouple `assign_count` from `reassigned` ([#​8137](https://togithub.com/swc-project/swc/issues/8137)) ([13106e0](https://togithub.com/swc-project/swc/commit/13106e0d2eaa08c4c74f58205f57c4f2d7d4479f))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#690-2023-10-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) ##### Bug Fixes - **eslint-plugin:** \[no-confusing-void-expression] handle unfixable cases ([#​7674](https://togithub.com/typescript-eslint/typescript-eslint/issues/7674)) ([7e52f27](https://togithub.com/typescript-eslint/typescript-eslint/commit/7e52f276ed5b8b2c0b76be02cb2e8a77892c10f2)) - **eslint-plugin:** \[no-unsafe-return] allow returning anything if explicitly returning any ([#​7708](https://togithub.com/typescript-eslint/typescript-eslint/issues/7708)) ([c6124b2](https://togithub.com/typescript-eslint/typescript-eslint/commit/c6124b2c93a53f11471cce8054388dec7a58f90b)) ##### Features - **eslint-plugin:** \[max-params] don't count `this: void` parameter ([#​7696](https://togithub.com/typescript-eslint/typescript-eslint/issues/7696)) ([6398d3f](https://togithub.com/typescript-eslint/typescript-eslint/commit/6398d3fd0a576d8cdc957ec1b57929acacc60ba0)), closes [#​7538](https://togithub.com/typescript-eslint/typescript-eslint/issues/7538) - **eslint-plugin:** \[naming-convention] add support for default and namespace imports ([#​7269](https://togithub.com/typescript-eslint/typescript-eslint/issues/7269)) ([bb15aae](https://togithub.com/typescript-eslint/typescript-eslint/commit/bb15aae877ae260f59aa5e6cfc338b1eefc6d85c)) - **eslint-plugin:** \[no-restricted-imports] support import = require ([#​7709](https://togithub.com/typescript-eslint/typescript-eslint/issues/7709)) ([4c8edcf](https://togithub.com/typescript-eslint/typescript-eslint/commit/4c8edcfb7d3cc02d07d2329c87da4377c1cbf969)) - **eslint-plugin:** \[no-unsafe-enum-comparison] add switch suggestion ([#​7691](https://togithub.com/typescript-eslint/typescript-eslint/issues/7691)) ([53d5263](https://togithub.com/typescript-eslint/typescript-eslint/commit/53d5263cee8e0b5ddc5de3321d27559c196e5b58)), closes [#​7643](https://togithub.com/typescript-eslint/typescript-eslint/issues/7643) - **eslint-plugin:** \[prefer-readonly] private fields support ([#​7686](https://togithub.com/typescript-eslint/typescript-eslint/issues/7686)) ([0e875bf](https://togithub.com/typescript-eslint/typescript-eslint/commit/0e875bf77a9d94dc74924245fabc36c0ae780977)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.9.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#690-2023-10-23) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.8.0...v6.9.0) **Note:** Version bump only for package [@​typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
import-js/eslint-plugin-import (eslint-plugin-import) ### [`v2.29.0`](https://togithub.com/import-js/eslint-plugin-import/blob/HEAD/CHANGELOG.md#2290---2023-10-22) [Compare Source](https://togithub.com/import-js/eslint-plugin-import/compare/v2.28.1...v2.29.0) ##### Added - TypeScript config: add .cts and .mts extensions (\[[#​2851](https://togithub.com/import-js/eslint-plugin-import/issues/2851)], thanks \[[@​Zamiell](https://togithub.com/Zamiell)]) - \[`newline-after-import`]: new option `exactCount` and docs update (\[[#​1933](https://togithub.com/import-js/eslint-plugin-import/issues/1933)], thanks \[[@​anikethsaha](https://togithub.com/anikethsaha)] and \[[@​reosarevok](https://togithub.com/reosarevok)]) - \[`newline-after-import`]: fix `exactCount` with `considerComments` false positive, when there is a leading comment (\[[#​2884](https://togithub.com/import-js/eslint-plugin-import/issues/2884)], thanks \[[@​kinland](https://togithub.com/kinland)])
pnpm/pnpm (pnpm) ### [`v8.10.0`](https://togithub.com/pnpm/pnpm/releases/tag/v8.10.0) [Compare Source](https://togithub.com/pnpm/pnpm/compare/v8.9.2...v8.10.0) #### Minor Changes - Support for multiple architectures when installing dependencies [#​5965](https://togithub.com/pnpm/pnpm/issues/5965). You can now specify architectures for which you'd like to install optional dependencies, even if they don't match the architecture of the system running the install. Use the `supportedArchitectures` field in `package.json` to define your preferences. For example, the following configuration tells pnpm to install optional dependencies for Windows x64: ```json { "pnpm": { "supportedArchitectures": { "os": ["win32"], "cpu": ["x64"] } } } ``` Whereas this configuration will have pnpm install optional dependencies for Windows, macOS, and the architecture of the system currently running the install. It includes artifacts for both x64 and arm64 CPUs: ```json { "pnpm": { "supportedArchitectures": { "os": ["win32", "darwin", "current"], "cpu": ["x64", "arm64"] } } } ``` Additionally, `supportedArchitectures` also supports specifying the `libc` of the system. - The `pnpm licenses list` command now accepts the `--filter` option to check the licenses of the dependencies of a subset of workspace projects [#​5806](https://togithub.com/pnpm/pnpm/issues/5806). #### Patch Changes - Allow scoped name as bin name [#​7112](https://togithub.com/pnpm/pnpm/issues/7112). - When running scripts recursively inside a workspace, the logs of the scripts are grouped together in some CI tools. (Only works with `--workspace-concurrency 1`) - Print a warning when installing a dependency from a non-existent directory [#​7159](https://togithub.com/pnpm/pnpm/issues/7159) - Should fetch dependency from tarball url when patching dependency installed from git [#​7196](https://togithub.com/pnpm/pnpm/issues/7196) - `pnpm setup` should add a newline at the end of the updated shell config file [#​7227](https://togithub.com/pnpm/pnpm/issues/7227). - Improved the performance of linking bins of hoisted dependencies to `node_modules/.pnpm/node_modules/.bin` [#​7212](https://togithub.com/pnpm/pnpm/pull/7212). - Wrongful ELIFECYCLE error on program termination [#​7164](https://togithub.com/pnpm/pnpm/issues/7164). - `pnpm publish` should not pack the same file twice sometimes [#​6997](https://togithub.com/pnpm/pnpm/issues/6997). The fix was to update `npm-packlist` to the latest version. #### Our Gold Sponsors
#### Our Silver Sponsors

Configuration

📅 Schedule: Branch creation - "after 9am,before 12am" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.