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-dev): bump mock-fs from 5.3.0 to 5.4.1 #5164

Closed
wants to merge 27 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0862cbc
chore(deps): bump typescript-eslint from 8.16.0 to 8.17.0 (#5226)
dependabot[bot] Dec 3, 2024
82baaa8
chore(deps): bump eslint-import-resolver-typescript from 3.6.3 to 3.7…
dependabot[bot] Dec 4, 2024
9f45080
chore(deps-dev): bump puppeteer from 23.9.0 to 23.10.0 (#5231)
dependabot[bot] Dec 4, 2024
5d54636
add deprecation note (#5229)
deekshas8 Dec 4, 2024
79c7423
chore(deps): bump prettier from 3.4.1 to 3.4.2 (#5232)
dependabot[bot] Dec 5, 2024
45dda8a
chore(deps-dev): bump nock from 14.0.0-beta.18 to 14.0.0-beta.19 (#5235)
dependabot[bot] Dec 5, 2024
e86049f
chore(deps-dev): bump puppeteer from 23.10.0 to 23.10.1 (#5234)
dependabot[bot] Dec 5, 2024
1f6b75a
chore: Prevent mail-client from publishing (#5237)
deekshas8 Dec 5, 2024
b8d4ab7
setup v4 (#5243)
deekshas8 Dec 5, 2024
4798ef8
chore(deps-dev): bump express from 4.21.1 to 4.21.2 (#5244)
dependabot[bot] Dec 6, 2024
7c57e69
chore: Change canary release pipeline (#5246)
deekshas8 Dec 6, 2024
b3047f7
chore(deps-dev): bump @sap/cds from 8.5.0 to 8.5.1 (#5248)
dependabot[bot] Dec 9, 2024
ab210db
chore(deps-dev): bump https-proxy-agent from 7.0.5 to 7.0.6 (#5250)
dependabot[bot] Dec 9, 2024
34cc9b3
chore(deps-dev): bump @sap/cds-dk from 8.5.0 to 8.5.1 (#5249)
dependabot[bot] Dec 9, 2024
5425427
chore(deps): bump @stylistic/eslint-plugin from 2.11.0 to 2.12.0 (#5254)
dependabot[bot] Dec 10, 2024
50e9ae5
chore(deps-dev): bump puppeteer from 23.10.1 to 23.10.2 (#5255)
dependabot[bot] Dec 10, 2024
711c4c2
chore(deps): bump typescript-eslint from 8.17.0 to 8.18.0 (#5258)
dependabot[bot] Dec 10, 2024
f11b80e
chore(deps): bump axios from 1.7.8 to 1.7.9 (#5236)
dependabot[bot] Dec 10, 2024
cfdc05a
chore: Create dependabot PR automation (#5265)
tomfrenken Dec 10, 2024
8eff039
chore(deps-dev): bump puppeteer from 23.10.2 to 23.10.3 (#5267)
dependabot[bot] Dec 11, 2024
740aca9
chore(deps-dev): bump @types/node from 18.19.67 to 18.19.68 (#5274)
dependabot[bot] Dec 13, 2024
a9c14d3
chore(deps-dev): bump puppeteer from 23.10.3 to 23.10.4 (#5275)
dependabot[bot] Dec 13, 2024
7909cde
chore(deps): bump @stylistic/eslint-plugin from 2.12.0 to 2.12.1 (#5276)
dependabot[bot] Dec 13, 2024
8ee8d9b
chore(deps): bump fast-xml-parser from 4.5.0 to 4.5.1 (#5283)
dependabot[bot] Dec 16, 2024
9bd2085
chore(deps): bump @eslint/js from 9.16.0 to 9.17.0 (#5284)
dependabot[bot] Dec 16, 2024
19b536a
chore: Update issue templates (#5272)
ZhongpinWang Dec 16, 2024
b749439
chore(deps-dev): bump mock-fs from 5.3.0 to 5.4.1
dependabot[bot] Dec 16, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 0 additions & 53 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

107 changes: 107 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,107 @@
name: Bug Report
description: Released feature does not work as expected in the SAP Cloud SDK (JavaScript / TypeScript).
title: '<title>'
labels:
- bug
body:
- type: markdown
attributes:
value: |
> [!note]
> Please note that this repository is for JavaScript / TypeScript related issues only.
> If you have a question about the SAP Cloud SDK (Java), open a GitHub issue here: https://github.com/SAP/cloud-sdk-java/issues/new/choose
- type: markdown
attributes:
value: |
> [!important]
> Please read the [Troubleshooting](https://sap.github.io/cloud-sdk/docs/js/troubleshooting) documentation first.
> Always provide detailed information such as logs, callstack and error messages to help us understand the issue.
> Explain why you think this is a bug in the SAP Cloud SDK.
- type: textarea
attributes:
label: "Describe the Bug"
description: "A clear and concise description of what the bug is."
validations:
required: true
- type: textarea
attributes:
label: "Steps to Reproduce"
description: "Steps to reproduce the behavior."
placeholder: |
1. Set up ...
2. Execute ...
3. Confirm ...
4. See error
validations:
required: true
- type: textarea
attributes:
label: "Expected Behavior"
description: "A clear and concise description of what you expected to happen."
validations:
required: true
- type: textarea
attributes:
label: "Screenshots"
description: "Add screenshots to help explain your problem."
validations:
required: false
- type: textarea
attributes:
label: "Used Versions"
description: "Provide versions used in the project."
value: |
- Node version via `node -v`: ...
- NPM version via `npm -v: ...
- SAP Cloud SDK version: ...
- For CAP users, CAP version: ...
validations:
required: true
- type: textarea
attributes:
label: "Code Examples"
description: "Add code snippets as examples to help explain your problem. Please remove sensitive information."
validations:
required: false
- type: textarea
attributes:
label: "Log File"
description: "Add your log file or related error message. Again, please remove sensitive information."
validations:
required: false
- type: dropdown
attributes:
label: "Affected Development Phase"
description: "Choose the development phase affected by this issue."
multiple: false
options:
- Getting Started
- Development
- Release
- Production
validations:
required: true
- type: dropdown
attributes:
label: "Impact"
description: "Choose the impact severity."
multiple: false
options:
- No Impact
- Inconvenience
- Impaired
- Blocked
validations:
required: true
- type: textarea
attributes:
label: "Timeline"
description: "Please briefly state your timeline, e.g., Go-Live in 12 weeks."
validations:
required: false
- type: textarea
attributes:
label: "Additional Context"
description: "Add any other context about the problem here."
validations:
required: false
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

66 changes: 66 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
name: Feature Request
description: Request a new feature to help your project using the SAP Cloud SDK (JavaScript / TypeScript).
title: '<title>'
labels:
- feature request
body:
- type: markdown
attributes:
value: |
> [!note]
> Please note that this repository is for JavaScript / TypeScript related issues only.
> If you have a question about the SAP Cloud SDK (Java), open a GitHub issue here: https://github.com/SAP/cloud-sdk-java/issues/new/choose
- type: textarea
attributes:
label: "Describe the Problem"
description: A clear and concise description of what the problem is, e.g., I'm always frustrated when [...]
validations:
required: true
- type: textarea
attributes:
label: "Propose a Solution"
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: "Describe Alternatives"
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
- type: dropdown
attributes:
label: "Affected Development Phase"
description: "Choose the development phase affected by this issue."
multiple: false
options:
- Getting Started
- Development
- Release
- Production
validations:
required: true
- type: dropdown
attributes:
label: "Impact"
description: "Choose the impact severity."
multiple: false
options:
- No Impact
- Inconvenience
- Impaired
- Blocked
validations:
required: true
- type: textarea
attributes:
label: "Timeline"
description: "Please briefly state your timeline, e.g., Go-Live in 12 weeks."
validations:
required: false
- type: textarea
attributes:
label: "Additional Context"
description: "Add any other context about the feature request here."
validations:
required: false
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/question.md

This file was deleted.

24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Question
description: Ask a question about the SAP Cloud SDK (JavaScript / TypeScript).
title: '<title>'
labels:
- question
body:
- type: markdown
attributes:
value: |
> [!note]
> Please note that this repository is for JavaScript / TypeScript related issues only.
> If you have a question about the SAP Cloud SDK (Java), open a GitHub issue here: https://github.com/SAP/cloud-sdk-java/issues/new/choose
- type: markdown
attributes:
value: |
> [!important]
> Please read the [Troubleshooting](https://sap.github.io/cloud-sdk/docs/js/troubleshooting) documentation first.
> Always provide detailed information such as logs, callstack and error messages to help us understand the question.
- type: textarea
attributes:
label: "Describe the Question"
description: A clear and concise description of your question.
validations:
required: true
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Closes SAP/cloud-sdk-backlog#ISSUENUMBER.

- [ ] I know which base branch I chose for this PR, as the default branch is `v3-main` now, which is not for v4 development.

<!-- Check List:
* Tests created/adjusted for your changes.
* PR title adheres to [conventional commit guidelines](https://www.conventionalcommits.org).
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/check-public-api/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 31 additions & 0 deletions .github/workflows/auto-dependabot-fix.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: auto-dependabot-fix

on:
pull_request: ~

jobs:
building:
if: github.actor == 'dependabot[bot]' && !github.event.pull_request.head.repo.fork
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
token: ${{ secrets.GH_CLOUD_SDK_JS_ADMIN_WRITE_TOKEN }}
- run: git fetch --depth=1
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'yarn'
- name: Install Dependencies & Compile
run: yarn install --frozen-lockfile --ignore-engines
- name: Commit Changes if needed
run: |
diff=`git diff`
if [ ! -z "$diff" ]; then
git config --global user.email "[email protected]"
git config --global user.name "cloud-sdk-js"
git commit -m "Regenerate check-public-api action" -a
git push
fi
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,14 @@ jobs:
run: |
date=`date +%Y%m%d%H%M%S`
rm -f .changeset/*.md
cp canary-release-changeset.md .changeset
project_version=$(cat package.json | jq '.version' | tr -d '"')
echo The project version is: $project_version
[[ $project_version == 4* ]] && cp canary-release-changeset.md .changeset
[[ $project_version == 3* ]] && cp major-release-changeset.md .changeset
yarn changeset pre enter ${date}
yarn changeset version
yarn changeset pre exit
yarn changeset publish --tag canary
yarn changeset publish --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_ACCESS_TOKEN }}
draft-github-release:
Expand Down
Loading
Loading