Skip to content

Commit

Permalink
chore: update dependencies (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers authored Mar 27, 2024
1 parent e62244f commit e6ca914
Show file tree
Hide file tree
Showing 14 changed files with 1,464 additions and 972 deletions.
6 changes: 6 additions & 0 deletions .changeset/cold-bottles-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@patternfly/eslint-config-elements": patch
"@patternfly/pfe-tools": patch
---

Update dependencies
4 changes: 4 additions & 0 deletions .changeset/wet-moments-punch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
"netlify-plugin-github-actions": major
---
Package is now `"type": "module"` aka ESM
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
1 change: 0 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/bin/sh
npx lint-staged
1 change: 0 additions & 1 deletion elements/pf-button/pf-button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { customElement } from 'lit/decorators/custom-element.js';
import { property } from 'lit/decorators/property.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import { classMap } from 'lit/directives/class-map.js';
import { state } from 'lit/decorators/state.js';

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

Expand Down
1 change: 0 additions & 1 deletion elements/pf-select/pf-select.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import type { PfChipGroup } from '@patternfly/elements/pf-chip/pf-chip-group.js';
import type { PfChipRemoveEvent } from '@patternfly/elements/pf-chip/pf-chip.js';

import { LitElement, html, type PropertyValues } from 'lit';
Expand Down
Loading

0 comments on commit e6ca914

Please sign in to comment.