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

Update dependencies #128

Merged
merged 42 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
38ca8a0
Bump tmpl from 1.0.4 to 1.0.5
dependabot[bot] Sep 21, 2021
170230c
Bump node-forge from 0.10.0 to 1.3.0
dependabot[bot] Oct 18, 2022
ebb7da5
Bump parse-path and release-it
dependabot[bot] Oct 18, 2022
9c90fa6
Bump got and release-it
dependabot[bot] Oct 18, 2022
0816479
Bump node-fetch and styled-components
dependabot[bot] Oct 18, 2022
95fd2c9
Bump parse-url and release-it
dependabot[bot] Oct 18, 2022
015cf80
Bump ejs and react-scripts
dependabot[bot] Oct 18, 2022
b089a70
Bump ansi-html and react-scripts
dependabot[bot] Oct 18, 2022
0b60831
Bump loader-utils and react-scripts
dependabot[bot] Nov 8, 2022
3206086
Bump decode-uri-component from 0.2.0 to 0.2.2
dependabot[bot] Dec 4, 2022
a078745
Bump json5 from 2.2.1 to 2.2.3 in /examples
dependabot[bot] Jan 9, 2023
08e5972
Bump json5 from 1.0.1 to 1.0.2
dependabot[bot] Jan 9, 2023
40f079b
Bump ua-parser-js from 0.7.32 to 0.7.33
dependabot[bot] Jan 27, 2023
0c371fb
Bump http-cache-semantics from 4.1.0 to 4.1.1
dependabot[bot] Feb 4, 2023
0d4959e
Bump cacheable-request and release-it
dependabot[bot] Feb 12, 2023
a1c537e
Bump vm2 from 3.9.11 to 3.9.15
dependabot[bot] Apr 7, 2023
1256b76
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/tmpl-1.0…
yuyi-sl Jul 11, 2024
4bd1fe9
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/node-for…
yuyi-sl Jul 11, 2024
402fc0c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/parse-pa…
yuyi-sl Jul 11, 2024
92f7c33
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/got-and-…
yuyi-sl Jul 11, 2024
7596aa7
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/node-fet…
yuyi-sl Jul 11, 2024
c0269e6
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/parse-ur…
yuyi-sl Jul 11, 2024
3e9a07a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ejs-and-…
yuyi-sl Jul 11, 2024
6c55622
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ansi-htm…
yuyi-sl Jul 11, 2024
c5b3b2c
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/loader-u…
yuyi-sl Jul 11, 2024
957651a
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/decode-u…
yuyi-sl Jul 11, 2024
e2fd1c0
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/json5-1.…
yuyi-sl Jul 11, 2024
e5da745
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/examples…
yuyi-sl Jul 11, 2024
cf9e018
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/ua-parse…
yuyi-sl Jul 11, 2024
e73880b
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/http-cac…
yuyi-sl Jul 11, 2024
2f95ed2
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/cacheabl…
yuyi-sl Jul 11, 2024
cc05485
Merge remote-tracking branch 'origin/dependabot/npm_and_yarn/vm2-3.9.…
yuyi-sl Jul 11, 2024
9f89222
update dependabot deps
yuyi-sl Jul 11, 2024
5460b85
update deps minor
yuyi-sl Jul 11, 2024
5476319
bump react-scripts
yuyi-sl Jul 11, 2024
3c6c7b3
fix linter and test errors
yuyi-sl Jul 11, 2024
4ff06ab
bump github used node version
yuyi-sl Jul 11, 2024
5073ed9
Update Github extension versions
vijaysharm Jul 11, 2024
ef31bc8
Update node version to 18.20.4
vijaysharm Jul 11, 2024
cbd7b6b
Update node version to 18.20.4
vijaysharm Jul 11, 2024
0d06145
Fix paths to registry
vijaysharm Jul 11, 2024
9c20b67
Fix typescript version
vijaysharm Jul 11, 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
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
- name: Install dependencies
run: npm ci
- name: Run tests
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
- name: Install dependencies
run: npm ci
- name: Build package
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup Node version
uses: actions/setup-node@v1
with:
node-version: 10.15.1
node-version: 18.20.4
registry-url: https://registry.npmjs.org/
- name: Setup Git
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Node version
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14.16.0
node-version: 18.20.4
- name: Install dependencies
run: npm ci
- name: Run tests
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ typings/
/umd

# misc
.idea
.DS_Store
.env.local
.env.development.local
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.16.0
v18
2 changes: 1 addition & 1 deletion config/eslint-react.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const config = deepMerge(baseConfig, {
when: 'always',
}],
'react/jsx-sort-props': 2,
'react/jsx-sort-default-props': [2, {
'react/sort-default-props': [2, {
ignoreCase: true,
}],
'react/jsx-tag-spacing': [2, {
Expand Down
Loading