Compare commits

...

10 Commits

Author SHA1 Message Date
renovate[bot]
625f559214 Update actions/upload-artifact action to v6 (#58)
* Update actions/upload-artifact action to v6

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-13 10:08:48 -05:00
dependabot[bot]
589c48dd80 Bump node-forge from 1.3.1 to 1.3.2 (#57)
* Bump node-forge from 1.3.1 to 1.3.2

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2.
- [Changelog](https://github.com/digitalbazaar/forge/blob/main/CHANGELOG.md)
- [Commits](https://github.com/digitalbazaar/forge/compare/v1.3.1...v1.3.2)

---
updated-dependencies:
- dependency-name: node-forge
  dependency-version: 1.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply automatic changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-26 18:02:56 -05:00
renovate[bot]
ee17b680d9 Update actions/checkout action to v6 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 06:31:50 -05:00
renovate[bot]
52a066c900 Update dependency web-ext to v9.2.0 (#55)
* Update dependency web-ext to v9.2.0

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-22 06:29:24 -05:00
dependabot[bot]
f1857b7235 Bump js-yaml from 4.1.0 to 4.1.1 (#54)
* Bump js-yaml from 4.1.0 to 4.1.1

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: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply automatic changes

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-15 13:46:56 -05:00
renovate[bot]
3abbb3f81c Update dependency node to v24 (#53)
* Update dependency node to v24

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-01 10:22:08 -04:00
renovate[bot]
4c813d03b8 Update actions/upload-artifact action to v5 (#52)
* Update actions/upload-artifact action to v5

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 11:28:45 -04:00
renovate[bot]
c0f97679e7 Update dependency web-ext to v9.1.0 (#51)
* Update dependency web-ext to v9.1.0

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 11:28:33 -04:00
renovate[bot]
69398265e4 Update dependency web-ext to v9 (#50)
* Update dependency web-ext to v9

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 20:24:00 -04:00
renovate[bot]
f9316668a8 Update actions/setup-node action to v6 (#49)
* Update actions/setup-node action to v6

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-17 20:23:48 -04:00
6 changed files with 450 additions and 643 deletions

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install jq
run: sudo apt-get install jq
@@ -33,7 +33,7 @@ jobs:
ignoreFiles: '[ "package.json","package-lock.json","yarn.lock" ]'
- name: "Upload Artifact"
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: "rfd-affiliate-stripper-${{steps.vars.outputs.version}}-${{steps.vars.outputs.sha_short}}.xpi"
path: ${{ steps.web-ext-build.outputs.target }}

View File

@@ -12,10 +12,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 22
node-version: 24
cache: 'npm'
cache-dependency-path: package-lock.json
- run: npm ci

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Install gomplate
run: |

1077
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{
"devDependencies": {
"web-ext": "^8.10.0"
"web-ext": "^9.0.0"
},
"scripts": {
"start:firefox": "web-ext run --source-dir .",

View File

@@ -7,7 +7,7 @@
// @match *://forums.redflagdeals.com/*
// @namespace http://tampermonkey.net/
// @updateURL https://raw.githubusercontent.com/davegallant/rfd-affiliate-stripper/main/script.js
// @version 2025-10-13
// @version 2025-12-13
// ==/UserScript==
(function() {