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

fix(deps): update minor dependencies (minor) #15

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 18, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/optional-features ^2.0.0 -> ^2.2.0 age adoption passing confidence
@ember/test-helpers ^2.6.0 -> ^2.9.4 age adoption passing confidence
ember-auto-import (source) ^2.4.0 -> ^2.10.0 age adoption passing confidence
ember-cli (source) ~4.1.0 -> ~4.12.3 age adoption passing confidence
ember-cli-dependency-checker ^3.2.0 -> ^3.3.3 age adoption passing confidence
ember-cli-htmlbars ^6.0.1 -> ^6.3.0 age adoption passing confidence
ember-concurrency ^2.2.0 -> ^2.3.7 age adoption passing confidence
ember-resolver ^8.0.3 -> ^8.1.0 age adoption passing confidence
ember-source (source) ^4.1.0 -> ^4.12.4 age adoption passing confidence
ember-template-lint ^4.0.0 -> ^4.18.2 age adoption passing confidence
eslint-config-prettier ^8.3.0 -> ^8.10.0 age adoption passing confidence
eslint-plugin-ember ^10.5.8 -> ^10.6.1 age adoption passing confidence
eslint-plugin-prettier ^4.0.0 -> ^4.2.1 age adoption passing confidence
eslint-plugin-qunit ^7.2.0 -> ^7.3.4 age adoption passing confidence
prettier (source) ^2.5.1 -> ^2.8.8 age adoption passing confidence
pretty-quick ^3.1.3 -> ^3.3.1 age adoption passing confidence
qunit (source) ^2.17.2 -> ^2.23.1 age adoption passing confidence
webpack ^5.66.0 -> ^5.97.1 age adoption passing confidence

cc @tzellman


Release Notes

emberjs/ember-optional-features (@​ember/optional-features)

v2.2.0

Compare Source

v2.1.0

Compare Source

emberjs/ember-test-helpers (@​ember/test-helpers)

v2.9.4: Release 2.9.4

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.3: Release 2.9.3

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.2: Release 2.9.2

Compare Source

🐛 Bug Fix
Committers: 1

v2.9.1: Release 2.9.1

Compare Source

Note: these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!

🐛 Bug Fix
  • Let ESLint have its way about docstring location (a8fac83)
  • DOC: API: add render helper examples (f476a20)
  • Tweak TS style for indexing multiple types (for getElement) (f01ad9f)
  • Use export type for RenderingTestContext (2dc5077)
  • Tweak TS style for indexing multiple types (3214483)
  • Address PR feedback (5e87a54)
  • DOC: API: add DOM query helper examples (83b7f5f)
  • Export type for Target (335019d)
  • Upgrade expect-type and fix issues the new version reveals (bae5e33)
  • Correctly handle special char keyCodes with Shift (d537923)
  • Add tab type test (64f40d5)
  • Generate documentation (939f29f)
  • Ensure types reflect optional-ness of tab options (95285cc)
  • Fix typesVersions config again (53fa899)
  • Clean up public-types after pack (b9dcbca)

v2.9.0: Release 2.9.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 5

v2.8.1: Release 2.8.1

Compare Source

🐛 Bug Fix
Committers: 1

v2.8.0: Release 2.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v2.7.0: Release 2.7.0

Compare Source

🚀 Enhancement
Committers: 1

v2.6.2: Release 2.6.2

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 4

v2.6.1

Compare Source

embroider-build/ember-auto-import (ember-auto-import)

v2.10.0

Compare Source

v2.9.0

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.6.3

Compare Source

  • BUGFIX: the babel-plugin-ember-template-compilation bugfix in the previous release was missing an explicit dependency declaration, so it didn't work 100% of the time. Fix by @​mansona.

v2.6.2

Compare Source

  • BUGFIX: automatically detect when our module shims need AMD dependencies. This eliminates the previous earlyBootSet manual workaround.
  • BUGFIX: use babel-plugin-ember-template-compilation on new-enough ember versions by @​candunaj
  • INTERNAL: update tests for latest ember canary
  • BUGFIX: Fix wrong detection of ember-source version for earlyBootSet by @​simonihmig

v2.6.1

Compare Source

  • BUGFIX: earlyBootSet now defaults to empty, because it was causing problems for some apps. If you need it you need to turn it on explicitly. @​NullVoxPopuli 568

v2.6.0

Compare Source

  • ENHANCEMENT: new option earlyBootSet allows you to work around compatibility problems between classic addons and v2 addons by @​NullVoxPopuli 553

v2.5.0

Compare Source

v2.4.3

Compare Source

  • BUGFIX: Move Dynamic Template Import error to runtime instead of a build error by @​mansona
  • BUGFIX: Respect v2 addon's explicit externals list
  • INTERNAL: add @​babel/core to app and addon test templates for compatibility with upcoming ember versions.
  • DOCS: Improve upgrade guide by @​pomm0
  • BUGFIX: windows path handling fix by @​void-mAlex
  • DOCS: Fix typo by @​berdeblock

v2.4.2

Compare Source

  • BUGFIX: prioritize the user's webpack devTool setting over the default provided by our forbidEval setting.

v2.4.1

Compare Source

  • BUGFIX: avoid unnecessary full page reloads
  • DOCS: clarify upgrade guide for addon by @​ctjhoa
  • BUGFIX: don't let broccoli-asset-rev mess with css chunks
  • INTERNALS: upgrade fs-extra and resolve-package-path by @​SergeAstapov
ember-cli/ember-cli (ember-cli)

v4.12.3

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.12.2: Release 4.12.2

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.12.1

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.12.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.11.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.10.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.9.2

Compare Source

Blueprint Changes
Changelog

v4.9.1

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.9.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.8.1: Release 4.8.1

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.8.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.7.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.6.0

Compare Source

Blueprint Changes
Changelog

Thank you to all who took the time to contribute!

v4.5.0

Compare Source

Blueprint Changes
Changelog

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.

👻 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 added the deps label Feb 18, 2021
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from c462a7a to 51186e4 Compare February 18, 2021 21:21
@renovate renovate bot changed the title chore(deps): update dependency ember-cli to ~3.25.0 chore(deps): update minor dependencies (minor) Feb 18, 2021
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 8 times, most recently from f590c52 to b6aa2bd Compare February 27, 2021 23:06
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 5733c4e to 7a51563 Compare March 7, 2021 21:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 7a51563 to 8f728c1 Compare March 8, 2021 11:33
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) fix(deps): update minor dependencies (minor) Mar 8, 2021
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from d74db7a to 5d0d91d Compare March 12, 2021 23:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 9 times, most recently from 39d02c8 to 581c4bc Compare March 24, 2021 03:35
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 3983250 to 6a706c7 Compare February 23, 2024 16:29
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6a706c7 to 88aa3b5 Compare March 22, 2024 16:52
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 88aa3b5 to 65b6c47 Compare April 28, 2024 22:29
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 3295504 to 4a9e397 Compare May 31, 2024 20:42
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 4a9e397 to 8ae7d55 Compare June 13, 2024 17:51
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 3045988 to fa87fea Compare June 27, 2024 10:37
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from fa87fea to 87fbc17 Compare July 13, 2024 22:25
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 87fbc17 to ada0543 Compare July 22, 2024 02:18
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from fd66c58 to 45e877b Compare August 24, 2024 14:32
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from b219126 to 5cdbdbc Compare September 22, 2024 19:40
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 5cdbdbc to 3fbb2c6 Compare September 27, 2024 16:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from 2153726 to 9da4940 Compare November 3, 2024 12:12
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 9da4940 to 0c7589f Compare November 7, 2024 17:29
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 0c7589f to f84ccf3 Compare November 15, 2024 22:30
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 5cb010b to 70ccfdf Compare December 7, 2024 15:07
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 70ccfdf to 5fece77 Compare December 8, 2024 21:42
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) fix(deps): update minor dependencies (minor) Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants