Skip to content

Commit e6ca914

Browse files
authored
chore: update dependencies (#2728)
1 parent e62244f commit e6ca914

File tree

14 files changed

+1464
-972
lines changed

14 files changed

+1464
-972
lines changed

.changeset/cold-bottles-roll.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@patternfly/eslint-config-elements": patch
3+
"@patternfly/pfe-tools": patch
4+
---
5+
6+
Update dependencies

.changeset/wet-moments-punch.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
"netlify-plugin-github-actions": major
3+
---
4+
Package is now `"type": "module"` aka ESM

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
#!/bin/sh
21
npx lint-staged

elements/pf-button/pf-button.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { customElement } from 'lit/decorators/custom-element.js';
33
import { property } from 'lit/decorators/property.js';
44
import { ifDefined } from 'lit/directives/if-defined.js';
55
import { classMap } from 'lit/directives/class-map.js';
6-
import { state } from 'lit/decorators/state.js';
76

87
import { InternalsController } from '@patternfly/pfe-core/controllers/internals-controller.js';
98

elements/pf-select/pf-select.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import type { PfChipGroup } from '@patternfly/elements/pf-chip/pf-chip-group.js';
21
import type { PfChipRemoveEvent } from '@patternfly/elements/pf-chip/pf-chip.js';
32

43
import { LitElement, html, type PropertyValues } from 'lit';

0 commit comments

Comments
 (0)