dependabot[bot]
4391f3da66
Fix 24 high severity vulnerabilities by overriding brace-expansion to 5.0.8 ( #1351 )
...
* Bump fast-xml-parser from 5.9.3 to 5.10.1
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 5.9.3 to 5.10.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v5.9.3...v5.10.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-version: 5.10.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: update dependencies and remove unused packages
- Updated `balanced-match` to version 4.0.4 in `package-lock.json`.
- Updated `brace-expansion` to version 5.0.8 in `package-lock.json` and `package.json`.
- Removed unused nested dependencies of `balanced-match` and `brace-expansion` from `package-lock.json`.
- Adjusted `overrides` in `package.json` to reflect the new version of `brace-expansion`.
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chiranjib-swain <chiranjib-swain@github.com >
2026-07-27 12:11:06 -05:00
Chiranjib Swain
eaf9131fae
refactor: update imports to use ES module syntax and improve test structure ( #1350 )
...
- Changed import statements across multiple files to use the .js extension for ES module compatibility.
- Refactored test files to utilize jest's unstable_mockModule for mocking core actions.
- Removed unnecessary spy instances in tests, replacing them with direct mocked function calls.
- Updated TypeScript configuration to target ES2022 and use NodeNext module resolution.
- Removed the tsconfig.spec.json file and adjusted the main tsconfig.json to exclude test files.
2026-07-23 15:39:34 -05:00
dependabot[bot]
1e223db275
Bump undici to 6.27.0 via override, clean up stale license files, and version to 10.4.0. ( #1342 )
...
* build(deps): bump undici and @actions/github
Bumps [undici](https://github.com/nodejs/undici ) to 6.27.0 and updates ancestor dependency [@actions/github](https://github.com/actions/toolkit/tree/HEAD/packages/github ). These dependencies need to be updated together.
Updates `undici` from 6.25.0 to 6.27.0
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v6.25.0...v6.27.0 )
Updates `@actions/github` from 7.0.0 to 9.1.1
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/github/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/github )
---
updated-dependencies:
- dependency-name: undici
dependency-version: 6.27.0
dependency-type: indirect
- dependency-name: "@actions/github"
dependency-version: 9.1.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
* chore: bump version to 10.4.0 and update dependencies
- Updated version from 10.3.0 to 10.4.0 in package.json
- Changed @actions/github dependency version from ^9.1.1 to ^7.0.0
- Added overrides for undici to require version >=6.27.0
* fix: update undici override to specific version 6.27.0
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chiranjib-swain <chiranjib-swain@github.com >
2026-07-09 12:56:36 -05:00
Copilot
eb5cf3af3a
chore: upgrade dependencies and bump version to 10.3.0 ( #1335 )
...
Agent-Logs-Url: https://github.com/actions/stale/sessions/af04c6aa-aaef-4c90-afb1-a26bd3c983c5
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com >
2026-05-20 21:32:39 -05:00
Chiranjib Swain
dcd2b9469d
Fix punycode and url.parse Deprecation Warnings ( #1312 )
...
* chore: update dependencies and add new license files for octokit packages
* chore: update license files and remove obsolete dependencies
2026-02-02 11:24:18 -06:00
dependabot[bot]
d6f8a33132
build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 ( #1304 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 21:47:42 -06:00
dependabot[bot]
e46bbabb3e
build(deps-dev): bump @types/node from 20.10.3 to 24.2.0 and document breaking changes in v10 ( #1280 )
...
* build(deps-dev): bump @types/node from 20.10.3 to 24.2.0
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.10.3 to 24.2.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-version: 24.2.0
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* doc update and check failure fix
* changelog update
* doc update
* doc update
* change log update
* updated doc
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com >
2025-10-21 17:22:46 -05:00
dependabot[bot]
65d1d4804d
build(deps-dev): bump eslint-config-prettier from 8.10.0 to 10.1.8 ( #1276 )
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.10.0 to 10.1.8.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.10.0...v10.1.8 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-version: 10.1.8
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-14 14:38:41 -05:00
Salman Chishti
3a9db7e6a4
Upgrade to node 24 ( #1279 )
...
* Upgrade to node 24
* package updates and compiled
* audit fix
* update package
* package.json version update
* documentation update to the latest release version
---------
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com >
2025-09-03 13:54:19 -05:00
suyashgaonkar
816d9db1ab
Upgrade @action/cache from 4.0.2 to 4.0.3 ( #1233 )
2025-04-08 22:02:34 -05:00
aparnajyothi-y
ba23c1cb02
upgrade actions/cache from 4.0.0 to 4.0.2 ( #1226 )
2025-03-25 11:18:59 -05:00
dependabot[bot]
5bef64f19d
build(deps): bump @actions/cache from 3.2.2 to 4.0.0 ( #1194 )
...
* build(deps): bump @actions/cache from 3.2.2 to 4.0.0
Bumps [@actions/cache](https://github.com/actions/toolkit/tree/HEAD/packages/cache ) from 3.2.2 to 4.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/cache/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/cache )
---
updated-dependencies:
- dependency-name: "@actions/cache"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix-check failures
* check failure fix
* fix
* fix - licensed check failures
* license update
* license update
* license update
* licensed review
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com >
2025-01-16 15:01:00 -06:00
dependabot[bot]
fa77dfddd0
build(deps-dev): bump @types/jest from 29.5.11 to 29.5.14 ( #1193 )
...
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ) from 29.5.11 to 29.5.14.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-15 14:40:07 -06:00
dependabot[bot]
f04443dce3
build(deps): bump @actions/core from 1.10.1 to 1.11.1 ( #1191 )
...
* build(deps): bump @actions/core from 1.10.1 to 1.11.1
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core ) from 1.10.1 to 1.11.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md )
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core )
---
updated-dependencies:
- dependency-name: "@actions/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix for check failures
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Aparna Jyothi <aparnajyothi-y@github.com >
2024-12-17 12:42:20 -06:00
dependabot[bot]
5c715b0513
build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5 ( #1175 )
...
* build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.1.1 to 29.2.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.2.5 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* build(deps-dev): bump ts-jest from 29.1.1 to 29.2.5
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.1.1 to 29.2.5.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.1...v29.2.5 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix failures
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HarithaVattikuti <73516759+HarithaVattikuti@users.noreply.github.com >
2024-12-16 08:40:41 -06:00
aparnajyothi-y
28ca103628
Upgrade Node to v20 ( #1110 )
...
* Upgrade to v20
* Fix for failed checks
* Fix for failed checks
* 8.0.0
* Packages degraded to older version
* licensed update
* format-check
* Updated the logic
* Format-check
* 9.0.0
2023-12-07 17:48:34 +05:30
dependabot[bot]
b69b346013
build(deps-dev): bump @types/node from 18.16.18 to 20.5.1 ( #1079 )
...
* build(deps-dev): bump @types/node from 18.16.18 to 20.5.1
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.16.18 to 20.5.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Fix @types/node.dep.yml, license
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Dolin <dsame@github.com >
2023-09-01 09:01:45 +02:00
dependabot[bot]
88a6f4f6cb
build(deps-dev): bump typescript from 5.1.3 to 5.2.2 ( #1083 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.1.3 to 5.2.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.1.3...v5.2.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-01 09:01:29 +02:00
Ivan Zosimov
523885cf3c
chore: update eslint-plugin, parser and eslint-plugin-jest
2023-08-04 11:38:38 +02:00
dependabot[bot]
2487a1dc2b
build(deps-dev): bump @typescript-eslint/eslint-plugin
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.60.0 to 6.2.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.2.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-02 23:00:09 +00:00
dependabot[bot]
f766dacc16
build(deps-dev): bump jest from 29.6.1 to 29.6.2
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) from 29.6.1 to 29.6.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.2/packages/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-02 21:34:02 +00:00
Sergey Dolin
fcc38c89b2
Merge pull request #1056 from dusan-trickovic/fix/update-semver
...
Update Semver to 7.5.4 and add licensing
2023-08-02 23:30:29 +02:00
Sergey Dolin
c850f73ba8
Merge pull request #1060 from actions/dependabot/npm_and_yarn/jest-and-types/jest-29.6.1
...
build(deps-dev): bump jest and @types/jest
2023-08-02 23:30:17 +02:00
Sergey Dolin
d4393a716e
Merge pull request #1061 from actions/dependabot/npm_and_yarn/typescript-eslint/parser-5.62.0
...
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.62.0
2023-08-02 23:30:09 +02:00
dependabot[bot]
ba33ad2dac
build(deps-dev): bump eslint from 8.43.0 to 8.46.0
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.43.0 to 8.46.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.43.0...v8.46.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-31 11:47:40 +00:00
dependabot[bot]
331c73cfa6
build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.62.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.60.0 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-24 11:54:43 +00:00
dependabot[bot]
87e2adf864
build(deps-dev): bump jest and @types/jest
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ). These dependencies needed to be updated together.
Updates `jest` from 29.5.0 to 29.6.1
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.6.1/packages/jest )
Updates `@types/jest` from 29.5.2 to 29.5.3
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-24 11:54:03 +00:00
Dusan Trickovic
13074eec5e
Update @types/semver dependency to latest
2023-07-20 01:27:15 +02:00
Dusan Trickovic
2eb6fe7447
Update Semver to 7.5.4 and add licensing
2023-07-20 01:08:42 +02:00
Sergey Dolin
a5472823b9
fix dependencies
2023-07-05 17:16:02 +02:00
Sergey Dolin
caeb593a24
use highlevel actions cache api for save
2023-07-05 16:38:08 +02:00
Sergey Dolin
ab422d01a2
Use cache instead of artifacts
2023-06-30 10:15:37 +02:00
Sergey Dolin
79fe616082
Add state
2023-06-22 13:54:24 +02:00
Nikolai Laevskii
e0ca8aa0aa
Move eslint-plugin-node to dev dependencies
2023-05-23 11:58:25 +02:00
Nikolai Laevskii
e097517cb6
Install eslint-plugin-node
2023-05-23 11:43:17 +02:00
Ivan
03af7c36d3
Cumulative update of dependencies ( #987 )
...
* Update deps
* Update licenses
2023-04-12 16:23:03 +02:00
Ivan
d3a9a26482
Fix glob bug in package.json scripts section ( #972 )
2023-04-03 12:49:25 +02:00
Milos Pantic
1e4ad12a86
Merge pull request #977 from actions/dependabot/npm_and_yarn/types/node-18.15.11
...
build(deps-dev): bump @types/node from 18.15.3 to 18.15.11
2023-03-30 20:13:13 +02:00
Milos Pantic
a75fa1fffe
Merge pull request #968 from actions/dependabot/npm_and_yarn/eslint-config-prettier-8.8.0
...
build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
2023-03-30 20:08:21 +02:00
dependabot[bot]
85ee69fc85
build(deps-dev): bump @types/node from 18.15.3 to 18.15.11
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 18.15.3 to 18.15.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-30 18:02:48 +00:00
Milos Pantic
9e8e0c1f8a
Merge pull request #967 from actions/dependabot/npm_and_yarn/jest-circus-29.5.0
...
build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0
2023-03-30 20:02:48 +02:00
dependabot[bot]
55b9bcbbaf
build(deps-dev): bump eslint-config-prettier from 8.7.0 to 8.8.0
...
Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier ) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/prettier/eslint-config-prettier/releases )
- [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/eslint-config-prettier/compare/v8.7.0...v8.8.0 )
---
updated-dependencies:
- dependency-name: eslint-config-prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 11:57:09 +00:00
dependabot[bot]
90557a0ac5
build(deps-dev): bump jest-circus from 29.3.1 to 29.5.0
...
Bumps [jest-circus](https://github.com/facebook/jest/tree/HEAD/packages/jest-circus ) from 29.3.1 to 29.5.0.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest-circus )
---
updated-dependencies:
- dependency-name: jest-circus
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 11:56:58 +00:00
dependabot[bot]
232f2c7ee8
build(deps-dev): bump @typescript-eslint/parser from 5.55.0 to 5.56.0
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.55.0 to 5.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-27 11:56:44 +00:00
dependabot[bot]
5f7b396645
build(deps-dev): bump prettier from 2.8.4 to 2.8.6
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.4 to 2.8.6.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.4...2.8.6 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-22 08:30:19 +00:00
Milos Pantic
52903732a4
Rebuild dist after rebase
2023-03-21 23:39:03 +01:00
Milos Pantic
b006677dea
Merge pull request #962 from actions/dependabot/npm_and_yarn/jest-and-types/jest-29.5.0
...
build(deps-dev): bump jest and @types/jest
2023-03-21 23:22:50 +01:00
Milos Pantic
4f29769aee
Merge pull request #961 from actions/dependabot/npm_and_yarn/typescript-5.0.2
...
build(deps-dev): bump typescript from 4.9.4 to 5.0.2
2023-03-21 23:19:43 +01:00
dependabot[bot]
83453dd842
build(deps-dev): bump jest and @types/jest
...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest ) and [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest ). These dependencies needed to be updated together.
Updates `jest` from 29.4.3 to 29.5.0
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/commits/v29.5.0/packages/jest )
Updates `@types/jest` from 29.4.0 to 29.5.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: "@types/jest"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-21 22:18:55 +00:00
dependabot[bot]
fac2d41a88
build(deps-dev): bump typescript from 4.9.4 to 5.0.2
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.9.4 to 5.0.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.4...v5.0.2 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-20 08:20:54 +00:00