From 28c0cc86bcda8a86c20e2132b59e1d9e61c9c564 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:04:01 -0400 Subject: [PATCH 1/8] chore: test --- renovate.json | 13 ++++++++----- static/code/stackblitz/v7/angular/package.json | 4 ++-- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/renovate.json b/renovate.json index c3e1741a37..04876c7e08 100644 --- a/renovate.json +++ b/renovate.json @@ -3,16 +3,19 @@ "extends": ["config:base"], "packageRules": [ { - "matchPackagePatterns": ["^@ionic/"], - "groupName": "ionic" + "matchPackagePatterns": ["@ionic"], + "groupName": "ionic", + "schedule": ["every weekday before 11am"] }, { - "matchPackagePatterns": ["^@angular/"], - "groupName": "angular" + "matchPackagePatterns": ["@angular"], + "groupName": "angular", + "schedule": ["on the first day of the month"] }, { - "matchPackagePatterns": ["^@ionic/"], + "matchPackagePatterns": ["@ionic"], "allowedVersions": "^6.0.0", + "groupName": "ionic", "matchFileNames": ["static/code/stackblitz/v6/**/package.json"] } ], diff --git a/static/code/stackblitz/v7/angular/package.json b/static/code/stackblitz/v7/angular/package.json index 66f368834d..ddc4a45435 100644 --- a/static/code/stackblitz/v7/angular/package.json +++ b/static/code/stackblitz/v7/angular/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "@ionic/angular": "^7.0.0", - "@ionic/core": "^7.0.0" + "@ionic/angular": "7.1.0", + "@ionic/core": "7.1.0" } } From 6a7fa2f15ff06682972f561a30b1d7242528069e Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:07:54 -0400 Subject: [PATCH 2/8] chore: test --- renovate.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/renovate.json b/renovate.json index 04876c7e08..8be2b4b729 100644 --- a/renovate.json +++ b/renovate.json @@ -11,12 +11,6 @@ "matchPackagePatterns": ["@angular"], "groupName": "angular", "schedule": ["on the first day of the month"] - }, - { - "matchPackagePatterns": ["@ionic"], - "allowedVersions": "^6.0.0", - "groupName": "ionic", - "matchFileNames": ["static/code/stackblitz/v6/**/package.json"] } ], "dependencyDashboard": true, From 533d0f20925154c84611da69d351b1b71bfc9e1d Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:08:57 -0400 Subject: [PATCH 3/8] chore: test --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8be2b4b729..ef428d47d9 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,5 @@ "minimumReleaseAge": "3 days", "rebaseWhen": "never", "schedule": ["every weekday before 11am"], - "semanticCommits": "enabled", - "includePaths": ["static/code/stackblitz"] + "semanticCommits": "enabled" } From 48d699dfe7047122d7227b0c32bd0a07c0fd45ba Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:10:14 -0400 Subject: [PATCH 4/8] chore: test --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index ef428d47d9..d820547a88 100644 --- a/renovate.json +++ b/renovate.json @@ -17,5 +17,9 @@ "minimumReleaseAge": "3 days", "rebaseWhen": "never", "schedule": ["every weekday before 11am"], - "semanticCommits": "enabled" + "semanticCommits": "enabled", + "excludeCommitPaths": [ + "package.json", + "package-lock.json" + ] } From f629e546ec20ef6ee68e3d928f69e91686bd4087 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:12:50 -0400 Subject: [PATCH 5/8] chore: test --- renovate.json | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index d820547a88..dc0b9ff971 100644 --- a/renovate.json +++ b/renovate.json @@ -3,12 +3,12 @@ "extends": ["config:base"], "packageRules": [ { - "matchPackagePatterns": ["@ionic"], + "matchPackagePatterns": ["@ionic/"], "groupName": "ionic", "schedule": ["every weekday before 11am"] }, { - "matchPackagePatterns": ["@angular"], + "matchPackagePatterns": ["@angular/"], "groupName": "angular", "schedule": ["on the first day of the month"] } @@ -18,8 +18,14 @@ "rebaseWhen": "never", "schedule": ["every weekday before 11am"], "semanticCommits": "enabled", - "excludeCommitPaths": [ - "package.json", - "package-lock.json" + "includePaths": [ + "static/code/stackblitz/v6/angular/package.json", + "static/code/stackblitz/v6/html/package.json", + "static/code/stackblitz/v6/react/package.json", + "static/code/stackblitz/v6/vue/package.json", + "static/code/stackblitz/v7/angular/package.json", + "static/code/stackblitz/v7/html/package.json", + "static/code/stackblitz/v7/react/package.json", + "static/code/stackblitz/v7/vue/package.json" ] } From 7c2b38c54c992b95b1de9648bfdccd192d648dec Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:14:46 -0400 Subject: [PATCH 6/8] chore: test --- renovate.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/renovate.json b/renovate.json index dc0b9ff971..fcf3405fbc 100644 --- a/renovate.json +++ b/renovate.json @@ -11,6 +11,17 @@ "matchPackagePatterns": ["@angular/"], "groupName": "angular", "schedule": ["on the first day of the month"] + }, + { + "matchPackagePatterns": ["@ionic/"], + "allowedVersions": "^6.0.0", + "groupName": "ionic", + "matchFileNames": [ + "static/code/stackblitz/v6/angular/package.json", + "static/code/stackblitz/v6/html/package.json", + "static/code/stackblitz/v6/react/package.json", + "static/code/stackblitz/v6/vue/package.json" + ] } ], "dependencyDashboard": true, From 620b5dfe090b1375f58480d228e29a2475732149 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Mon, 18 Sep 2023 17:15:55 -0400 Subject: [PATCH 7/8] chore: test --- renovate.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index fcf3405fbc..fa3df49a9b 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,11 @@ "groupName": "angular", "schedule": ["on the first day of the month"] }, + { + "matchPackagePatterns": ["react-router", "react-router-dom"], + "groupName": "react-router", + "allowedVersions": "^5.0.0" + }, { "matchPackagePatterns": ["@ionic/"], "allowedVersions": "^6.0.0", @@ -21,7 +26,7 @@ "static/code/stackblitz/v6/html/package.json", "static/code/stackblitz/v6/react/package.json", "static/code/stackblitz/v6/vue/package.json" - ] + ], } ], "dependencyDashboard": true, From 64d6fe7cb81356b03ad8f4b829374656c8a94c1d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:48:41 +0000 Subject: [PATCH 8/8] fix(deps): update react monorepo --- .../stackblitz/v6/react/package-lock.json | 24 +++++++++---------- .../stackblitz/v7/react/package-lock.json | 24 +++++++++---------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/static/code/stackblitz/v6/react/package-lock.json b/static/code/stackblitz/v6/react/package-lock.json index 3b892e4e05..4285b48a0f 100644 --- a/static/code/stackblitz/v6/react/package-lock.json +++ b/static/code/stackblitz/v6/react/package-lock.json @@ -3702,9 +3702,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", - "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -3712,9 +3712,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.0.8", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz", - "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "dependencies": { "@types/react": "*" } @@ -18925,9 +18925,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.0.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.24.tgz", - "integrity": "sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q==", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -18935,9 +18935,9 @@ } }, "@types/react-dom": { - "version": "18.0.8", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz", - "integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "requires": { "@types/react": "*" } diff --git a/static/code/stackblitz/v7/react/package-lock.json b/static/code/stackblitz/v7/react/package-lock.json index 73fab8c2a7..33380ea2be 100644 --- a/static/code/stackblitz/v7/react/package-lock.json +++ b/static/code/stackblitz/v7/react/package-lock.json @@ -3715,9 +3715,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "node_modules/@types/react": { - "version": "18.0.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", - "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -3725,9 +3725,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.0.10", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz", - "integrity": "sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "dependencies": { "@types/react": "*" } @@ -19304,9 +19304,9 @@ "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==" }, "@types/react": { - "version": "18.0.27", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.27.tgz", - "integrity": "sha512-3vtRKHgVxu3Jp9t718R9BuzoD4NcQ8YJ5XRzsSKxNDiDonD2MXIT1TmSkenxuCycZJoQT5d2vE8LwWJxBC1gmA==", + "version": "18.2.22", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.22.tgz", + "integrity": "sha512-60fLTOLqzarLED2O3UQImc/lsNRgG0jE/a1mPW9KjMemY0LMITWEsbS4VvZ4p6rorEHd5YKxxmMKSDK505GHpA==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -19314,9 +19314,9 @@ } }, "@types/react-dom": { - "version": "18.0.10", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.10.tgz", - "integrity": "sha512-E42GW/JA4Qv15wQdqJq8DL4JhNpB3prJgjgapN3qJT9K2zO5IIAQh4VXvCEDupoqAwnz0cY4RlXeC/ajX5SFHg==", + "version": "18.2.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.7.tgz", + "integrity": "sha512-GRaAEriuT4zp9N4p1i8BDBYmEyfo+xQ3yHjJU4eiK5NDa1RmUZG+unZABUTK4/Ox/M+GaHwb6Ow8rUITrtjszA==", "requires": { "@types/react": "*" }