Skip to content
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

chore(deps): update testing dependencies (major) #1654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ember-cli-page-object (source) 1.17.7 -> 2.3.1 age adoption passing confidence
ember-qunit 4.6.0 -> 8.1.1 age adoption passing confidence
ember-qunit ^4.6.0 -> ^8.1.1 age adoption passing confidence
ember-try ^1.4.0 -> ^3.0.0 age adoption passing confidence
fractal-page-object 0.1.0 -> 1.0.0 age adoption passing confidence
qunit-dom 1.6.0 -> 3.4.0 age adoption passing confidence

Release Notes

san650/ember-cli-page-object (ember-cli-page-object)

v2.3.1

Compare Source

Community Contributions
🐛 Bug Fix
🏠 Internal

v2.3.0

Compare Source

Community Contributions
🚀 Enhancement

v2.2.3

Compare Source

Community Contributions
🐛 Bug Fix

v2.2.2

Compare Source

Community Contributions
🐛 Bug Fix

v2.2.1

Compare Source

Community Contributions
🐛 Bug Fix

v2.2.0

Compare Source

This release is focused on removing the majority of jQuery usages in the codebase in a backward-compatible way. The next step is to get rid of jQuery dependency in the finders space(#​567).

Community Contributions
🚀 Enhancement
🐛 Bug Fix
🏠 Internal

v2.1.3

Compare Source

Community Contributions
🐛 Bug Fix

v2.1.2

Compare Source

Community Contributions
🐛 Bug Fix
🏠 Internal

v2.1.1

Compare Source

Community Contributions
🐛 Bug Fix

v2.1.0

Compare Source

Community Contributions
🚀 Enhancement
🐛 Bug Fix
🏠 Internal

v2.0.0

Compare Source

In the update to "ember-cli-page-object" v2.x, we've cleaned up the codebase from legacy APIs and added support for modern ember versions(4+). Embroider is also supported now! Some APIs are removed to simplify internals and unlock the path forward for new features. In case of migration issues related to the tests codebase, please follow the v1.x deprecations guide.

We've also completely removed support for the old ember moduleFor flavored tests. If you have migrated to the "@​ember/test-helpers" already, it's unlikely you will need additional code changes, to perform upgrade to the v2.x of "ember-cli-page-object". However, if your codeabse still uses some async/await unaware page object actions, you may find the exlicit-async codemod helpful.

To support Embroider, we also had to upgrade to the "ember-auto-import@^2.0.0", which means that any consumer of this library should have "ember-auto-import@^2.0.0" installed. For upgrade instructions, please check "ember-auto-import" README.

Community Contributions
💥 Breaking change
🐛 Bug Fix
🏠 Internal
📝 Documentation
  • #​610 docs: add migration guide page

v1.17.12

Compare Source

Community Contributions

v1.17.11

Compare Source

Community Contributions

v1.17.10

Compare Source

This release contains several dependency upgrades and documentation fixes

Community Contributions

v1.17.9

Compare Source

This release fixes a regression introduced in v1.17.8, which broke jquery when using contains(

Community Contributions

v1.17.8

Compare Source

This release fixes a regression introduced in v1.17, when contains( stopped taking into account a hidden text. For more details see https://github.com/san650/ember-cli-page-object/issues/514#issuecomment-763913539

Community Contributions
emberjs/ember-qunit (ember-qunit)

v8.1.1: Release 8.1.1

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3

v8.1.0: Release 8.1.0

Compare Source

🚀 Enhancement
Committers: 1

v8.0.2: Release 8.0.2

Compare Source

🐛 Bug Fix
  • #​1140 Remove the "Disable linting" checkbox (@​nelstrom)
    • no supported version of ember-source / ember-cli has any overlap with the supported versions of libraries that utilized this capability
  • #​1137 Add 'types' to package.json#exports because newer typescript versions ignore the package.json#types entry when package.json#exports is present (@​NullVoxPopuli)
Committers: 2

v8.0.1: Release 8.0.1

Compare Source

🐛 Bug Fix
  • #​1137 Add 'types' to package.json#exports because newer typescript versions ignore the package.json#types entry when package.json#exports is present (@​NullVoxPopuli)
Committers: 1

v8.0.0: Release 8.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 2

v7.0.0: Release 7.0.0

Compare Source

💥 Breaking Change
🏠 Internal
Committers: 2

v6.2.0: Release 6.2.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 6

v6.1.1: Release 6.1.1

Compare Source

🐛 Bug Fix
Committers: 1

v6.1.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 4

v6.0.0: Release 6.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 3

v5.1.5: Release 5.1.5

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 5

v5.1.4: Release 5.1.4

Compare Source

🐛 Bug Fix
Committers: 2

v5.1.3: Release 5.1.3

Compare Source

🐛 Bug Fix
📝 Documentation
Committers: 4

v5.1.2: Release 5.1.2

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 4

v5.1.1: Release 5.1.1

Compare Source

🐛 Bug Fix
📝 Documentation
  • #​787 Clarified migration guide to v5.x when a project includes QUnit DOM (@​ijlee2)
Committers: 3

v5.1.0: Release 5.1.0

Compare Source

🚀 Enhancement
  • #​786 Improve testing container visuals (prevent scrolling during tests, keep testing container in a fixed location) (@​BryanCrotaz)
Committers: 1

v5.0.0

Compare Source

See the V4 to V5 migration guide.

💥 Breaking Change
🚀 Enhancement
📝 Documentation
🐛 Bug Fix
🏠 Internal
Committers: 4
ember-cli/ember-try (ember-try)

v3.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
📝 Documentation
🏠 Internal
Committers: 3

v2.0.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
🏠 Internal
Committers: 4
bendemboski/fractal-page-object (fractal-page-object)

v1.0.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1

v0.5.0: Release 0.5.0

Compare Source

🚀 Enhancement
Committers: 1

v0.4.1: Release 0.4.1

Compare Source

🐛 Bug Fix
Committers: 1

v0.4.0: Release 0.4.0

Compare Source

💥 Breaking Change
🚀 Enhancement
🐛 Bug Fix
Committers: 2

v0.3.0: Release 0.3.0

Compare Source

🚀 Enhancement
Committers: 1

v0.2.2: Release 0.2.2

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 2

v0.2.1: Release 0.2.1

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
🏠 Internal

Configuration

📅 Schedule: Branch creation - "after 9pm on sunday" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 9840f41 to 7424f8a Compare July 18, 2021 23:31
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 7424f8a to 08c93f8 Compare August 30, 2021 17:39
@renovate renovate bot changed the title chore(deps): update dependency ember-qunit to v5 chore(deps): update testing dependencies (major) Aug 30, 2021
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 08c93f8 to e2b1ac1 Compare October 6, 2021 22:52
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from e2b1ac1 to f19cc88 Compare November 4, 2021 20:07
@renovate renovate bot changed the title chore(deps): update testing dependencies (major) Update Testing Dependencies (major) Mar 26, 2022
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from f19cc88 to 624f371 Compare September 25, 2022 12:26
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 624f371 to 965cc30 Compare November 20, 2022 21:40
@renovate renovate bot changed the title Update Testing Dependencies (major) chore(deps): update testing dependencies (major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 965cc30 to ed37b73 Compare December 16, 2022 23:48
@renovate renovate bot changed the title chore(deps): update testing dependencies (major) Update Testing Dependencies (major) Dec 17, 2022
@renovate renovate bot changed the title Update Testing Dependencies (major) chore(deps): update testing dependencies (major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from ed37b73 to fd7488a Compare December 19, 2022 17:01
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from fd7488a to a82832f Compare March 25, 2023 00:13
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from a82832f to ebc808b Compare June 14, 2023 12:33
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from ebc808b to cf79c82 Compare August 2, 2023 22:26
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch 2 times, most recently from 02a3263 to 57b0b82 Compare August 23, 2023 15:07
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 57b0b82 to 7912513 Compare September 13, 2023 01:55
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch 2 times, most recently from 9f3b2f0 to a419b24 Compare October 15, 2023 22:18
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch 2 times, most recently from 46d6279 to 35f2736 Compare November 3, 2023 01:27
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 35f2736 to a597382 Compare January 28, 2024 21:05
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from a597382 to 3c8d664 Compare February 4, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 3c8d664 to 581d47e Compare February 11, 2024 22:55
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 581d47e to a9665ee Compare March 3, 2024 22:39
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from a9665ee to 15ad427 Compare March 24, 2024 22:11
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 15ad427 to 68dad43 Compare April 14, 2024 22:37
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 68dad43 to 5b619b6 Compare May 5, 2024 22:22
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 5b619b6 to 2c093b4 Compare June 16, 2024 22:19
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 2c093b4 to 8fbb944 Compare June 30, 2024 22:15
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 8fbb944 to a6eb36e Compare July 14, 2024 21:50
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from a6eb36e to 6c432cf Compare September 29, 2024 22:08
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 6c432cf to 6a62ab5 Compare October 6, 2024 22:50
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 6a62ab5 to f9e4d66 Compare November 3, 2024 21:44
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from f9e4d66 to 8144726 Compare November 17, 2024 21:43
@renovate renovate bot force-pushed the renovate/major-testing-dependencies branch from 8144726 to 6549d4f Compare December 8, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants