Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
45c6a1083d Bump tmp and web-ext (#48)
Bumps [tmp](https://github.com/raszi/node-tmp) to 0.2.5 and updates ancestor dependency [web-ext](https://github.com/mozilla/web-ext). These dependencies need to be updated together.


Updates `tmp` from 0.2.3 to 0.2.5
- [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/raszi/node-tmp/compare/v0.2.3...v0.2.5)

Updates `web-ext` from 8.8.0 to 8.10.0
- [Release notes](https://github.com/mozilla/web-ext/releases)
- [Commits](https://github.com/mozilla/web-ext/compare/8.8.0...8.10.0)

---
updated-dependencies:
- dependency-name: tmp
  dependency-version: 0.2.5
  dependency-type: indirect
- dependency-name: web-ext
  dependency-version: 8.10.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-12 23:59:21 -04:00
davegallant
ff973b112a Apply automatic changes 2025-10-13 03:25:40 +00:00
renovate[bot]
e04610a9b1 Update stefanzweifel/git-auto-commit-action action to v7 (#47)
* Update stefanzweifel/git-auto-commit-action action to v7

* Apply automatic changes

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-12 23:25:32 -04:00
4 changed files with 220 additions and 360 deletions

View File

@@ -25,4 +25,4 @@ jobs:
- name: Run gomplate - name: Run gomplate
run: gomplate < script.js.tmpl > script.js run: gomplate < script.js.tmpl > script.js
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v7

574
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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