Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dev -> main #1243

Merged
merged 12 commits into from
Sep 1, 2023
Merged

dev -> main #1243

merged 12 commits into from
Sep 1, 2023

Commits on Aug 31, 2023

  1. - remove pr-collector module

    (explore if used by gets fixed by it)
    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    144cd93 View commit details
    Browse the repository at this point in the history
  2. - add missing npm install

    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fba8342 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1237 from mikepenz/feature/drop_pr_collector_module

    Remove pr-collector npm module setup
    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    677fedd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    213c060 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1238 from mikepenz/feature/dependabot_group

    Dependabot group
    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    99b8795 View commit details
    Browse the repository at this point in the history
  6. - change the default placeholder pattern from ${{}} to #{{}} as t…

    …his will work for both config.json files and the yaml (`${{}}` is reserved for github actions syntax)
    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    695b32d View commit details
    Browse the repository at this point in the history
  7. - add note on config format

    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    0c6df69 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1240 from mikepenz/feature/inverse_config_default

    Inverse default template format to `#{{}}`
    mikepenz authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c0a75e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. - clarify documentation on local testing (or via GitHub codespaces)

      - FIX #1230
    - clarify GitHub token requirements
      - FIX #1223
    mikepenz authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    0c75ead View commit details
    Browse the repository at this point in the history
  2. ```

     @types/node                       ^20.5.6  →  ^20.5.7
     @types/semver                      ^7.5.0  →   ^7.5.1
     @typescript-eslint/eslint-plugin   ^6.4.1  →   ^6.5.0
     @typescript-eslint/parser          ^6.4.1  →   ^6.5.0
     eslint                            ^8.47.0  →  ^8.48.0
     eslint-plugin-github               ^4.9.2  →  ^4.10.0
     node-fetch                         2.6.12  →    3.3.2
     prettier                            3.0.2  →    3.0.3
     ```
    mikepenz authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fc5b0e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1241 from mikepenz/fix/1230

    Clarify documentation on local testing | Token permissions
    mikepenz authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2a017e8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1242 from mikepenz/feature/dependency_updatees_20…

    …230901
    
    Upgrade `dev` dependencies
    mikepenz authored Sep 1, 2023
    Configuration menu
    Copy the full SHA
    dc8bed1 View commit details
    Browse the repository at this point in the history