1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action.git synced 2026-04-12 18:01:24 +02:00
Commit Graph

338 Commits

Author SHA1 Message Date
dependabot[bot]
e5f17ff302 chore(deps-dev): bump brace-expansion
Bumps the npm_and_yarn group with 1 update in the / directory: [brace-expansion](https://github.com/juliangruber/brace-expansion).


Updates `brace-expansion` from 1.1.12 to 1.1.13
- [Release notes](https://github.com/juliangruber/brace-expansion/releases)
- [Commits](https://github.com/juliangruber/brace-expansion/compare/v1.1.12...v1.1.13)

---
updated-dependencies:
- dependency-name: brace-expansion
  dependency-version: 1.1.13
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 05:55:19 +00:00
Minionguyjpro
202dd0c495 Merge pull request #138 from Minionguyjpro/dependabot/npm_and_yarn/npm_and_yarn-794d03c3e2
fix(deps): bump the npm_and_yarn group across 1 directory with 8 updates
2026-04-08 07:41:28 +02:00
dependabot[bot]
d7955f8b2b fix(deps): bump the npm_and_yarn group across 1 directory with 8 updates
Bumps the npm_and_yarn group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [js-yaml](https://github.com/nodeca/js-yaml) | `3.14.1` | `3.14.2` |
| [minimatch](https://github.com/isaacs/minimatch) | `3.1.2` | `3.1.5` |
| [ajv](https://github.com/ajv-validator/ajv) | `6.12.6` | `6.14.0` |
| [flatted](https://github.com/WebReflection/flatted) | `3.3.3` | `3.4.2` |
| [handlebars](https://github.com/handlebars-lang/handlebars.js) | `4.7.8` | `4.7.9` |
| [lodash](https://github.com/lodash/lodash) | `4.17.21` | `4.18.1` |
| [tar](https://github.com/isaacs/node-tar) | `6.2.1` | `removed` |
| [picomatch](https://github.com/micromatch/picomatch) | `2.3.1` | `2.3.2` |



Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...3.14.2)

Updates `minimatch` from 3.1.2 to 3.1.5
- [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.5)

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

Updates `flatted` from 3.3.3 to 3.4.2
- [Commits](https://github.com/WebReflection/flatted/compare/v3.3.3...v3.4.2)

Updates `handlebars` from 4.7.8 to 4.7.9
- [Release notes](https://github.com/handlebars-lang/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/v4.7.9/release-notes.md)
- [Commits](https://github.com/handlebars-lang/handlebars.js/compare/v4.7.8...v4.7.9)

Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1)

Removes `tar`

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: minimatch
  dependency-version: 3.1.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: ajv
  dependency-version: 6.14.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: flatted
  dependency-version: 3.4.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: handlebars
  dependency-version: 4.7.9
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 06:54:36 +00:00
Minionguyjpro
70ef6fd3a4 Merge pull request #133 from j4y/add-dependabot-for-github-actions
chore(deps): add dependabot support for GitHub Actions
2026-04-02 17:03:17 +02:00
j4y
c11810be44 chore(deps): add dependabot support for GitHub Actions
Ensures GitHub Actions used in workflows stay up to date.
2026-04-01 16:07:38 -04:00
Minionguyjpro
72b8e3d017 Upgrade Node.js version from 20 to 24 2026-03-13 09:09:02 +01:00
github-actions[bot]
4cd8d16e2a [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2026-01-06 06:40:37 +00:00
Minionguyjpro
22bb9eba7e Merge pull request #130 from RyouDYFZ/main
feat: Add option to install latest Inno Setup via URL
2026-01-06 07:39:54 +01:00
DannyFeng
7981c38375 feat: Add option to install latest Inno Setup via URL
Introduces 'install_latest' and 'installer_url' inputs to allow downloading and installing the latest Inno Setup from a specified URL before running. Updates logic to support silent installation via direct download or fallback to Chocolatey, and improves detection of iscc.exe location.
2025-11-22 17:44:09 +08:00
Minionguyjpro
7fb04715ea Merge pull request #127 from Minionguyjpro/dependabot/npm_and_yarn/npm_and_yarn-d8564c0fe0
chore(deps): bump @eslint/plugin-kit from 0.3.3 to 0.3.5 in the npm_and_yarn group across 1 directory
2025-10-11 19:10:31 +02:00
github-actions[bot]
5461acb511 [AUTO]Update CJS script
Files changed:
M	dist/index.js
2025-10-07 05:15:00 +00:00
Minionguyjpro
735a3166e0 Reorder arguments in execFilePromise call 2025-10-07 07:14:21 +02:00
dependabot[bot]
fe8bcf5c2e chore(deps): bump @eslint/plugin-kit
Bumps the npm_and_yarn group with 1 update in the / directory: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit).


Updates `@eslint/plugin-kit` from 0.3.3 to 0.3.5
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.5/packages/plugin-kit)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.3.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-27 14:54:00 +00:00
Minionguyjpro
85966aee9d Merge pull request #124 from Minionguyjpro/dependabot/npm_and_yarn/npm_and_yarn-20b018c2ea
chore(deps): bump @eslint/plugin-kit from 0.3.2 to 0.3.3 in the npm_and_yarn group across 1 directory
2025-09-27 16:52:30 +02:00
github-actions[bot]
36abc9fddd [AUTO]Update CJS script
Files changed:
M	dist/index.js
v1.2.7
2025-08-27 05:22:04 +00:00
Minionguyjpro
2567c9a47e Update index.js 2025-08-27 07:21:28 +02:00
Minionguyjpro
11b1cb9614 Update README.md 2025-08-21 21:53:19 +02:00
github-actions[bot]
20714c3b8e [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2025-08-21 19:51:49 +00:00
Minionguyjpro
326a5d720e Use Chocolatey over WinGet 2025-08-21 21:51:09 +02:00
github-actions[bot]
9a1f8fb048 [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2025-08-21 19:48:53 +00:00
Minionguyjpro
e03934be3e Fix for ESM 2025-08-21 21:48:18 +02:00
Minionguyjpro
73338b7159 Improve main script, correct order of run 2025-08-21 21:46:30 +02:00
github-actions[bot]
7749f8ad32 [AUTO]Update CJS script
Files changed:
M	dist/index.js
M	src/index.js
2025-08-21 15:57:13 +00:00
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
dependabot[bot]
227ceb31b0 chore(deps): bump @eslint/plugin-kit
Bumps the npm_and_yarn group with 1 update in the / directory: [@eslint/plugin-kit](https://github.com/eslint/rewrite/tree/HEAD/packages/plugin-kit).


Updates `@eslint/plugin-kit` from 0.3.2 to 0.3.3
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/packages/plugin-kit/CHANGELOG.md)
- [Commits](https://github.com/eslint/rewrite/commits/plugin-kit-v0.3.3/packages/plugin-kit)

---
updated-dependencies:
- dependency-name: "@eslint/plugin-kit"
  dependency-version: 0.3.3
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-18 23:43:03 +00: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