Skip to content

Commit 76f4ef2

Browse files
dependabot[bot]Djelibeybi
authored andcommitted
build(deps-dev): bump the npm-development group with 3 updates
Bumps the npm-development group with 3 updates: [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier), [prettier](https://github.com/prettier/prettier) and [typescript](https://github.com/Microsoft/TypeScript). Updates `eslint-plugin-prettier` from 5.1.3 to 5.2.1 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/master/CHANGELOG.md) - [Commits](prettier/eslint-plugin-prettier@v5.1.3...v5.2.1) Updates `prettier` from 3.2.5 to 3.3.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.2.5...3.3.3) Updates `typescript` from 5.4.5 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.5...v5.5.4) --- updated-dependencies: - dependency-name: eslint-plugin-prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a97d88 commit 76f4ef2

File tree

6 files changed

+856
-132
lines changed

6 files changed

+856
-132
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
55
schedule:
66
interval: weekly
7-
day: "sunday"
8-
time: "10:00"
7+
day: 'sunday'
8+
time: '10:00'
99
groups:
1010
actions-minor:
1111
update-types:
12-
- "minor"
13-
- "patch"
12+
- 'minor'
13+
- 'patch'
1414

15-
- package-ecosystem: "npm"
16-
directory: "/"
15+
- package-ecosystem: 'npm'
16+
directory: '/'
1717
schedule:
1818
interval: weekly
19-
day: "sunday"
20-
time: "08:00"
19+
day: 'sunday'
20+
time: '08:00'
2121
groups:
2222
npm-development:
23-
dependency-type: "development"
23+
dependency-type: 'development'
2424
update-types:
25-
- "minor"
26-
- "patch"
25+
- 'minor'
26+
- 'patch'
2727
npm-production:
28-
dependency-type: "production"
28+
dependency-type: 'production'
2929
update-types:
30-
- "patch"
30+
- 'patch'

dist/index.js

Lines changed: 2 additions & 3 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.

0 commit comments

Comments
 (0)