Skip to content
Merged
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
8 changes: 8 additions & 0 deletions .changeset/cool-coats-press.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@patternfly/pfe-button": patch
"@patternfly/pfe-icon": patch
"@patternfly/eslint-config-elements": patch
"@patternfly/pfe-tools": patch
---

fix typescript config and update dependencies
5 changes: 5 additions & 0 deletions .changeset/mean-points-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@patternfly/pfe-autocomplete": patch
---

Add missing `@patternfly/pfe-button` dependency
1 change: 1 addition & 0 deletions elements/pfe-autocomplete/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"Benny Powers <bennyp@redhat.com>"
],
"dependencies": {
"@patternfly/pfe-button": "^2.0.0-next.4",
"@patternfly/pfe-core": "^2.0.0-next.7",
"@patternfly/pfe-sass": "^2.0.0-next.5",
"lit": "2.3.0"
Expand Down
2 changes: 2 additions & 0 deletions elements/pfe-button/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
},
"references": [
{ "path": "../../core/pfe-core" },
{ "path": "../pfe-progress-indicator" },
{ "path": "../pfe-icon" },
{ "path": "../../tools/pfe-tools" }
]
}
4 changes: 2 additions & 2 deletions elements/pfe-icon/builtin-icon-sets.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { PfeConfig } from '@patternfly/pfe-core';
import type { IconNameResolverFn } from './icon-set';
import type { PfeIcon } from './pfe-icon';
import type { IconNameResolverFn } from './icon-set.js';
import type { PfeIcon } from './pfe-icon.js';

declare module '@patternfly/pfe-core' {
export interface PfeConfig {
Expand Down
524 changes: 263 additions & 261 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"@types/eslint": "8.4.5",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.33.1",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"eslint": "8.22.0",
"eslint-config-google": "0.14.0",
"eslint-plugin-html": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/pfe-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"dedent": "0.7.0",
"dotenv": "16.0.1",
"eleventy-plugin-toc": "1.1.5",
"esbuild": "0.15.3",
"esbuild": "0.15.5",
"esbuild-node-externals": "1.4.1",
"esbuild-plugin-lit-css": "2.0.0",
"esbuild-plugin-minify-html-literals": "1.0.1",
Expand Down