From 34a89cd8fe31288c75202281c9fe3ce84cfb2d25 Mon Sep 17 00:00:00 2001 From: Richard Attermeyer Date: Sun, 28 Jan 2024 21:27:51 +0000 Subject: [PATCH 1/2] chore: change to best-practices --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index f9952f7..b854a5e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["config:recommended"], + "extends": ["config:best-practices"], "platform": "gitea" } From c93b1a8aebfa536ee3452635a9a4fd982751fb4a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 28 Jan 2024 21:30:10 +0000 Subject: [PATCH 2/2] chore(deps): update dependency browser-pack-flat to ~3.5.0 (#26) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [browser-pack-flat](https://github.com/goto-bus-stop/browser-pack-flat) | devDependencies | minor | [`~3.4` -> `~3.5.0`](https://renovatebot.com/diffs/npm/browser-pack-flat/3.4.2/3.5.0) | > :exclamation: **Important** > > Release Notes retrieval for this PR were skipped because no github.com credentials were available. > If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Co-authored-by: fjadmin Reviewed-on: https://git.demo.rattermeyer.de/fjadmin/ci-demo-2/pulls/26 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- documentation/layouts/oc/package-lock.json | 20 +++++++++++++++----- documentation/layouts/oc/package.json | 2 +- documentation/layouts/oc/pnpm-lock.yaml | 10 +++++----- 3 files changed, 21 insertions(+), 11 deletions(-) diff --git a/documentation/layouts/oc/package-lock.json b/documentation/layouts/oc/package-lock.json index 9a99767..54409b4 100644 --- a/documentation/layouts/oc/package-lock.json +++ b/documentation/layouts/oc/package-lock.json @@ -11,7 +11,7 @@ "@fontsource/roboto": "~4.5", "@fontsource/roboto-mono": "~4.5", "autoprefixer": "~9.8.0", - "browser-pack-flat": "~3.4", + "browser-pack-flat": "~3.5.0", "browserify": "~16.5", "cssnano": "~4.1", "eslint": "~6.8", @@ -1895,9 +1895,9 @@ } }, "node_modules/browser-pack-flat": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/browser-pack-flat/-/browser-pack-flat-3.4.2.tgz", - "integrity": "sha512-TrUo6n2fGSOCYFAKkt/EkgenytAuuCI88fmXFA60aNFVHvz3CZEBTXYSvvXVpU6xpjM8lj/6vkC6Exn8KPjtPw==", + "version": "3.5.0", + "resolved": "http://npm.demo.rattermeyer.de/browser-pack-flat/-/browser-pack-flat-3.5.0.tgz", + "integrity": "sha512-u3iJUjs+TC/NGIL2GLyIcn5ppoNZXhTWqSW/gQbGIGvQiXXCQQzr5VWfACFraXQn2JrDlyRnKLeOs5AWXzKI6A==", "dev": true, "dependencies": { "combine-source-map": "^0.8.0", @@ -1911,7 +1911,7 @@ "path-parse": "^1.0.5", "scope-analyzer": "^2.0.0", "stream-combiner": "^0.2.2", - "through2": "^2.0.3", + "through2": "^3.0.1", "transform-ast": "^2.4.2", "umd": "^3.0.3", "wrap-comment": "^1.0.0" @@ -1920,6 +1920,16 @@ "browser-pack-flat": "cli.js" } }, + "node_modules/browser-pack-flat/node_modules/through2": { + "version": "3.0.2", + "resolved": "http://npm.demo.rattermeyer.de/through2/-/through2-3.0.2.tgz", + "integrity": "sha512-enaDQ4MUyP2W6ZyT6EsMzqBPZaM/avg8iuo+l2d3QCs0J+6RaqkHV/2/lOwDTueBHeJ/2LG9lrLW3d5rWPucuQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.4", + "readable-stream": "2 || 3" + } + }, "node_modules/browser-process-hrtime": { "version": "0.1.3", "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz", diff --git a/documentation/layouts/oc/package.json b/documentation/layouts/oc/package.json index d28c787..68d1450 100644 --- a/documentation/layouts/oc/package.json +++ b/documentation/layouts/oc/package.json @@ -21,7 +21,7 @@ "@fontsource/roboto": "~4.5", "@fontsource/roboto-mono": "~4.5", "autoprefixer": "~9.8.0", - "browser-pack-flat": "~3.4", + "browser-pack-flat": "~3.5.0", "browserify": "~16.5", "cssnano": "~4.1", "eslint": "~6.8", diff --git a/documentation/layouts/oc/pnpm-lock.yaml b/documentation/layouts/oc/pnpm-lock.yaml index eba9f2b..e10b40d 100644 --- a/documentation/layouts/oc/pnpm-lock.yaml +++ b/documentation/layouts/oc/pnpm-lock.yaml @@ -18,8 +18,8 @@ devDependencies: specifier: ~9.8.0 version: 9.8.8 browser-pack-flat: - specifier: ~3.4 - version: 3.4.2 + specifier: ~3.5.0 + version: 3.5.0 browserify: specifier: ~16.5 version: 16.5.2 @@ -1135,8 +1135,8 @@ packages: resolution: {integrity: sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==} dev: true - /browser-pack-flat@3.4.2: - resolution: {integrity: sha512-TrUo6n2fGSOCYFAKkt/EkgenytAuuCI88fmXFA60aNFVHvz3CZEBTXYSvvXVpU6xpjM8lj/6vkC6Exn8KPjtPw==} + /browser-pack-flat@3.5.0: + resolution: {integrity: sha512-u3iJUjs+TC/NGIL2GLyIcn5ppoNZXhTWqSW/gQbGIGvQiXXCQQzr5VWfACFraXQn2JrDlyRnKLeOs5AWXzKI6A==} hasBin: true dependencies: JSONStream: 1.3.5 @@ -1150,7 +1150,7 @@ packages: path-parse: 1.0.7 scope-analyzer: 2.1.2 stream-combiner: 0.2.2 - through2: 2.0.5 + through2: 3.0.2 transform-ast: 2.4.4 umd: 3.0.3 wrap-comment: 1.0.1