Skip to content

Commit

Permalink
Merge pull request #182 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu authored Jan 29, 2025
2 parents 616450f + 25fdea1 commit 85525ce
Show file tree
Hide file tree
Showing 5 changed files with 1,317 additions and 1,085 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ workflows:
node-multi-build:
jobs:
- gally-create-pr
- test-node-v18:
- test-node-v20:
requires:
- gally-create-pr
- test-node-v21:
- test-node-v23:
requires:
- gally-create-pr
- test-node-v20:
- test-node-v22:
requires:
- gally-create-pr
- gally-auto-approve:
requires:
- gally-create-pr
- test-node-v18
- test-node-v21
- test-node-v20
- test-node-v23
- test-node-v22
filters:
branches:
only: /dependabot\/.*/
- release:
requires:
- gally-create-pr
- test-node-v18
- test-node-v21
- test-node-v20
- test-node-v23
- test-node-v22
filters:
branches:
only: master
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
"base.ref=dev&state=open&user.login=dependabot-preview[bot]"
release:
docker:
- image: cimg/node:20.11
- image: cimg/node:22.13
steps:
- checkout
- run:
Expand Down Expand Up @@ -87,9 +87,9 @@ jobs:
- ~/.cache/yarn
- run: yarn global add "semantic-release@^19.0.5"
- run: yarn run semantic-release
test-node-v18:
test-node-v20:
docker:
- image: cimg/node:18.19
- image: cimg/node:20.18
steps:
- checkout
- run:
Expand Down Expand Up @@ -119,9 +119,9 @@ jobs:
- run: >-
(git add . && git diff-index --quiet HEAD --) || (git status && exit
1);
test-node-v20:
test-node-v23:
docker:
- image: cimg/node:20.11
- image: cimg/node:23.6
steps:
- checkout
- run:
Expand Down Expand Up @@ -151,9 +151,9 @@ jobs:
- run: >-
(git add . && git diff-index --quiet HEAD --) || (git status && exit
1);
test-node-v21:
test-node-v22:
docker:
- image: cimg/node:21.6
- image: cimg/node:22.13
steps:
- checkout
- run:
Expand Down
6 changes: 3 additions & 3 deletions .gally.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"strict": true,
"contexts": [
"ci/circleci: gally-create-pr",
"ci/circleci: test-node-v18",
"ci/circleci: test-node-v21",
"ci/circleci: test-node-v20"
"ci/circleci: test-node-v20",
"ci/circleci: test-node-v23",
"ci/circleci: test-node-v22"
]
},
"enforce_admins": false,
Expand Down
2 changes: 1 addition & 1 deletion .roboconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"assorted/@npm-opensource"
],
"variables": {
"nodeVersion": "16",
"nodeVersion": "20",
"repoKey": "blackflux/object-lib",
"packageName": "object-lib",
"projectName": "object-lib",
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,24 @@
"author": "Lukas Siemon",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.24.7",
"@babel/register": "7.24.6",
"@blackflux/eslint-plugin-rules": "3.0.1",
"@blackflux/robo-config-plugin": "9.4.0",
"c8": "10.1.0",
"chai": "5.1.1",
"eslint": "8.57.0",
"@babel/core": "7.26.7",
"@babel/eslint-parser": "7.26.5",
"@babel/register": "7.25.9",
"@blackflux/eslint-plugin-rules": "4.0.0",
"@blackflux/robo-config-plugin": "10.0.0",
"c8": "10.1.3",
"chai": "5.1.2",
"eslint": "9.19.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-json": "4.0.0",
"eslint-plugin-markdown": "5.0.0",
"eslint-plugin-mocha": "10.4.3",
"js-gardener": "5.0.4",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-mocha": "10.5.0",
"js-gardener": "6.0.2",
"lodash.clonedeep": "4.5.0",
"lodash.samplesize": "4.2.0",
"node-tdd": "5.2.4",
"smart-fs": "4.0.1"
"node-tdd": "6.0.0",
"smart-fs": "5.0.1"
},
"licenses": [
{
Expand Down Expand Up @@ -74,9 +74,9 @@
"url": "https://github.com/blackflux/object-lib/issues"
},
"engines": {
"node": ">= 16"
"node": ">= 20"
},
"dependencies": {
"object-scan": "19.0.5"
"object-scan": "20.0.0"
}
}
Loading

0 comments on commit 85525ce

Please sign in to comment.