csvalpha / amber-ui

https://csvalpha.nl
MIT License
4 stars 4 forks source link

chore(deps): update dependency ember-bootstrap to v6 #821

Open renovate[bot] opened 10 months ago

renovate[bot] commented 10 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-bootstrap (source) ^5.1.1 -> ^6.3.3 age adoption passing confidence

Release Notes

ember-bootstrap/ember-bootstrap (ember-bootstrap) ### [`v6.3.3`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.3.3): Release 6.3.3 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.3.2...v6.3.3) ##### :memo: Documentation - [#​2135](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2135) Fix API page generation of TypeScript components ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### Committers: 1 - Sander Knauff ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ### [`v6.3.2`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.3.2): Release 6.3.2 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.3.1...v6.3.2) ##### :bug: Bug Fix - [#​2129](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2129) Styling of toggle button yielded by BsDropdown via arguments is ignored ([@​zfir](https://togithub.com/zfir)) ##### :memo: Documentation - [#​2127](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2127) Fix syntax in BsForm API docs ([@​bracke](https://togithub.com/bracke)) - [#​2125](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2125) invalid syntax in docs example for form component ([@​craigteegarden](https://togithub.com/craigteegarden)) ##### :house: Internal - [#​2130](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2130) allow action helper and modifier deprecation for now ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 4 - Bent Bracke ([@​bracke](https://togithub.com/bracke)) - Craig Teegarden ([@​craigteegarden](https://togithub.com/craigteegarden)) - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Zafir Sk Heerah ([@​zfir](https://togithub.com/zfir)) ### [`v6.3.1`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.3.1): Release 6.3.1 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.3.0...v6.3.1) ##### :bug: Bug Fix - [#​2123](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2123) Add @​ to `onClick` in BsModal::Footer submit button ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2110](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2110) Dropdown should not add .btn-group class ([@​jelhan](https://togithub.com/jelhan)) - [#​2120](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2120) Fix alignment of dropdown menus when using Bootstrap 5 ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### :house: Internal - [#​2111](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2111) Extend `` component by invoking it in template rather than extending JS class ([@​jelhan](https://togithub.com/jelhan)) - [#​2122](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2122) Modernize hbs import in tests ([@​jelhan](https://togithub.com/jelhan)) - [#​2114](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2114) Refactor tests for dropdown menu ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 2 - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Sander Knauff ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ### [`v6.3.0`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.3.0): Release 6.3.0 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.2.0...v6.3.0) This release fixes a wrong placement of tooltips if using Bootstrap >= 5.3. The fixes causes a slightly to high padding of tooltips if using Bootstrap < 5.3. It is recommended to upgrade Bootstrap to >= 5.3 at the same time. ##### :rocket: Enhancement - [#​2108](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2108) Convert BsSpinner to TypeScript ([@​Baltazore](https://togithub.com/Baltazore)) ##### :bug: Bug Fix - [#​2119](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2119) Fix tooltip offset when using Bootstrap >= 5.3 ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### :house: Internal - [#​2113](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2113) Drop unused argument [@​ariaRole](https://togithub.com/ariaRole) from ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 3 - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Kirill Shaplyko ([@​Baltazore](https://togithub.com/Baltazore)) - Sander Knauff ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ### [`v6.2.0`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.2.0): Release 6.2.0 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.1.0...v6.2.0) We started converting Ember Bootstrap to TypeScript and shipping types for Glint. The types are work in progress. They are neither complete nor considered stable. Nevertheless, we appreiate early adopters testing them out and providing feedback. A template registry for Glint can be imported from `ember-bootstrap/template-registry`. The template registry currently covers ``, ``, and ``. Help converting the remaining components to TypeScript and publishing types for them is highly appreciated. Please find details in the [TypeScript tracking issue](https://togithub.com/ember-bootstrap/ember-bootstrap/issues/2053) on GitHub and feel free reaching out to us in `#e-bootstrap` channel on Ember Discord. Additionally, we welcome [@​SanderKnauff](https://togithub.com/SanderKnauff) as a new maintainer of Ember Bootstrap. ##### :rocket: Enhancement - [#​2091](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2091) Deprecate `importBootstrapCSS`, remove `importBootstrapTheme` and `importBootstrapFont` ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2099](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2099) Convert BsLinkTo to TypeScript ([@​jelhan](https://togithub.com/jelhan)) - [#​2095](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2095) Convert BsCollapse to TypeScript ([@​jelhan](https://togithub.com/jelhan)) - [#​2093](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2093) Convert BsButton to TypeScript ([@​simonihmig](https://togithub.com/simonihmig)) - [#​2083](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2083) Deprecate inserting wormhole target ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2068](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2068) Support ember-style-modifier v4 ([@​jelhan](https://togithub.com/jelhan)) - [#​2065](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2065) Clean-up unused custom CSS ([@​jelhan](https://togithub.com/jelhan)) - [#​2055](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2055) Drop RSVP dependency ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2052](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2052) Remove unused dependency on ember-decorators ([@​jelhan](https://togithub.com/jelhan)) - [#​2049](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2049) Drop component subclassing deprecation ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### :bug: Bug Fix - [#​2100](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2100) Fix click events inside `bs-dropdown`s not activating ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2077](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2077) Fix several issues with BsCarousel component ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2048](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2048) Add bs-collapse to the include list of bs-navbar ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### :memo: Documentation - [#​2083](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2083) Deprecate inserting wormhole target ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2050](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2050) Remove browserstack from README.md ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### :house: Internal - [#​2094](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2094) Resolve remaining lint warnings in docs app ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2097](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2097) Run Safari tests after basic tests ([@​simonihmig](https://togithub.com/simonihmig)) - [#​2096](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2096) Add initial typescript configuration to test-app project ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2092](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2092) Add initial typescript configuration to addon project ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2073](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2073) Convert to monorepo ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2062](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2062) Resolve ESLint warnings in test app ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2061](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2061) Add [@​sanderknauff](https://togithub.com/sanderknauff) as maintainer ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2054](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2054) Use [@​cached](https://togithub.com/cached) decorator from [@​glimmer/tracking](https://togithub.com/glimmer/tracking) rather than 3rd party library ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 3 - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Sander Knauff ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - Simon Ihmig ([@​simonihmig](https://togithub.com/simonihmig)) ### [`v6.1.0`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.1.0): Release 6.1.0 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.0.1...v6.1.0) This is primarily a maintenance release modernizing the code. It refactors remaining components to `@glimmer/component`, drops remaining observers, and refactors away from remaining computed properties usage. Thanks a lot to [@​SanderKnauff](https://togithub.com/SanderKnauff) for doing most of the hard work. Additionally it includes a bug fix for using a dropdown within a navbar on small screen sizes. ##### Features - [#​2038](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2038) Refactor bs-carousel and related components to Glimmer components ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2034](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2034) Refactor bs-tab and related components to Glimmer component ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2031](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2031) Refactor bs-dropdown and related components to Glimmer component ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2030](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2030) Refactor bs-progress and bs-progress/bar to Glimmer components ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2025](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2025) Refactor BsNavbar, BsNavbar::Content and BSNavbar::Toggle to Glimmer components ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2020](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2020) Refactor BsNav to Glimmer component ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### Bug Fixes - [#​2040](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2040) Drop .active and .disabled CSS classes from .nav-item only expected for BS3 ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​1946](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/1946) bs-dropdown dynamic positioning should not be used when in a navbar ([@​craigteegarden](https://togithub.com/craigteegarden)) - [#​2027](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2027) Refactor bs-alert to remove [@​localCopy](https://togithub.com/localCopy) and avoid mutation after consumption error in Ember canary ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### Internal - [#​2041](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2041) Run tests on Safari in CI (again) ([@​SanderKnauff](https://togithub.com/SanderKnauff)) - [#​2047](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2047) remove unused mixins for component parent <-> child relationship ([@​jelhan](https://togithub.com/jelhan)) - [#​2044](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2044) remove unused computed property utils ([@​jelhan](https://togithub.com/jelhan)) - [#​2042](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2042) refactor from computed property to glimmer tracking caching ([@​jelhan](https://togithub.com/jelhan)) - [#​2028](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2028) Migrate project to pnpm ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ##### Committers: 3 - Craig Teegarden ([@​craigteegarden](https://togithub.com/craigteegarden)) - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) - Sander Knauff ([@​SanderKnauff](https://togithub.com/SanderKnauff)) ### [`v6.0.1`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.0.1): Release 6.0.1 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v6.0.0...v6.0.1) ##### Documentation - [#​2018](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2018) fix broken readme due to merge conflicts ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 1 - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan)) ### [`v6.0.0`](https://togithub.com/ember-bootstrap/ember-bootstrap/releases/tag/v6.0.0): Release 6.0.0 [Compare Source](https://togithub.com/ember-bootstrap/ember-bootstrap/compare/v5.1.1...v6.0.0) ##### :boom: Breaking Change - [#​2008](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2008) drop support for Ember classic (optional features) ([@​jelhan](https://togithub.com/jelhan)) - [#​1996](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/1996) drop support for Ember < 4.8 ([@​jelhan](https://togithub.com/jelhan)) ##### Features - [#​2011](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2011) ember-unique-id-helper-polyfill is not needed anymove ([@​jelhan](https://togithub.com/jelhan)) - [#​2001](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2001) improve wording of error message for removed whitelist / blacklist option ([@​jelhan](https://togithub.com/jelhan)) ##### Bug Fixes - [#​1997](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/1997) do not require Bootstrap dep unless importing it through this addon ([@​jelhan](https://togithub.com/jelhan)) ##### Documentation - [#​2016](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2016) Fix outdated repository URLs in package.json ([@​jelhan](https://togithub.com/jelhan)) ##### Internal - [#​2017](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2017) Drop dependency resolution overwrite not needed anymore ([@​jelhan](https://togithub.com/jelhan)) - [#​2015](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2015) migrate to actievely maintained lerna-changelog release-it plugin ([@​jelhan](https://togithub.com/jelhan)) - [#​2010](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2010) upgrade addon with Ember CLI v4.12 blueprints ([@​jelhan](https://togithub.com/jelhan)) - [#​2009](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2009) upgrade docs app with Ember CLI 4.12 blueprints ([@​jelhan](https://togithub.com/jelhan)) - [#​2003](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2003) upgrade docs app to Ember 4.12 ([@​jelhan](https://togithub.com/jelhan)) - [#​2004](https://togithub.com/ember-bootstrap/ember-bootstrap/pull/2004) use Prettier for Glimmer templates ([@​jelhan](https://togithub.com/jelhan)) ##### Committers: 1 - Jeldrik Hanschke ([@​jelhan](https://togithub.com/jelhan))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 6 months ago

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
Type Error: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23359:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23422:11)
    at async Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23606:22)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23660:20)
    at async BinaryCommand.validateAndExecute (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:21164:22)
    at async _Cli.run (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22139:18)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.26.0/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:24371:12)
renovate[bot] commented 3 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: yarn.lock
/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22161
  const isURL = URL.canParse(range);
                    ^

TypeError: URL.canParse is not a function
    at parseSpec (/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22161:21)
    at loadSpec (/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22223:11)
    at async Engine.findProjectSpec (/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22394:22)
    at async Engine.executePackageManagerRequest (/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:22446:24)
    at async Object.runMain (/opt/containerbase/tools/corepack/0.29.2/18.14.2/node_modules/corepack/dist/lib/corepack.cjs:23136:5)

Node.js v18.14.2