Commit 2049ff4
authored
fix(deps): update all non-major dependencies (#142)
This PR contains the following updates:
| Package | Change | Age | Confidence | Type | Update | Pending |
|---|---|---|---|---|---|---|
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.17.1` ->
`6.19.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.17.1/6.19.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | minor | |
| [@prisma/client](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/client))
| [`6.17.1` ->
`6.19.0`](https://renovatebot.com/diffs/npm/@prisma%2fclient/6.17.1/6.19.0)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node))
| [`22.18.11` ->
`22.19.1`](https://renovatebot.com/diffs/npm/@types%2fnode/22.18.11/22.19.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [actions/checkout](https://redirect.github.com/actions/checkout) |
`v5.0.0` -> `v5.0.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| docker.io/node | `22.20.0-bookworm-slim` -> `22.21.0-bookworm-slim` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| final | minor | `22.21.1` |
| docker.io/postgres | `18.0-alpine3.22` -> `18.1-alpine3.22` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| | patch | |
| [eslint](https://eslint.org)
([source](https://redirect.github.com/eslint/eslint)) | [`9.38.0` ->
`9.39.1`](https://renovatebot.com/diffs/npm/eslint/9.38.0/9.39.1) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [fastify](https://fastify.dev/)
([source](https://redirect.github.com/fastify/fastify)) | [`5.6.1` ->
`5.6.2`](https://renovatebot.com/diffs/npm/fastify/5.6.1/5.6.2) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| dependencies | patch | |
|
[github/codeql-action](https://redirect.github.com/github/codeql-action)
| `v4.31.0` -> `v4.31.4` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| action | patch | |
| [globals](https://redirect.github.com/sindresorhus/globals) |
[`16.4.0` ->
`16.5.0`](https://renovatebot.com/diffs/npm/globals/16.4.0/16.5.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
| [node](https://redirect.github.com/actions/node-versions) | `22.21.0`
-> `22.21.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| uses-with | patch | |
| [prisma](https://www.prisma.io)
([source](https://redirect.github.com/prisma/prisma/tree/HEAD/packages/cli))
| [`6.17.1` ->
`6.19.0`](https://renovatebot.com/diffs/npm/prisma/6.17.1/6.19.0) |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | minor | |
|
[typescript-eslint](https://typescript-eslint.io/packages/typescript-eslint)
([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint))
| [`8.46.1` ->
`8.46.4`](https://renovatebot.com/diffs/npm/typescript-eslint/8.46.1/8.46.4)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
| devDependencies | patch | `8.47.0` |
---
### Release Notes
<details>
<summary>prisma/prisma (@​prisma/client)</summary>
###
[`v6.19.0`](https://redirect.github.com/prisma/prisma/compare/6.18.0...6.19.0)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.18.0...6.19.0)
###
[`v6.18.0`](https://redirect.github.com/prisma/prisma/releases/tag/6.18.0)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.17.1...6.18.0)
Today, we are excited to share the `6.18.0` stable release 🎉
**🌟 Star this repo for notifications about new releases, bug fixes &
features — or [follow us on X](https://pris.ly/x)!**
##### Prisma ORM
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s
release brings a bunch of new bug fixes and overall improvements:
- `prisma init` now creates a `prisma.config.ts` automatically
When creating a new project with 6.18.0, `prisma init` will now create a
`prisma.config.ts` file automatically. This prepares new applications
for the future of Prisma 7. Some fields that have been historically set
in the `schema.prisma` file are now able to be set in the
`prisma.config.ts`, and we encourage people to migrate over to the new
structure before the release of version 7, where this file will become a
requirement.
- Support for defining your `datasource` in `prisma.config.ts`
If you’re adopting the new `prisma.config.ts` setup in your projects,
version 6.18.0 brings the ability to set your datasource directly in
your config file. Once this is in your config file, any datasource set
in your `schema.prisma` will be ignored. To set the datasource, we also
must include the new `engine` key which we can set to `"classic"` ,
which will be required for Prisma v7
```tsx
import { defineConfig, env } from "prisma/config";
export default defineConfig({
// The Rust-compiled schema engine
engine: "classic",
datasource: {
url: env('DATABASE_URL'),
}
});
```
- [#​28291](https://redirect.github.com/prisma/prisma/pull/28291)
Support multiple Prisma instances with different providers
- [#​28305](https://redirect.github.com/prisma/prisma/pull/28305)
Add `env` helper function
- [#​28266](https://redirect.github.com/prisma/prisma/pull/28266)
Add support for `js` or `classic` as engine types in `prisma.config`
- [#​28139](https://redirect.github.com/prisma/prisma/pull/28139)
Map `Bytes` to `Uint8Array` depending on Typescript version
##### Preparing for Prisma v7
While it has been mentioned a few times already, many of the changes in
this release are here to prepare folks for the upcoming release of
Prisma v7. It’s worth repeating that these changes and the migration to
`prisma.config.ts` will be required for Prisma v7, so we’re releasing
this as opt-in features for developers. But come Prisma v7, they will be
the new way of configuring your project.
##### [Prisma Postgres](https://www.prisma.io/postgres)
[Prisma Postgres](https://www.prisma.io/postgres) is our fully managed
Postgres service designed with the same philosophy of great DX that has
guided Prisma for close to a decade. With this release we are
introducing the following improvements:
##### Database Metric in Console
Inside of your database console, you can now view metrics on your
database usage and interactions. You can get insights into the follow:
- Total egress
- Average response size
- Average query duration
In addition, you can also get insights into how to improve your query
caching and gain better performance.
##### Open roles at Prisma
Interested in joining Prisma? We’re growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our [Careers
page](https://www.prisma.io/careers#current) and find the role that’s
right for you.
##### Enterprise support
Thousands of teams use Prisma and many of them already tap into our
Enterprise & Agency Support Program for hands-on help with everything
from schema integrations and performance tuning to security and
compliance.
With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or
join: <https://prisma.io/enterprise>.
</details>
<details>
<summary>actions/checkout (actions/checkout)</summary>
###
[`v5.0.1`](https://redirect.github.com/actions/checkout/releases/tag/v5.0.1)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v5.0.0...v5.0.1)
##### What's Changed
- Port v6 cleanup to v5 by
[@​ericsciple](https://redirect.github.com/ericsciple) in
[#​2301](https://redirect.github.com/actions/checkout/pull/2301)
**Full Changelog**:
<actions/checkout@v5...v5.0.1>
</details>
<details>
<summary>eslint/eslint (eslint)</summary>
###
[`v9.39.1`](https://redirect.github.com/eslint/eslint/compare/v9.39.0...e2772811a8595d161870835ff04822b25a2cdf45)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.39.0...v9.39.1)
###
[`v9.39.0`](https://redirect.github.com/eslint/eslint/compare/v9.38.0...ac3a60dffc29d8d4d5031621bc062e77f891532a)
[Compare
Source](https://redirect.github.com/eslint/eslint/compare/v9.38.0...v9.39.0)
</details>
<details>
<summary>fastify/fastify (fastify)</summary>
###
[`v5.6.2`](https://redirect.github.com/fastify/fastify/compare/v5.6.1...d338dca5ab24a4ce0175b4333efe46859ceaffab)
[Compare
Source](https://redirect.github.com/fastify/fastify/compare/v5.6.1...v5.6.2)
</details>
<details>
<summary>github/codeql-action (github/codeql-action)</summary>
###
[`v4.31.4`](https://redirect.github.com/github/codeql-action/releases/tag/v4.31.4)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.31.3...v4.31.4)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 4.31.4 - 18 Nov 2025
No user facing changes.
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v4.31.4/CHANGELOG.md)
for more information.
###
[`v4.31.3`](https://redirect.github.com/github/codeql-action/releases/tag/v4.31.3)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.31.2...v4.31.3)
##### CodeQL Action Changelog
See the [releases
page](https://redirect.github.com/github/codeql-action/releases) for the
relevant changes to the CodeQL CLI and language packs.
##### 4.31.3 - 13 Nov 2025
- CodeQL Action v3 will be deprecated in December 2026. The Action now
logs a warning for customers who are running v3 but could be running v4.
For more information, see [Upcoming deprecation of CodeQL Action
v3](https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/).
- Update default CodeQL bundle version to 2.23.5.
[#​3288](https://redirect.github.com/github/codeql-action/pull/3288)
See the full
[CHANGELOG.md](https://redirect.github.com/github/codeql-action/blob/v4.31.3/CHANGELOG.md)
for more information.
###
[`v4.31.2`](https://redirect.github.com/github/codeql-action/compare/v4.31.1...v4.31.2)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.31.1...v4.31.2)
###
[`v4.31.1`](https://redirect.github.com/github/codeql-action/compare/v4.31.0...v4.31.1)
[Compare
Source](https://redirect.github.com/github/codeql-action/compare/v4.31.0...v4.31.1)
</details>
<details>
<summary>sindresorhus/globals (globals)</summary>
###
[`v16.5.0`](https://redirect.github.com/sindresorhus/globals/releases/tag/v16.5.0)
[Compare
Source](https://redirect.github.com/sindresorhus/globals/compare/v16.4.0...v16.5.0)
- Update globals (2025-11-01)
([#​316](https://redirect.github.com/sindresorhus/globals/issues/316))
[`6d441ca`](https://redirect.github.com/sindresorhus/globals/commit/6d441ca)
- Add Vue, Svelte, and Astro globals
([#​314](https://redirect.github.com/sindresorhus/globals/issues/314))
[`ea31521`](https://redirect.github.com/sindresorhus/globals/commit/ea31521)
***
</details>
<details>
<summary>actions/node-versions (node)</summary>
###
[`v22.21.1`](https://redirect.github.com/actions/node-versions/releases/tag/22.21.1-18894912842):
22.21.1
[Compare
Source](https://redirect.github.com/actions/node-versions/compare/22.21.0-18671149699...22.21.1-18894912842)
Node.js 22.21.1
</details>
<details>
<summary>prisma/prisma (prisma)</summary>
###
[`v6.19.0`](https://redirect.github.com/prisma/prisma/releases/tag/6.19.0)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.18.0...6.19.0)
Today, we are excited to share the `6.19.0` stable release 🎉
**🌟 Star this repo for notifications about new releases, bug fixes &
features — or [follow us on X](https://pris.ly/x)**
### Highlights
This release brings a lot of bug fixes and improvements to both the ORM
and Prisma Postgres.
#### [Prisma ORM](https://www.prisma.io/orm)
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s
release brings a bunch of new bug fixes and overall improvements:
-
[#​5675](https://redirect.github.com/prisma/prisma-engines/pull/5675):
When dropping a model from a schema, do not append the default schema to
the migration.
-
[#​5656](https://redirect.github.com/prisma/prisma-engines/pull/5656):
Align naming conventions for fields and relation fields
- [#​28341](https://redirect.github.com/prisma/prisma/pull/28341):
Add biome ignore comments to generated client files. This was a
community contribution from
[@​lonelyevil](https://redirect.github.com/lonelyevil), thank you!
#### [Prisma Postgres](https://www.prisma.io/postgres)
[Prisma Postgres](https://www.prisma.io/postgres) is our fully managed
Postgres service, designed with the same philosophy of great DX that has
guided Prisma for close to a decade. With this release, we are
introducing the following improvements:
##### Connection pooling with Prisma Postgres
We added support for direct connections in 6.17, opening Prisma Postgres
up to working with any tool in the wider Postgres ecosystem. Now, you
can confirm that connection to support connection pooling by appending
the query parameter `pool=true` to the connection string.
```
postgres://555555..../postgres?sslmode=require&pool=true
```
To make this even more accessible, from the [Prisma Postgres
console](https://console.prisma.io), when getting your database
credentials, we’ve updated the UI to easily toggle between pooled and
un-pooled.

#### VS Code extension
A frequently requested feature is to be able to use a [local Prisma
Postgres
database](https://www.prisma.io/docs/postgres/database/local-development)
within our VS Code Extension without having to log in. In this release,
we’re happy to share that this is now supported! Now you can work on
your project without having to connect to the database remotely.
<img width="1920" height="816" alt="Screenshot 2025-10-31 at 3 56 59 PM"
src="https://github.com/user-attachments/assets/8fe7b8ea-6190-42ea-a9e0-160a7164dc5b"
/>
[#​1924](https://redirect.github.com/prisma/language-tools/pull/1924):
previewFeatures = "" suggestion results in "\[]" value
##### Preparing for Prisma v7
Prisma v7 is almost here, and we’ve been making many of the feature in
it available ahead of its release. If you haven’t been keeping your
version of `prisma`, `@prisma/client` up to date, now is the time to do
so before the release. Many of the changes we’ve introduced over the 6.x
release cycle will become the default in v7.
- Unified Prisma Config for project configuration
- Move from `prisma-client-js` `prisma-client`
- New `engine` and `datasource` keys in `prisma.config.ts`
#### Open roles at Prisma
Interested in joining Prisma? We’re growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our [Careers
page](https://www.prisma.io/careers#current) and find the role that’s
right for you.
#### Enterprise support
Thousands of teams use Prisma and many of them already tap into our
Enterprise & Agency Support Program for hands-on help with everything
from schema integrations and performance tuning to security and
compliance.
With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or
join: <https://prisma.io/enterprise>.
###
[`v6.18.0`](https://redirect.github.com/prisma/prisma/releases/tag/6.18.0)
[Compare
Source](https://redirect.github.com/prisma/prisma/compare/6.17.1...6.18.0)
Today, we are excited to share the `6.18.0` stable release 🎉
**🌟 Star this repo for notifications about new releases, bug fixes &
features — or [follow us on X](https://pris.ly/x)!**
##### Prisma ORM
Prisma ORM is the most popular ORM in the TypeScript ecosystem. Today’s
release brings a bunch of new bug fixes and overall improvements:
- `prisma init` now creates a `prisma.config.ts` automatically
When creating a new project with 6.18.0, `prisma init` will now create a
`prisma.config.ts` file automatically. This prepares new applications
for the future of Prisma 7. Some fields that have been historically set
in the `schema.prisma` file are now able to be set in the
`prisma.config.ts`, and we encourage people to migrate over to the new
structure before the release of version 7, where this file will become a
requirement.
- Support for defining your `datasource` in `prisma.config.ts`
If you’re adopting the new `prisma.config.ts` setup in your projects,
version 6.18.0 brings the ability to set your datasource directly in
your config file. Once this is in your config file, any datasource set
in your `schema.prisma` will be ignored. To set the datasource, we also
must include the new `engine` key which we can set to `"classic"` ,
which will be required for Prisma v7
```tsx
import { defineConfig, env } from "prisma/config";
export default defineConfig({
// The Rust-compiled schema engine
engine: "classic",
datasource: {
url: env('DATABASE_URL'),
}
});
```
- [#​28291](https://redirect.github.com/prisma/prisma/pull/28291)
Support multiple Prisma instances with different providers
- [#​28305](https://redirect.github.com/prisma/prisma/pull/28305)
Add `env` helper function
- [#​28266](https://redirect.github.com/prisma/prisma/pull/28266)
Add support for `js` or `classic` as engine types in `prisma.config`
- [#​28139](https://redirect.github.com/prisma/prisma/pull/28139)
Map `Bytes` to `Uint8Array` depending on Typescript version
##### Preparing for Prisma v7
While it has been mentioned a few times already, many of the changes in
this release are here to prepare folks for the upcoming release of
Prisma v7. It’s worth repeating that these changes and the migration to
`prisma.config.ts` will be required for Prisma v7, so we’re releasing
this as opt-in features for developers. But come Prisma v7, they will be
the new way of configuring your project.
##### [Prisma Postgres](https://www.prisma.io/postgres)
[Prisma Postgres](https://www.prisma.io/postgres) is our fully managed
Postgres service designed with the same philosophy of great DX that has
guided Prisma for close to a decade. With this release we are
introducing the following improvements:
##### Database Metric in Console
Inside of your database console, you can now view metrics on your
database usage and interactions. You can get insights into the follow:
- Total egress
- Average response size
- Average query duration
In addition, you can also get insights into how to improve your query
caching and gain better performance.
##### Open roles at Prisma
Interested in joining Prisma? We’re growing and have several exciting
opportunities across the company for developers who are passionate about
building with Prisma. Explore our open positions on our [Careers
page](https://www.prisma.io/careers#current) and find the role that’s
right for you.
##### Enterprise support
Thousands of teams use Prisma and many of them already tap into our
Enterprise & Agency Support Program for hands-on help with everything
from schema integrations and performance tuning to security and
compliance.
With this program you also get priority issue triage and bug fixes,
expert scalability advice, and custom training so that your
Prisma-powered apps stay rock-solid at any scale. Learn more or
join: <https://prisma.io/enterprise>.
</details>
<details>
<summary>typescript-eslint/typescript-eslint
(typescript-eslint)</summary>
###
[`v8.46.4`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8464-2025-11-10)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.3...v8.46.4)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.3`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8463-2025-11-03)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.2...v8.46.3)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
###
[`v8.46.2`](https://redirect.github.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/typescript-eslint/CHANGELOG.md#8462-2025-10-20)
[Compare
Source](https://redirect.github.com/typescript-eslint/typescript-eslint/compare/v8.46.1...v8.46.2)
This was a version bump only for typescript-eslint to align it with
other projects, there were no code changes.
You can read about our [versioning
strategy](https://typescript-eslint.io/users/versioning) and
[releases](https://typescript-eslint.io/users/releases) on our website.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "on Sunday" (UTC), Automerge - At any
time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/8hobbies/commitrack).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6e011aa commit 2049ff4
File tree
13 files changed
+574
-577
lines changed- .github/workflows
- packages
- api-server
- common
- updater
13 files changed
+574
-577
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments