Skip to content

Commit

Permalink
Merge pull request #77 from mimmi20/updates-8.1
Browse files Browse the repository at this point in the history
update inputs
  • Loading branch information
mimmi20 authored Sep 22, 2024
2 parents f6ea86f + 77c1654 commit 70b8666
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 113 deletions.
114 changes: 13 additions & 101 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -43,117 +43,29 @@
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
},
"rangeStrategy": "bump",
"recreateWhen": "never",
"rollbackPrs": true,
"schedule": ["before 4am on Sunday"],
"separateMajorMinor": true,
"separateMultipleMajor": true,
"packageRules": [
{
"matchDepTypes": ["devDependencies", "peerDependencies"],
"rangeStrategy": "widen"
},
{
"groupName": "all @typescript-eslint dependencies",
"groupSlug": "all-typescript-eslint-dependencies",
"matchPackageNames": [
"@localnerve/imagemin-gifsicle",
"@localnerve/imagemin-pngquant",
"@node-minify/core",
"@node-minify/no-compress",
"@node-minify/terser",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"@typescript-eslint/typescript-estree",
"@vheemstra/vite-plugin-imagemin",
"browscap/browscap",
"cssnano",
"cssnano-preset-default",
"elasticsearch/elasticsearch",
"endorphin-studio/browser-detector-tests",
"illuminate/config",
"illuminate/container",
"illuminate/contracts",
"illuminate/events",
"illuminate/filesystem",
"illuminate/view",
"imagemin",
"infection/infection",
"laminas/laminas-diactoros",
"laminas/laminas-servicemanager",
"nikic/php-parser",
"phpunit/phpunit",
"postcss-load-config",
"predis/predis",
"psr/container",
"psr/http-message",
"psr/log",
"psr/simple-cache",
"supports-color",
"symfony/console",
"symfony/filesystem",
"symfony/finder",
"symfony/http-foundation",
"symfony/yaml"
"@typescript-eslint/*"
],
"rangeStrategy": "widen"
"separateMultipleMajor": false
},
{
"matchPackageNames": [
"@csstools/postcss-color-function",
"@csstools/postcss-color-mix-function",
"@csstools/postcss-exponential-functions",
"@csstools/postcss-font-format-keywords",
"@csstools/postcss-gradients-interpolation-method",
"@csstools/postcss-initial",
"@csstools/postcss-is-pseudo-class",
"@csstools/postcss-media-minmax",
"@csstools/postcss-media-queries-aspect-ratio-number-values",
"@csstools/postcss-nested-calc",
"@csstools/postcss-progressive-custom-properties",
"@csstools/postcss-text-decoration-shorthand",
"@csstools/postcss-trigonometric-functions",
"@types/node",
"@vitest/coverage-istanbul",
"@vitest/ui",
"autoprefixer",
"aws/aws-sdk-php",
"browserslist",
"eslint-plugin-prettier",
"friendsofphp/php-cs-fixer",
"laminas/laminas-authentication",
"laminas/laminas-form",
"laminas/laminas-i18n",
"laminas/laminas-validator",
"lilconfig",
"mezzio/mezzio",
"mimmi20/coding-standard",
"mimmi20/mezzio-setlocale-middleware",
"phpstan/phpstan",
"postcss",
"postcss-color-hex-alpha",
"postcss-color-rebeccapurple",
"postcss-custom-media",
"postcss-custom-properties",
"postcss-custom-selectors",
"postcss-image-set-function",
"postcss-import",
"postcss-nested",
"postcss-nesting",
"postcss-place",
"postcss-prefix-selector",
"postcss-prefixwrap",
"postcss-preset-env",
"postcss-pseudo-class-any-link",
"postcss-selector-not",
"prettier",
"prettier-eslint",
"raven-actions/actionlint",
"rector/rector",
"rector/type-perfect",
"sass",
"shivammathur/setup-php",
"sirbrillig/phpcs-variable-analysis",
"slevomat/coding-standard",
"squizlabs/php_codesniffer",
"stylelint",
"stylelint-config-standard",
"typescript",
"vite",
"vitest",
"vite-plugin-dts",
"yaml"
"esbuild",
"vitest"
],
"enabled": false
},
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/analytics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_call:
inputs:
extensions:
required: false
required: true
type: string
default: ""
ini-values:
required: true
type: string
Expand All @@ -23,9 +22,8 @@ on:
required: true
type: boolean
phpcs-options:
required: false
required: true
type: string
default: ""

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_call:
inputs:
extensions:
required: false
required: true
type: string
default: ""
ini-values:
required: true
type: string
Expand Down Expand Up @@ -119,6 +118,7 @@ jobs:
- "22.6"
- "22.7"
- "22.8"
- "22.9"

steps:
- name: "Checkout"
Expand Down
20 changes: 14 additions & 6 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_call:
inputs:
extensions:
required: false
required: true
type: string
default: ""
ini-values:
required: true
type: string
Expand All @@ -16,20 +15,24 @@ on:
skip-validate-composer:
required: true
type: boolean
skip-validate-yaml:
required: true
type: boolean
skip-validate-md:
required: true
type: boolean
skip-phplint:
required: true
type: boolean
skip-check-composer:
required: true
type: boolean
skip-ec-checker:
required: false
required: true
type: boolean
default: false
dependency-analyser-options:
required: false
required: true
type: string
default: ""

permissions:
contents: read
Expand Down Expand Up @@ -88,6 +91,8 @@ jobs:
timeout-minutes: 10
continue-on-error: false

if: inputs.skip-validate-yaml == false

strategy:
fail-fast: false

Expand Down Expand Up @@ -115,6 +120,8 @@ jobs:
timeout-minutes: 10
continue-on-error: false

if: inputs.skip-validate-md == false

strategy:
fail-fast: false

Expand Down Expand Up @@ -489,6 +496,7 @@ jobs:
- "composer-normalize"
- "composer-unused"
- "composer-dependency-analyser"
- "editorconfig-checker"

steps:
- name: Failing run
Expand Down

0 comments on commit 70b8666

Please sign in to comment.