dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							c7ba931617
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.9.0 to 22.9.1 (#518)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 40s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.9.0 to 22.9.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-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-11-23 13:42:41 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							0f9a1fc53d
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.26.0 to 4.27.3 (#517)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 33s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.26.0 to 4.27.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.26.0...v4.27.3)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-11-21 22:49:19 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							d614e874a7
							
						
					 | 
					
						
						
							
							chore: bump eslint from 9.14.0 to 9.15.0 (#515)
						
						
						
						
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint) from 9.14.0 to 9.15.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/v9.14.0...v9.15.0)
---
updated-dependencies:
- dependency-name: eslint
  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> 
						
					 | 
					
						2024-11-21 22:17:47 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alfi Maulana
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							478382dd46
							
						
					 | 
					
						
						
							
							feat: use asynchronous version of the exec file function (#522)
						
						
						
						
						
						
						
						* feat: add `exec` function
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
* feat: use `exec` function in `configureProject` and `buildProject` functions
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
---------
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-11-21 22:16:53 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							5dcae6263b
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.14.0 to 8.15.0 (#516)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.14.0 to 8.15.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-11-21 21:17:16 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alfi Maulana
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							6f8b21d703
							
						
					 | 
					
						
						
							
							feat: parse multi values inputs with quotation (#520)
						
						
						
						
						
						
						
						* feat: parse quotation in `options` input
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
* feat: parse quotation in `args` input
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
* feat: parse quotation in `build-args` input
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
---------
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-11-21 21:16:54 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							5754e2e49b
							
						
					 | 
					
						
						
							
							chore: bump @eslint/js from 9.14.0 to 9.15.0 (#513)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 40s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.14.0 to 9.15.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/commits/v9.15.0/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
  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> 
						
					 | 
					
						2024-11-20 11:11:20 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							5ecc40b649
							
						
					 | 
					
						
						
							
							chore: bump cross-spawn from 7.0.3 to 7.0.5 (#512)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 38s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 26s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 27s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.5.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.5)
---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-11-19 12:04:39 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							3c6157d6f8
							
						
					 | 
					
						
						
							
							chore: bump @eslint/plugin-kit from 0.2.0 to 0.2.3 (#511)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 37s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 37s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 30s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.0 to 0.2.3.
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](https://github.com/eslint/rewrite/compare/core-v0.2.0...plugin-kit-v0.2.3)
---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-11-18 21:39:09 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alfi Maulana
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							e1cdadd406
							
						
					 | 
					
						
						
							
							chore: bump Node to version 23.2.0 (#510)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 29s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-11-17 17:02:08 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							66cb393026
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.25.0 to 4.26.0 (#509)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 26s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 39s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 25s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
		
	 
 
	 
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.25.0 to 4.26.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.25.0...v4.26.0)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-11-16 21:20:34 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							2f89b1701d
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.13.0 to 8.14.0 (#508)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 41s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 32s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 33s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
		
	 
 
	 
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.13.0 to 8.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.14.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-11-15 23:25:40 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							8d49c3fbbe
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.24.4 to 4.25.0 (#507)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 37s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 38s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.24.4 to 4.25.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.4...v4.25.0)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-11-12 11:54:59 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							9382ab3876
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.8.6 to 22.9.0 (#506)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 38s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 28s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 28s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
		
	 
 
	 
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.8.6 to 22.9.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-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> 
						
					 | 
					
						2024-11-08 13:32:37 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							47f5ad3ced
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.12.2 to 8.13.0 (#505)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.12.2 to 8.13.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.13.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-11-08 13:32:22 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							2102c3ddea
							
						
					 | 
					
						
						
							
							chore: bump eslint from 9.13.0 to 9.14.0 (#504)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 33s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 28s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 23s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [eslint](https://github.com/eslint/eslint) from 9.13.0 to 9.14.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/v9.13.0...v9.14.0)
---
updated-dependencies:
- dependency-name: eslint
  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> 
						
					 | 
					
						2024-11-06 14:20:26 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							f98cc9b907
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.24.3 to 4.24.4 (#503)
						
						
						
						
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.24.3 to 4.24.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.3...v4.24.4)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-11-06 14:20:07 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							962f78a802
							
						
					 | 
					
						
						
							
							chore: bump @eslint/js from 9.13.0 to 9.14.0 (#502)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 42s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 32s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.13.0 to 9.14.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/commits/v9.14.0/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
  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> 
						
					 | 
					
						2024-11-05 23:26:10 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							28caa762be
							
						
					 | 
					
						
						
							
							chore: bump tslib from 2.8.0 to 2.8.1 (#501)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 25s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 29s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 35s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
		
	 
 
	 
						
						Bumps [tslib](https://github.com/Microsoft/tslib) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.8.0...v2.8.1)
---
updated-dependencies:
- dependency-name: tslib
  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> 
						
					 | 
					
						2024-11-04 22:18:23 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							c0eb6f5b51
							
						
					 | 
					
						
						
							
							chore: bump gha-utils from 0.4.0 to 0.4.1 (#500)
						
						
						
						
						
						
						
						Bumps [gha-utils](https://github.com/threeal/gha-utils) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/threeal/gha-utils/releases)
- [Commits](https://github.com/threeal/gha-utils/compare/v0.4.0...v0.4.1)
---
updated-dependencies:
- dependency-name: gha-utils
  dependency-type: direct:production
  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> 
						
					 | 
					
						2024-11-04 22:18:05 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							6007ac37d7
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.7.7 to 22.8.6 (#499)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 41s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 28s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.7 to 22.8.6.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-11-04 12:41:43 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							77dd31130b
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.11.0 to 8.12.2 (#497)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 37s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 31s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 30s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.11.0 to 8.12.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.12.2/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-11-02 21:22:19 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							71717e1dba
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.24.0 to 4.24.3 (#496)
						
						
						
						
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.24.0 to 4.24.3.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.24.0...v4.24.3)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-11-02 21:53:20 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alfi Maulana
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							bd257164fb
							
						
					 | 
					
						
						
							
							chore: bump Node to version 23.1.0 (#490)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 30s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-11-01 12:23:07 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							64e5dfa625
							
						
					 | 
					
						
						
							
							chore: bump actions/setup-node from 4.0.4 to 4.1.0 (#489)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Test / Test Action (macos-14) (push) Waiting to run 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Waiting to run 
				
			 
		
			
				
	
				Build / Build Package (push) Failing after 1s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 29s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 34s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
		
	 
 
	 
						
						Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.4 to 4.1.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4.0.4...v4.1.0)
---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  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> 
						
					 | 
					
						2024-10-31 13:40:30 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							18502f7faf
							
						
					 | 
					
						
						
							
							chore: bump actions/checkout from 4.2.1 to 4.2.2 (#488)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 7s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 33s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 32s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2)
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  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> 
						
					 | 
					
						2024-10-29 20:16:49 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							77cd495728
							
						
					 | 
					
						
						
							
							chore: bump @types/jest from 29.5.13 to 29.5.14 (#486)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 2s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 29s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 42s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.13 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> 
						
					 | 
					
						2024-10-26 22:51:37 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								Alfi Maulana
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							1d21d21ae7
							
						
					 | 
					
						
						
							
							chore: bump Yarn to version 4.5.1 (#485)
						
						
						
						
						
						
						
						Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-10-26 21:52:55 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							9558510853
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.10.0 to 8.11.0 (#483)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.10.0 to 8.11.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-10-26 17:48:24 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							c9856eb3a5
							
						
					 | 
					
						
						
							
							chore: bump @eslint/js from 9.12.0 to 9.13.0 (#482)
						
						
						
						
						
						
	
		
			
	
		
	
	
		
	
	
		
			
				
	
				Build / Build Package (push) Failing after 8s 
				
			 
		
			
				
	
				Check / Check Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Package (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action (ubuntu-22.04) (push) Failing after 36s 
				
			 
		
			
				
	
				Test / Test Action With Specified Directories (push) Failing after 37s 
				
			 
		
			
				
	
				Test / Test Action Without Run Build (push) Failing after 32s 
				
			 
		
			
				
	
				Test / Test Action With Additional Options (push) Failing after 1s 
				
			 
		
			
				
	
				Test / Test Action With Custom Generator (push) Failing after 2s 
				
			 
		
			
				
	
				Test / Test Action (macos-14) (push) Has been cancelled 
				
			 
		
			
				
	
				Test / Test Action (windows-2022) (push) Has been cancelled 
				
			 
		
		
	 
 
	 
						
						Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.12.0 to 9.13.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/commits/v9.13.0/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
  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> 
						
					 | 
					
						2024-10-25 13:44:11 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							03c537cb51
							
						
					 | 
					
						
						
							
							chore: bump eslint from 9.12.0 to 9.13.0 (#481)
						
						
						
						
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint) from 9.12.0 to 9.13.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/v9.12.0...v9.13.0)
---
updated-dependencies:
- dependency-name: eslint
  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> 
						
					 | 
					
						2024-10-22 23:54:44 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							4a46a8d4a5
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.7.5 to 22.7.7 (#480)
						
						
						
						
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.5 to 22.7.7.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-10-22 13:36:50 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							0cacb25fa4
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.8.1 to 8.10.0 (#479)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.1 to 8.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.10.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-10-21 20:57:58 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							d620400596
							
						
					 | 
					
						
						
							
							chore: bump @rollup/plugin-typescript from 12.1.0 to 12.1.1 (#476)
						
						
						
						
						
						
						
						Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 12.1.0 to 12.1.1.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.1/packages/typescript)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  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> 
						
					 | 
					
						2024-10-19 20:03:40 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							5c7c6fa83e
							
						
					 | 
					
						
						
							
							chore: bump tslib from 2.7.0 to 2.8.0 (#477)
						
						
						
						
						
						
						
						Bumps [tslib](https://github.com/Microsoft/tslib) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.7.0...v2.8.0)
---
updated-dependencies:
- dependency-name: tslib
  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> 
						
					 | 
					
						2024-10-19 20:03:25 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							defcced2f1
							
						
					 | 
					
						
						
							
							chore: bump typescript from 5.6.2 to 5.6.3 (#474)
						
						
						
						
						
						
						
						Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.6.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3)
---
updated-dependencies:
- dependency-name: typescript
  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> 
						
					 | 
					
						2024-10-17 11:03:37 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							23d8893305
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.7.4 to 22.7.5 (#472)
						
						
						
						
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.7.4 to 22.7.5.
- [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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-10-16 18:51:16 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							2284bf736b
							
						
					 | 
					
						
						
							
							chore: bump actions/checkout from 4.2.0 to 4.2.1 (#473)
						
						
						
						
						
						
						
						Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.2.0...v4.2.1)
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-10-12 17:02:48 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							843539e9dc
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.8.0 to 8.8.1 (#471)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.8.0 to 8.8.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-10-12 12:09:07 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							870fa98c36
							
						
					 | 
					
						
						
							
							chore: bump eslint from 9.11.1 to 9.12.0 (#469)
						
						
						
						
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint) from 9.11.1 to 9.12.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/v9.11.1...v9.12.0)
---
updated-dependencies:
- dependency-name: eslint
  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> 
						
					 | 
					
						2024-10-09 21:02:25 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							d962c9d9a9
							
						
					 | 
					
						
						
							
							chore: bump @eslint/js from 9.11.1 to 9.12.0 (#470)
						
						
						
						
						
						
						
						Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.11.1 to 9.12.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/commits/v9.12.0/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
  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> 
						
					 | 
					
						2024-10-09 19:17:30 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							e054b36dd8
							
						
					 | 
					
						
						
							
							chore: bump rollup from 4.22.4 to 4.24.0 (#468)
						
						
						
						
						
						
						
						Bumps [rollup](https://github.com/rollup/rollup) from 4.22.4 to 4.24.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.22.4...v4.24.0)
---
updated-dependencies:
- dependency-name: rollup
  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> 
						
					 | 
					
						2024-10-08 14:04:07 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							bb500b14e3
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.7.0 to 8.8.0 (#466)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.7.0 to 8.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-10-07 20:17:45 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							3745c89686
							
						
					 | 
					
						
						
							
							chore: bump @types/node from 22.5.5 to 22.7.4 (#465)
						
						
						
						
						
						
						
						Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.5.5 to 22.7.4.
- [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-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 
						
					 | 
					
						2024-10-05 14:23:42 +07:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							0143907182
							
						
					 | 
					
						
						
							
							chore: bump actions/checkout from 4.1.7 to 4.2.0 (#463)
						
						
						
						
						
						
						
						Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.0)
---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alfi Maulana <alfi.maulana.f@gmail.com> 
						
					 | 
					
						2024-09-30 17:59:51 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							539f0b3220
							
						
					 | 
					
						
						
							
							chore: bump @rollup/plugin-typescript from 11.1.6 to 12.1.0 (#462)
						
						
						
						
						
						
						
						Bumps [@rollup/plugin-typescript](https://github.com/rollup/plugins/tree/HEAD/packages/typescript) from 11.1.6 to 12.1.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/typescript/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/typescript-v12.1.0/packages/typescript)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-typescript"
  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> 
						
					 | 
					
						2024-09-30 14:17:53 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							3b543c696b
							
						
					 | 
					
						
						
							
							chore: bump typescript-eslint from 8.6.0 to 8.7.0 (#461)
						
						
						
						
						
						
						
						Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.7.0/packages/typescript-eslint)
---
updated-dependencies:
- dependency-name: typescript-eslint
  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> 
						
					 | 
					
						2024-09-30 14:17:32 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							c97920f387
							
						
					 | 
					
						
						
							
							chore: bump eslint from 9.10.0 to 9.11.1 (#460)
						
						
						
						
						
						
						
						Bumps [eslint](https://github.com/eslint/eslint) from 9.10.0 to 9.11.1.
- [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/v9.10.0...v9.11.1)
---
updated-dependencies:
- dependency-name: eslint
  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> 
						
					 | 
					
						2024-09-27 22:22:04 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							60532158f3
							
						
					 | 
					
						
						
							
							chore: bump @rollup/plugin-node-resolve from 15.2.3 to 15.3.0 (#459)
						
						
						
						
						
						
						
						Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.3 to 15.3.0.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.3.0/packages/node-resolve)
---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  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> 
						
					 | 
					
						2024-09-27 19:31:05 +08:00 | 
					
					
						
						
							
							
							
						
					 | 
				
			
				
					
						
							
							
								 
								dependabot[bot]
							
						 
					 | 
					
						
						
							
							
						
						
						
							
						
						
							9fb912d9c3
							
						
					 | 
					
						
						
							
							chore: bump @eslint/js from 9.10.0 to 9.11.1 (#458)
						
						
						
						
						
						
						
						Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.10.0 to 9.11.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.1/packages/js)
---
updated-dependencies:
- dependency-name: "@eslint/js"
  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> 
						
					 | 
					
						2024-09-27 19:30:48 +08:00 | 
					
					
						
						
							
							
							
						
					 |