Skip to content

Commit

Permalink
Update all dependencies (#100)
Browse files Browse the repository at this point in the history
* Bump dessant/lock-threads from 2 to 3 (#82)

Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads) from 2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases)
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md)
- [Commits](dessant/lock-threads@v2...v3)

---
updated-dependencies:
- dependency-name: dessant/lock-threads
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ts-node from 10.0.0 to 10.4.0 (#87)

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.0.0 to 10.4.0.
- [Release notes](https://github.com/TypeStrong/ts-node/releases)
- [Commits](TypeStrong/ts-node@v10.0.0...v10.4.0)

---
updated-dependencies:
- dependency-name: ts-node
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @typescript-eslint/parser from 4.28.2 to 4.33.0 (#91)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.2 to 4.33.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.33.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump @types/node from 16.6.2 to 17.0.5 (#95)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.6.2 to 17.0.5.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update all dependencies

* Upgrade storybook (still have to import demo styles)

* Disable dependenbot update

* Fix demo style import in storybook

* Fix storybook scripts

* Fix npm scripts for storybook

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
tschaffter and dependabot[bot] committed Feb 1, 2022
1 parent ef7eec8 commit 628d5c1
Show file tree
Hide file tree
Showing 20 changed files with 31,676 additions and 36,050 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ updates:
schedule:
interval: "monthly"
target-branch: "main"
open-pull-requests-limit: 0

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
target-branch: "main"
open-pull-requests-limit: 0
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
lock:
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v2
- uses: dessant/lock-threads@v3
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '365'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# https://raw.githubusercontent.com/angular/angular-cli/master/.gitignore
.angular

# Outputs
bazel-*
Expand Down
7 changes: 0 additions & 7 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@ module.exports = {
// You can change the configuration based on that.
// 'PRODUCTION' is used when building the static version of storybook.

// Make whatever fine-grained changes you need
config.module.rules.push({
test: /\.scss$/,
use: ['style-loader', 'css-loader', 'sass-loader'],
include: path.resolve(__dirname, '../projects/sage-angular-demo/src/styles.scss'),
});

// Return the altered config
return config;
}
Expand Down
5 changes: 2 additions & 3 deletions .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
import { setCompodocJson } from "@storybook/addon-docs/angular";
import docJson from "../documentation.json";

import '!style-loader!css-loader!sass-loader!../projects/sage-angular-demo/src/styles.scss';

setCompodocJson(docJson);
// TODO Should work without any
setCompodocJson(docJson as any);

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
Expand Down
10 changes: 7 additions & 3 deletions .storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"compilerOptions": {
"types": [
"node"
]
],
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
},
"exclude": [
"../src/test.ts",
Expand All @@ -13,9 +15,11 @@
],
"include": [
"../src/**/*",
"../projects/**/*"
"../projects/**/*",
"../stories/**/*",
],
"files": [
"./typings.d.ts"
"./typings.d.ts",
"./preview.ts",
]
}
15 changes: 15 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,21 @@
"devServerTarget": "sage-angular-demo:serve:production"
}
}
},
"storybook": {
"builder": "@storybook/angular:start-storybook",
"options": {
"browserTarget": "sage-angular-demo:build",
"port": 4400,
"compodoc": true
}
},
"build-storybook": {
"builder": "@storybook/angular:build-storybook",
"options": {
"browserTarget": "sage-angular-demo:build",
"compodoc": true
}
}
}
}
Expand Down
Loading

0 comments on commit 628d5c1

Please sign in to comment.