1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 09:31:19 +01:00
Commit Graph

314 Commits

Author SHA1 Message Date
Minionguyjpro
4cae520566 Add functionality to download Inno Setup through WinGet, to workaround removal of Inno Setup from future GitHub Actions Windows Server runner images 2025-08-21 17:56:24 +02:00
Minionguyjpro
e3458b1272 Merge pull request #123 from Minionguyjpro/Minionguyjpro-patch-1
Bump to v1.2.6
v1.2.6
2025-06-18 20:30:01 +02:00
dependabot[bot]
be2447650d chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates (#122)
Bumps the npm_and_yarn group with 2 updates in the / directory: [ajv](https://github.com/ajv-validator/ajv) and [eslint](https://github.com/eslint/eslint).


Updates `ajv` from 5.5.2 to 6.12.6
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v5.5.2...v6.12.6)

Updates `eslint` from 4.19.1 to 9.29.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/v4.19.1...v9.29.0)

---
updated-dependencies:
- dependency-name: ajv
  dependency-version: 6.12.6
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: eslint
  dependency-version: 9.29.0
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-18 20:29:16 +02:00
Minionguyjpro
efd394d122 Update package-lock.json 2025-06-18 20:28:53 +02:00
Minionguyjpro
7d760f5940 Update package.json 2025-06-18 20:28:06 +02:00
Minionguyjpro
08ba942c52 Undo unfunctional change in action.yml 2025-06-18 20:25:14 +02:00
github-actions[bot]
46e36b4f5e [AUTO]Update CJS script
Files changed:
M	dist/index.js
A	dist/package.json
2025-06-18 18:23:51 +00:00
Minionguyjpro
1fa3b88982 refactor: update linting configuration and remove eslintConfig from package.json
- Changed lint script to target JavaScript files in the src directory.
- Removed eslintConfig section as it is no longer needed.
2025-06-18 20:23:01 +02:00
Minionguyjpro
92fdc4cf25 Delete .eslintignore 2025-06-07 19:29:46 +02:00
Minionguyjpro
c23cfbb51a Delete .eslintrc.json 2025-06-07 19:28:26 +02:00
Minionguyjpro
1695c8d360 Update eslint.config.js 2025-06-07 19:27:14 +02:00
Minionguyjpro
67758f4633 Update eslint.config.js 2025-06-07 19:24:40 +02:00
Minionguyjpro
28a2305358 Update eslint.config.js 2025-06-07 19:23:28 +02:00
Minionguyjpro
ec32ae4d3b Update eslint.config.js 2025-06-07 19:18:36 +02:00
Minionguyjpro
95a6e6e87a Update eslint.config.js 2025-06-07 19:14:00 +02:00
Minionguyjpro
efdf638e7e Update eslint.config.js 2025-06-07 19:00:36 +02:00
Minionguyjpro
6f7a2f49f6 Update eslint.config.js 2025-06-07 19:00:15 +02:00
Minionguyjpro
c5757597dd Add eslintrc dependency
Signed-off-by: Minionguyjpro <minionguyjpro@gmail.com>
2025-06-07 18:59:19 +02:00
Minionguyjpro
82be0aec16 Update dependencies
Signed-off-by: Minionguyjpro <minionguyjpro@gmail.com>
2025-06-07 18:45:46 +02:00
Minionguyjpro
3b60bbd9c5 Update eslint.config.js 2025-06-07 18:21:34 +02:00
Minionguyjpro
ac4cbdda4b Update .eslintrc.json 2025-06-07 18:17:46 +02:00
Minionguyjpro
39bde49f11 Switch to ESM 2025-06-07 18:14:58 +02:00
Minionguyjpro
14ed1c7629 Update to use ESM 2025-06-07 18:12:31 +02:00
Minionguyjpro
233e1b64ff Update package.json 2025-06-07 18:06:11 +02:00
Minionguyjpro
7c668b985a Update and rename .eslintrc.yml to eslint.config.js 2025-06-07 18:04:53 +02:00
Minionguyjpro
1f3334300d chore(deps): bump eslint
Signed-off-by: Minionguyjpro <minionguyjpro@gmail.com>
2025-06-07 17:57:20 +02:00
Minionguyjpro
bcb7279428 Update .eslintrc.yml 2025-06-07 17:44:10 +02:00
Minionguyjpro
4e894532cc Update .node-version 2025-06-07 17:40:11 +02:00
dependabot[bot]
4134897ec5 chore(deps-dev): bump braces (#120)
Bumps the npm_and_yarn group with 1 update in the / directory: [braces](https://github.com/micromatch/braces).


Updates `braces` from 3.0.2 to 3.0.3
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-version: 3.0.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-07 17:33:56 +02:00
dependabot[bot]
dd269bca36 chore(deps): bump undici in the npm_and_yarn group across 1 directory (#121)
Bumps the npm_and_yarn group with 1 update in the / directory: [undici](https://github.com/nodejs/undici).


Updates `undici` from 5.28.2 to 5.29.0
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.29.0)

---
updated-dependencies:
- dependency-name: undici
  dependency-version: 5.29.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-06-07 17:33:43 +02:00
dependabot[bot]
70ed84b438 chore(deps-dev): bump @vercel/ncc from 0.38.2 to 0.38.3 (#103)
Bumps [@vercel/ncc](https://github.com/vercel/ncc) from 0.38.2 to 0.38.3.
- [Release notes](https://github.com/vercel/ncc/releases)
- [Commits](https://github.com/vercel/ncc/compare/0.38.2...0.38.3)

---
updated-dependencies:
- dependency-name: "@vercel/ncc"
  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-06-07 17:29:53 +02:00
dependabot[bot]
2fcea6df92 chore(deps-dev): bump prettier from 3.3.3 to 3.5.3 (#117)
Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.5.3.
- [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/3.3.3...3.5.3)

---
updated-dependencies:
- dependency-name: prettier
  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>
2025-06-07 17:27:59 +02:00
dependabot[bot]
5df0b1a8b5 chore(deps-dev): bump eslint-plugin-github from 5.0.2 to 6.0.0 (#118)
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/github/eslint-plugin-github/releases)
- [Commits](https://github.com/github/eslint-plugin-github/compare/v5.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-github
  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-06-07 17:27:49 +02:00
github-actions[bot]
af7bd46ac4 [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2024-12-23 14:17:38 +00:00
Minionguyjpro
3574c46440 Update index.js 2024-12-23 15:17:05 +01:00
Minionguyjpro
d0e8d6bd5f Update index.js 2024-12-23 14:07:49 +01:00
Minionguyjpro
c999bc6de5 Update index.js 2024-12-23 14:02:29 +01:00
Minionguyjpro
c1b61a348f Update index.js 2024-12-23 13:58:44 +01:00
github-actions[bot]
bcd0ba8dec [AUTO]Update CJS script
Files changed:
M	src/index.js
2024-12-23 12:50:20 +00:00
Minionguyjpro
a78b062006 Update index.js 2024-12-23 13:49:47 +01:00
github-actions[bot]
17ed5ef90e [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2024-12-23 12:39:36 +00:00
Minionguyjpro
02233507cb Update index.js (for debugging purposes) 2024-12-23 13:39:01 +01:00
github-actions[bot]
60e69e3826 [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2024-12-23 12:26:20 +00:00
Minionguyjpro
508eca1b0a Update index.js 2024-12-23 13:25:42 +01:00
github-actions[bot]
13661fbace [AUTO]Update CJS script
Files changed:
M	dist/index.js
2024-12-23 12:11:33 +00:00
Minionguyjpro
5504a855b3 Update options logic to prevent conflicts with quotes 2024-12-23 13:10:59 +01:00
github-actions[bot]
6f3012b48d [AUTO]Update CJS script
Files changed:
M	dist/index.js
2024-12-23 10:36:17 +00:00
Minionguyjpro
25e5b5efed Update index.js (restore to normal) 2024-12-23 11:35:44 +01:00
github-actions[bot]
5db03e2470 [AUTO]Update CJS script
Files changed:
M	dist/index.js
2024-12-23 10:22:57 +00:00
Minionguyjpro
4087cb30fc Temporary change in index.js (for debugging purposes) 2024-12-23 11:22:25 +01:00