-
Notifications
You must be signed in to change notification settings - Fork 106
chore(tools): update tooling config for v6 prefix #3132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging/pfv6
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,6 +103,9 @@ core/pfe-core/demo/* | |
| .sonarlint | ||
| .history | ||
|
|
||
| # AI | ||
| .claude/settings.local.json | ||
|
|
||
| # Temp files | ||
| *~ | ||
| *.swp | ||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| { | ||
| "name": "@patternfly/elements", | ||
| "license": "MIT", | ||
| "version": "5.0.0", | ||
| "version": "6.0.0-next.0", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is something that changesets should manage, not us manually |
||
| "description": "PatternFly Elements", | ||
| "customElements": "custom-elements.json", | ||
| "type": "module", | ||
|
|
@@ -10,64 +10,6 @@ | |
| "exports": { | ||
| "./form-control.css": "./form-control.css", | ||
| "./form-control.css.js": "./form-control.css.js", | ||
| "./pf-v5-accordion/pf-v5-accordion-header.js": "./pf-v5-accordion/pf-v5-accordion-header.js", | ||
| "./pf-v5-accordion/pf-v5-accordion-panel.js": "./pf-v5-accordion/pf-v5-accordion-panel.js", | ||
| "./pf-v5-accordion/pf-v5-accordion.js": "./pf-v5-accordion/pf-v5-accordion.js", | ||
| "./pf-v5-alert/pf-v5-alert.js": "./pf-v5-alert/pf-v5-alert.js", | ||
| "./pf-v5-avatar/pf-v5-avatar.js": "./pf-v5-avatar/pf-v5-avatar.js", | ||
| "./pf-v5-back-to-top/pf-v5-back-to-top.js": "./pf-v5-back-to-top/pf-v5-back-to-top.js", | ||
| "./pf-v5-background-image/pf-v5-background-image.js": "./pf-v5-background-image/pf-v5-background-image.js", | ||
| "./pf-v5-badge/pf-v5-badge.js": "./pf-v5-badge/pf-v5-badge.js", | ||
| "./pf-v5-banner/pf-v5-banner.js": "./pf-v5-banner/pf-v5-banner.js", | ||
| "./pf-v5-button/pf-v5-button.js": "./pf-v5-button/pf-v5-button.js", | ||
| "./pf-v5-card/pf-v5-card.js": "./pf-v5-card/pf-v5-card.js", | ||
| "./pf-v5-chip/pf-v5-chip.js": "./pf-v5-chip/pf-v5-chip.js", | ||
| "./pf-v5-chip/pf-v5-chip-group.js": "./pf-v5-chip/pf-v5-chip-group.js", | ||
| "./pf-v5-clipboard-copy/pf-v5-clipboard-copy.js": "./pf-v5-clipboard-copy/pf-v5-clipboard-copy.js", | ||
| "./pf-v5-code-block/pf-v5-code-block.js": "./pf-v5-code-block/pf-v5-code-block.js", | ||
| "./pf-v5-dropdown/context.js": "./pf-v5-dropdown/context.js", | ||
| "./pf-v5-dropdown/pf-v5-dropdown-group.js": "./pf-v5-dropdown/pf-v5-dropdown-group.js", | ||
| "./pf-v5-dropdown/pf-v5-dropdown-item.js": "./pf-v5-dropdown/pf-v5-dropdown-item.js", | ||
| "./pf-v5-dropdown/pf-v5-dropdown-menu.js": "./pf-v5-dropdown/pf-v5-dropdown-menu.js", | ||
| "./pf-v5-dropdown/pf-v5-dropdown.js": "./pf-v5-dropdown/pf-v5-dropdown.js", | ||
| "./pf-v5-helper-text/pf-v5-helper-text.js": "./pf-v5-helper-text/pf-v5-helper-text.js", | ||
| "./pf-v5-hint/pf-v5-hint.js": "./pf-v5-hint/pf-v5-hint.js", | ||
| "./pf-v5-icon/pf-v5-icon.js": "./pf-v5-icon/pf-v5-icon.js", | ||
| "./pf-v5-jump-links/pf-v5-jump-links-item.js": "./pf-v5-jump-links/pf-v5-jump-links-item.js", | ||
| "./pf-v5-jump-links/pf-v5-jump-links-list.js": "./pf-v5-jump-links/pf-v5-jump-links-list.js", | ||
| "./pf-v5-jump-links/pf-v5-jump-links.js": "./pf-v5-jump-links/pf-v5-jump-links.js", | ||
| "./pf-v5-label-group/pf-v5-label-group.js": "./pf-v5-label-group/pf-v5-label-group.js", | ||
| "./pf-v5-label/pf-v5-label.js": "./pf-v5-label/pf-v5-label.js", | ||
| "./pf-v5-select/pf-v5-select.js": "./pf-v5-select/pf-v5-select.js", | ||
| "./pf-v5-select/pf-v5-listbox.js": "./pf-v5-select/pf-v5-listbox.js", | ||
| "./pf-v5-select/pf-v5-option-group.js": "./pf-v5-select/pf-v5-option-group.js", | ||
| "./pf-v5-select/pf-v5-option.js": "./pf-v5-select/pf-v5-option.js", | ||
| "./pf-v5-modal/pf-v5-modal.js": "./pf-v5-modal/pf-v5-modal.js", | ||
| "./pf-v5-panel/pf-v5-panel.js": "./pf-v5-panel/pf-v5-panel.js", | ||
| "./pf-v5-progress-stepper/pf-v5-progress-step.js": "./pf-v5-progress-stepper/pf-v5-progress-step.js", | ||
| "./pf-v5-progress-stepper/pf-v5-progress-stepper.js": "./pf-v5-progress-stepper/pf-v5-progress-stepper.js", | ||
| "./pf-v5-progress/pf-v5-progress.js": "./pf-v5-progress/pf-v5-progress.js", | ||
| "./pf-v5-search-input/pf-v5-search-input.js": "./pf-v5-search-input/pf-v5-search-input.js", | ||
| "./pf-v5-spinner/pf-v5-spinner.js": "./pf-v5-spinner/pf-v5-spinner.js", | ||
| "./pf-v5-switch/pf-v5-switch.js": "./pf-v5-switch/pf-v5-switch.js", | ||
| "./pf-v5-table/context.js": "./pf-v5-table/context.js", | ||
| "./pf-v5-table/pf-v5-caption.js": "./pf-v5-table/pf-v5-caption.js", | ||
| "./pf-v5-table/pf-v5-table.js": "./pf-v5-table/pf-v5-table.js", | ||
| "./pf-v5-table/pf-v5-tbody.js": "./pf-v5-table/pf-v5-tbody.js", | ||
| "./pf-v5-table/pf-v5-td.js": "./pf-v5-table/pf-v5-td.js", | ||
| "./pf-v5-table/pf-v5-th.js": "./pf-v5-table/pf-v5-th.js", | ||
| "./pf-v5-table/pf-v5-thead.js": "./pf-v5-table/pf-v5-thead.js", | ||
| "./pf-v5-table/pf-v5-tr.js": "./pf-v5-table/pf-v5-tr.js", | ||
| "./pf-v5-tabs/context.js": "./pf-v5-tabs/context.js", | ||
| "./pf-v5-tabs/pf-v5-tab-panel.js": "./pf-v5-tabs/pf-v5-tab-panel.js", | ||
| "./pf-v5-tabs/pf-v5-tab.js": "./pf-v5-tabs/pf-v5-tab.js", | ||
| "./pf-v5-tabs/pf-v5-tabs.js": "./pf-v5-tabs/pf-v5-tabs.js", | ||
| "./pf-v5-text-area/pf-v5-text-area.js": "./pf-v5-text-area/pf-v5-text-area.js", | ||
| "./pf-v5-text-input/pf-v5-text-input.js": "./pf-v5-text-input/pf-v5-text-input.js", | ||
| "./pf-v5-tile/pf-v5-tile.js": "./pf-v5-tile/pf-v5-tile.js", | ||
| "./pf-v5-timestamp/pf-v5-timestamp.js": "./pf-v5-timestamp/pf-v5-timestamp.js", | ||
| "./pf-v5-tooltip/pf-v5-tooltip.js": "./pf-v5-tooltip/pf-v5-tooltip.js", | ||
| "./pf-v5-popover/pf-v5-popover.js": "./pf-v5-popover/pf-v5-popover.js", | ||
| "./react/*": "./react/*" | ||
| }, | ||
| "publishConfig": { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ export default tseslint.config( | |
| { | ||
| name: 'local/ignores', | ||
| ignores: [ | ||
| 'elements/pf-v5-icon/demo/icons/**/*.js', | ||
| 'elements/pf-v*-icon/demo/icons/**/*.js', | ||
| 'tools/create-element/templates/**/*', | ||
| 'tools/create-element/**/*.js', | ||
| 'tools/create-element/templates/**/*', | ||
|
|
@@ -25,7 +25,7 @@ export default tseslint.config( | |
| plugins: { '@patternfly/elements': pfePlugin }, | ||
| rules: { | ||
| '@patternfly/elements/no-missing-package-exports': [States.ERROR, { | ||
| matches: ['elements/*/pf-*.js'], | ||
| matches: ['elements/pf-v6-*/pf-*.js'], | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the icon change is good, but revert this line |
||
| }], | ||
| }, | ||
| }, | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure about this... we also want to generate a manifest for core
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to work on multiple outputs from monorepo roots in cem