Skip to content

Commit fd099fe

Browse files
authored
Use new bot names (#656)
1 parent 1cd0fe2 commit fd099fe

17 files changed

+60
-36
lines changed

__tests__/notes.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -564,9 +564,9 @@ describe('groupDependencyUpdates', () => {
564564
it('groups pre-commit-ci updates correctly', async () => {
565565
const sections = {
566566
dependencies: [
567-
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/lucacome/draft-release/pull/350',
567+
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/lucacome/draft-release/pull/350',
568568
'* Update dependency @types/node to ^22.5.2 by @renovate in https://github.com/lucacome/draft-release/pull/319',
569-
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/lucacome/draft-release/pull/355',
569+
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/lucacome/draft-release/pull/355',
570570
'* Update dependency ts-jest to ^29.2.5 by @renovate in https://github.com/lucacome/draft-release/pull/318',
571571
'* Bump path-to-regexp from 6.2.0 to 6.2.1 by @dependabot in https://github.com/lucacome/draft-release/pull/341',
572572
],
@@ -582,7 +582,7 @@ describe('groupDependencyUpdates', () => {
582582
// Verify pre-commit updates are grouped properly within each section
583583
expect(result).toEqual({
584584
dependencies: [
585-
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/lucacome/draft-release/pull/350, https://github.com/lucacome/draft-release/pull/355',
585+
'* [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/lucacome/draft-release/pull/350, https://github.com/lucacome/draft-release/pull/355',
586586
'* Update dependency @types/node to ^22.5.2 by @renovate in https://github.com/lucacome/draft-release/pull/319',
587587
'* Update dependency ts-jest to ^29.2.5 by @renovate in https://github.com/lucacome/draft-release/pull/318',
588588
'* Bump path-to-regexp from 6.2.0 to 6.2.1 by @dependabot in https://github.com/lucacome/draft-release/pull/341',

dist/context.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/context.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js

Lines changed: 18 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.d.ts.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/notes.d.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)