Skip to content

Commit

Permalink
chore: update dependencies and references to old repository
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 27, 2025
1 parent be92ac5 commit ed4990b
Show file tree
Hide file tree
Showing 13 changed files with 3,340 additions and 4,067 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* @ionic-team/stencil
* @stenciljs/technical-steering-committee
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- label: I have read the [Contributing Guidelines](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md).
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md).
- label: I agree to follow the [Code of Conduct](https://github.com/stenciljs/.github/blob/main/CODE_OF_CONDUCT.md).
required: true
- label: I have searched for [existing issues](https://github.com/ionic-team/stencil-sass/issues) that already report this problem, without success.
- label: I have searched for [existing issues](https://github.com/stenciljs/sass/issues) that already report this problem, without success.
required: true
- type: input
attributes:
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
contact_links:
- name: 💻 Stencil
url: https://github.com/ionic-team/stencil/issues/new/choose
url: https://github.com/stenciljs/core/issues/new/choose
about: This issue tracker is not for Stencil compiler issues. Please file compiler issues on the Stencil repo.
- name: 📚 Documentation
url: https://github.com/ionic-team/stencil-site/issues/new/choose
url: https://github.com/stenciljs/site/issues/new/choose
about: This issue tracker is not for documentation issues. Please file documentation issues on the Stencil site repo.
- name: 📝 Create Stencil CLI
url: https://github.com/ionic-team/create-stencil/issues/new/choose
url: https://github.com/stenciljs/create-stencil/issues/new/choose
about: This issue tracker is not for Create Stencil CLI issues. Please file CLI issues on the Create Stencil CLI repo.
- name: 🤔 Support Question
url: https://forum.ionicframework.com/
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ body:
label: Prerequisites
description: Please ensure you have completed all of the following.
options:
- label: I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
- label: I have read the [Contributing Guidelines](https://github.com/stenciljs/core/blob/main/.github/CONTRIBUTING.md).
required: true
- label: I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md).
- label: I agree to follow the [Code of Conduct](https://github.com/stenciljs/.github/blob/main/CODE_OF_CONDUCT.md).
required: true
- label: I have searched for [existing issues](https://github.com/ionic-team/stencil-sass/issues) that already include this feature request, without success.
- label: I have searched for [existing issues](https://github.com/stenciljs/sass/issues) that already include this feature request, without success.
required: true
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md -->
<!-- Please refer to our contributing documentation for any questions on submitting a pull request, or let us know here if you need any help: https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md -->

## Pull request checklist

Expand Down
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
groups:
patch-deps-updates-main:
update-types:
- "patch"
minor-deps-updates-main:
update-types:
- "minor"
major-deps-updates-main:
update-types:
- "major"

- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
time: "11:00"
open-pull-requests-limit: 10
groups:
patch-deps-updates:
update-types:
- "patch"
minor-deps-updates:
update-types:
- "minor"
major-deps-updates:
update-types:
- "major"
2 changes: 1 addition & 1 deletion .github/ionic-issue-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ comment:
For a guide on how to create a good reproduction, see our
[Contributing Guide](https://github.com/ionic-team/stencil/blob/main/.github/CONTRIBUTING.md).
[Contributing Guide](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md).
dryRun: false

noReply:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Development Releases (or "Dev Releases", "Dev Builds") are installable instances

Only members of the Stencil team may create dev builds of Stencil Sass.
To publish the package:
1. Navigate to the [Stencil Sass Dev Release GitHub Action](https://github.com/ionic-team/stencil-sass/actions/workflows/release-dev.yml) in your browser.
1. Navigate to the [Stencil Sass Dev Release GitHub Action](https://github.com/stenciljs/sass/actions/workflows/release-dev.yml) in your browser.
2. Select the 'Run Workflow' dropdown on the right hand side of the page
3. The dropdown will ask you for a branch name to publish from. Any branch may be used here.
4. Select 'Run Workflow'
Expand Down
Loading

0 comments on commit ed4990b

Please sign in to comment.