Skip to content

Commit

Permalink
Pin node 20 version and update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
jg-rp committed Dec 21, 2023
1 parent ab2f9e0 commit 47e5f2a
Show file tree
Hide file tree
Showing 7 changed files with 4,440 additions and 4,133 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.16.x, 17.x, 18.x, 19.x, 20.x]
node-version: [14.x, 16.16.x, 17.x, 18.x, 19.x, 20.10.0]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
Expand Down
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.1.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
yarnPath: .yarn/releases/yarn-3.6.1.cjs
compressionLevel: mixed

enableGlobalCache: false

yarnPath: .yarn/releases/yarn-4.0.2.cjs
5 changes: 4 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
/** @type {import('jest').Config} */
const config = {
testEnvironment: "node",
testRegex: ".*test.ts$",
transform: { "^.+\\.ts?$": "ts-jest" },
Expand All @@ -10,3 +11,5 @@ module.exports = {
testPathIgnorePatterns: ["/node_modules/", "<rootDir>/tests/browser/"],
slowTestThreshold: 10,
};

module.exports = config;
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,20 @@
"dist/**/*"
],
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-typescript": "^7.22.5",
"@jest/globals": "^29.6.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-typescript": "^11.1.2",
"@types/jest": "^29.5.3",
"@types/luxon": "^3.3.1",
"@types/node": "^20.4.5",
"@types/rewire": "^2.5.28",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@jest/globals": "^29.7.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-typescript": "^11.1.5",
"@types/jest": "^29.5.11",
"@types/luxon": "^3.3.7",
"@types/node": "^20.10.5",
"@types/rewire": "^2.5.30",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@yarnpkg/sdks": "^3.0.0-rc.34",
Expand All @@ -77,14 +77,14 @@
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-tsdoc": "^0.2.17",
"jest": "^29.6.2",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"prettier": "^3.0.1",
"rollup": "^3.26.3",
"rollup": "^4.9.1",
"rollup-plugin-uglify": "^6.0.4",
"ts-jest": "^29.1.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"dependencies": {
"decimal.js": "^10.4.3",
Expand All @@ -98,5 +98,5 @@
"render",
"shopify"
],
"packageManager": "yarn@3.6.1"
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 47e5f2a

Please sign in to comment.