WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ This is an Angular wrapper for the [Shepherd](https://github.com/shipshapecode/s
- Angular 18: 18.x
- Angular 19: 19.x
- Angular 20: 20.x
- Angular 21: 21.x

This has not been tested in anything but Angular 8+. It may or may not work in previous versions or subsequent versions of Angular. We would love to support multiple versions, if people with more Angular knowledge would be willing to help us out!

Expand Down
28 changes: 0 additions & 28 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,34 +135,6 @@
}
}
}
},
"shepherd-tester-e2e": {
"root": "projects/shepherd-tester-e2e/",
"projectType": "application",
"prefix": "",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "projects/shepherd-tester-e2e/protractor.conf.js",
"devServerTarget": "shepherd-tester:serve"
},
"configurations": {
"production": {
"devServerTarget": "shepherd-tester:serve:production"
}
}
},
"lint": {
"builder": "@angular-eslint/builder:lint",
"options": {
"lintFilePatterns": [
"projects/shepherd-tester-e2e//**/*.ts",
"projects/shepherd-tester-e2e//**/*.html"
]
}
}
}
}
},
"cli": {
Expand Down
21,406 changes: 10,564 additions & 10,842 deletions package-lock.json

Large diffs are not rendered by default.

51 changes: 25 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,38 +17,38 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "^20.0.5",
"@angular/common": "^20.0.5",
"@angular/compiler": "^20.0.5",
"@angular/core": "^20.0.5",
"@angular/platform-browser": "^20.0.5",
"@angular/platform-browser-dynamic": "^20.0.5",
"@angular/animations": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"core-js": "^3.39.0",
"rxjs": "^7.8.1",
"shepherd.js": "^14.5.1",
"tslib": "^2.8.0",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.1.4",
"@angular-devkit/core": "^20.1.4",
"@angular-devkit/schematics": "^20.0.4",
"@angular-eslint/builder": "20.1.1",
"@angular-eslint/eslint-plugin": "20.1.1",
"@angular-eslint/eslint-plugin-template": "20.1.1",
"@angular-eslint/schematics": "^20.1.1",
"@angular-eslint/template-parser": "^20.1.1",
"@angular/cli": "^20.1.5",
"@angular/compiler-cli": "^20.0.5",
"@angular/language-service": "^20.1.4",
"@angular/router": "^20.0.5",
"@angular-devkit/build-angular": "^21.0.0",
"@angular-devkit/core": "^21.0.0",
"@angular-devkit/schematics": "^21.0.0",
"@angular-eslint/builder": "21.0.1",
"@angular-eslint/eslint-plugin": "21.0.1",
"@angular-eslint/eslint-plugin-template": "21.0.1",
"@angular-eslint/schematics": "^21.0.1",
"@angular-eslint/template-parser": "^21.0.1",
"@angular/cli": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/language-service": "^21.0.0",
"@angular/router": "^21.0.0",
"@release-it-plugins/lerna-changelog": "^8.0.1",
"@release-it/bumper": "^6.0.1",
"@release-it/bumper": "^7.0.0",
"@types/jasmine": "^5.1.8",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "8.38.0",
"@typescript-eslint/parser": "8.38.0",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"eslint": "^9.32.0",
"jasmine-core": "^5.4.0",
"jasmine-spec-reporter": "^7.0.0",
Expand All @@ -57,12 +57,11 @@
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^20.1.0",
"ng-packagr": "^21.0.0",
"prettier": "^3.4.2",
"protractor": "~7.0.0",
"release-it": "^17.10.0",
"release-it": "^19.2.2",
"ts-node": "~10.9.2",
"typescript": "~5.8.3"
"typescript": "~5.9.0"
},
"volta": {
"node": "22.17.0"
Expand All @@ -89,4 +88,4 @@
},
"npm": false
}
}
}
42 changes: 0 additions & 42 deletions projects/shepherd-tester-e2e/.eslintrc.json

This file was deleted.

28 changes: 0 additions & 28 deletions projects/shepherd-tester-e2e/protractor.conf.js

This file was deleted.

23 changes: 0 additions & 23 deletions projects/shepherd-tester-e2e/src/app.e2e-spec.ts

This file was deleted.

11 changes: 0 additions & 11 deletions projects/shepherd-tester-e2e/src/app.po.ts

This file was deleted.

13 changes: 0 additions & 13 deletions projects/shepherd-tester-e2e/tsconfig.e2e.json

This file was deleted.

6 changes: 3 additions & 3 deletions projects/shepherd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-shepherd",
"version": "20.0.0",
"version": "21.0.0",
"description": "An Angular wrapper for the site tour library Shepherd.",
"keywords": [
"angular",
Expand All @@ -23,7 +23,7 @@
"shepherd.js": "^14.4.0"
},
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0"
"@angular/common": "^21.0.0",
"@angular/core": "^21.0.0"
}
}