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

chore(deps): update dependency standard to v17.1.2 #181

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
standard (source) 17.1.0 -> 17.1.2 age adoption passing confidence

Release Notes

standard/standard (standard)

v17.1.2

Compare Source

v17.1.1

Compare Source


Configuration

📅 Schedule: Branch creation - "* 0-4 * * 3" (UTC), 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 was generated by Mend Renovate. View the repository job log.

Copy link

anthropic debug - [puLL-Merge] - standard/standard@v17.1.0..v17.1.2

Description

This PR introduces several changes to the project, including updates to GitHub workflows, modifications to documentation, and dependency updates. The changes aim to improve project management, update contributor information, and enhance the overall presentation of the project.

Changes

Changes

  1. .github/workflows/add-to-project.yaml:

    • Added a new workflow to automatically add new issues and pull requests to a project board.
  2. .github/workflows/lock.yml:

    • Removed the "Lock Threads" workflow.
  3. .github/workflows/test-external.yml:

    • Removed the scheduled cron job for running external tests.
  4. AUTHORS.md:

    • Updated contributor information, including minor changes to names and email addresses.
  5. README.md:

    • Updated the Discord badge with a new style and color.
    • Added a new sponsor logo (SearchAPI).
    • Updated the contributor communication information, replacing IRC with Discord.
  6. docs/RULES-kokr.md:

    • Made minor formatting improvements to the Korean rules documentation.
  7. docs/logos/searchapi.png:

    • Added a new sponsor logo image.
  8. package.json:

    • Updated the package version to 17.1.2.
    • Updated dependencies:
      • eslint-plugin-react from 7.32.2 to 7.36.1
      • standard-engine from 15.0.0 to 15.1.0

Possible Issues

  • The removal of the "Lock Threads" workflow might affect how old issues and pull requests are managed. Ensure this change aligns with the project's maintenance strategy.
  • The removal of the scheduled cron job for external tests in test-external.yml may reduce the frequency of automated testing. Consider the impact on catching potential issues early.

Copy link

openai debug - [puLL-Merge] - standard/standard@v17.1.0..v17.1.2

Description

This pull request introduces several updates, including a change to the GitHub Actions workflows, author list corrections, and the addition of new sponsors in the README. The changes aim to streamline project automation and update some package dependencies.

Changes

Changes

  1. New Workflow Added

    • Filename: .github/workflows/add-to-project.yaml
      +on:
      +  pull_request:
      +    types: [opened]
      +  issues:
      +    types: [opened]
      +
      +jobs:
      +  add-to-project:
      +    uses: standard/.github/.github/workflows/add-to-project.yaml@master
      +    secrets: inherit
  2. Workflow Removed

    • Filename: .github/workflows/lock.yml
      -name: 'Lock Threads'
      -on:
      -  schedule:
      -    - cron: '0 0 * * *'
      -  workflow_dispatch:
      -permissions:
      -  issues: write
      -  pull-requests: write
      -concurrency:
      -  group: lock
      -jobs:
      -  action:
      -    runs-on: ubuntu-latest
      -    steps:
      -      - uses: dessant/lock-threads@v3.0.0
  3. Schedule Trigger Removed from Workflow

    • Filename: .github/workflows/test-external.yml
      -  schedule:
      -    - cron: '47 4 1/3 * *'
  4. Author List Updates

    • Filename: AUTHORS.md
      - ★★ (งツ)ว ★★ ([theaichholzer@gmail.com](mailto:theaichholzer@gmail.com))
      + ★★ (ง ツ)ว ★★ ([theaichholzer@gmail.com](mailto:theaichholzer@gmail.com))
      
      - zhangyu ([zhangyu29@asiainfo.com](mailto:zhangyu29@asiainfo.com))
      + poozhu ([poozhu@qq.com](mailto:poozhu@qq.com))
  5. README Updates

    • Filename: README.md
      -  <a href="https://discord.gg/ZegqCBr"><img src="https://img.shields.io/discord/612704110008991783" alt="discord"></a>
      +  <a href="https://discord.gg/ZegqCBr"><img src="https://img.shields.io/discord/612704110008991783?logo=discord&logoColor=white&label=Discord&color=5865F2" alt="discord"></a>
      
      -| [<img width=190 src=https://cdn.rawgit.com/standard/standard/master/docs/logos/nodesource.png>](https://nodesource.com) | Your Logo Here |  |  |
      +| [<img width=190 src=https://cdn.rawgit.com/standard/standard/master/docs/logos/nodesource.png>](https://nodesource.com) | [<img width=190 src=https://cdn.rawgit.com/standard/standard/master/docs/logos/searchapi.png>](https://www.searchapi.io/) | Your Logo Here |  |
      
      -Want to chat? Join contributors on IRC in the `#standard` channel on freenode.
      +Want to chat? [Join contributors on Discord](https://discord.gg/Jxjejujpmc).
  6. Korean Documentation Updates

    • Filename: docs/RULES-kokr.md
      -여러 줄의 **삼항 연산자** 를 사용할 경우 `?`와 `:`를 각각의 행으로 처리해야합니다.
      +* 여러 줄의 **삼항 연산자** 를 사용할 경우 `?`와 `:`를 각각의 행으로 처리해야합니다.
      
      -** **변수에 `delete` 연산자는 없습니다.**
      +* **변수에 `delete` 연산자는 없습니다.**
  7. New Logo Image Added

    • Filename: docs/logos/searchapi.png
  8. Package Dependency Updates

    • Filename: package.json
      -  "version": "17.1.0",
      +  "version": "17.1.2",
      -  "eslint-plugin-react": "^7.32.2",
      +  "eslint-plugin-react": "^7.36.1",
      -  "standard-engine": "^15.0.0",
      +  "standard-engine": "^15.1.0",
      ```</details>
      

Copy link

bedrock debug - [puLL-Merge] - standard/standard@v17.1.0..v17.1.2

Description

This PR makes several changes to the standard repository, including updating workflows, modifying the README, updating dependencies, and making minor adjustments to documentation.

Changes

Changes

  1. .github/workflows/add-to-project.yaml:

    • Added a new workflow to automatically add new issues and pull requests to a project.
  2. .github/workflows/lock.yml:

    • Removed the "Lock Threads" workflow.
  3. .github/workflows/test-external.yml:

    • Removed the scheduled cron job.
  4. AUTHORS.md:

    • Made minor updates to author information, including email changes and formatting adjustments.
  5. README.md:

    • Updated the Discord badge with a new style and color.
    • Added a new logo (SearchAPI) to the sponsors section.
    • Updated the contributor communication channel from IRC to Discord.
  6. docs/RULES-kokr.md:

    • Made minor formatting adjustments to the Korean rules documentation.
  7. docs/logos/searchapi.png:

    • Added a new logo image file for SearchAPI.
  8. package.json:

    • Updated the package version to 17.1.2.
    • Updated dependencies:
      • eslint-plugin-react from 7.32.2 to 7.36.1
      • standard-engine from 15.0.0 to 15.1.0

These changes primarily focus on updating workflows, improving documentation, and keeping dependencies up-to-date. The addition of the new project management workflow and the removal of the lock threads workflow suggest changes in how the project is managed.

@thypon thypon merged commit b3c4a7f into main Sep 18, 2024
8 checks passed
@thypon thypon deleted the renovate/standard-17.x branch September 18, 2024 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant