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) #71

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 6, 2022

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-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-resolver ^8.0.3 -> ^8.1.0 age adoption passing confidence
ember-source (source) ~4.1.0 -> ~4.12.4 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
tailwindcss (source) ^3.0.15 -> ^3.4.17 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
adopted-ember-addons/ember-cli-dependency-checker (ember-cli-dependency-checker)

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

ember-cli/ember-cli-htmlbars (ember-cli-htmlbars)

v6.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v6.2.0

Compare Source

🚀 Enhancement
Committers: 1

v6.1.1

Compare Source

🐛 Bug Fix
  • #​755 Fix template compilation in addons on ember-cli < 3.13. This was a regression in 6.1.0. (@​mansona)
Committers: 1

v6.1.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 3
ember-cli/ember-resolver (ember-resolver)

v8.1.0

Compare Source

Back-ports built-in TypeScript support from 9.0.0 (see below) to decouple that from the Ember 4.x upgrade.

🚀 Enhancement
Committers: 1
emberjs/ember.js (ember-source)

v4.12.4

Compare Source

  • #​20595 [BUGFIX] Blueprints: An addon re-export should always be a JavaScript file

v4.12.3

Compare Source

  • #​20493 [BUGFIX] Backport more types fixes

v4.12.2

Compare Source

  • #​20481 [BUGFIX] Backport some stable type import locations

v4.12.1

Compare Source

  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.12.0

Compare Source

  • #​20352 [FEATURE] Enable generating Typescript blueprints when isTypeScriptProject is true without additional environment variables per RFC #​800.
  • #​20355 [FEATURE] Enhance the Typescript blueprint for generated services per RFC #​800.
  • #​20356 [FEATURE] Generate signature in Typescript component blueprints per RFC #​800.
  • #​20388 [BUGFIX] Don't run getters while applying mixins
  • #​20398 [BUGFIX] Fix runloop types on TS 5.0+
  • #​20385 [BUGFIX] Improve error for owner methods called after destroy

v4.11.0

Compare Source

  • #​20288 [FEATURE] Stable types for @ember/owner
  • #​20323 [FEATURE] Introduce stable types for @ember/error
  • #​20361 [BUGFIX] Support a router.ts file when generating routes
  • #​20373 / #​20374 [BUGFIX] Make the type for SafeString public
  • #​20345 [CLEANUP] Remove flags for released features
  • #​20285 Update to TS v4.9

v4.10.0

Compare Source

v4.9.3

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.9.2

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.9.1

Compare Source

  • #​20284 [BUGFIX] remove incorrect types for deprecation functions

v4.9.0

Compare Source

  • #​20274 [BUGFIX] Add some missing types to preview types
  • #​20256 [BUGFIX] Correct types for Ember Arrays
  • #​20257 [BUGFIX] Fix types for getOwner and GlimmerComponent
  • #​20233 [BUGFIX] Include package name in deprecation error message
  • #​20235 [BUGFIX] Update @types/node for TS 4.9 issue
  • #​20238 [BUGFIX] Update Node.js versions to match support policy
  • #​20227 [BUGFIX] Fix unsafe internal cast for NativeArray
  • #​20228 [BUGFIX] Remove type export for ControllerMixin
  • #​20203 / #​20204 [FEATURE] Preview types: Update to Typescript 4.8

v4.8.6

Compare Source

  • #​20461 [BUGFIX] Fix cyclic module crash with engines and fastboot.

v4.8.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.8.4

Compare Source

  • #​20321 [BUGFIX] ContainerDebugAdapter extends EmberObject

v4.8.3

Compare Source

  • #​20296 Controller queryParams should support readonly arrays
  • #​20318 Backport Resolver to preview types

v4.8.2

Compare Source

  • #​20244 Add missing type for getComponentTemplate to preview types

v4.8.1

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and setProperties

v4.8.0

Compare Source

  • #​20180 [FEATURE] Publish an opt-in preview of public types for Ember
  • #​20166 [BUGFIX] Upgrade router_js to fix Linked list of RouteInfos contains undefined object

v4.7.1

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.7.0

Compare Source

  • #​20126 [BUGFIX] Replace Firefox detection that used a deprecated browser API

v4.6.0

Compare Source

  • #​20125 [BUGFIX] Replace deprecated substr() method with substring() method.

v4.5.1

Compare Source

  • #​20120 [BUGFIX] Adjust uniqueId() implementation to only generate valid selectors.

v4.5.0

Compare Source

v4.4.5

Compare Source

  • #​20388 [BUGFIX] Don't run getters while applying mixins

v4.4.4

Compare Source

  • CVE pending Fix a prototype pollution vulnerability in set and `setProperties

v4.4.3

Compare Source

  • #​20166 [BUGFIX] Fix missing RouteInfo entries

v4.4.2

Compare Source

  • #​20114 [BUGFIX] Fix generated import paths for test setup functions in addons

v4.4.1

Compare Source

  • #​20082 [BUGFIX] Fix blueprints publication

v4.4.0

Compare Source

v4.3.0

Compare Source

  • #​20025 [BUGFIX] Fix a memory leak in the Router Service class
  • #​19971 [BUGFIX] Don't serialize default Query Params on RouterService
  • #​20024 [BUGFIX] Correctly associate props with factory and owner in FactoryManager

v4.2.0

Compare Source

  • #​19878 [BUGFIX] Allow class-based helpers to work in strict-mode.
prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!

v8.5.0

Compare Source

v8.4.0

Compare Source

ember-cli/eslint-plugin-ember (eslint-plugin-ember)

v10.6.1

Compare Source

🐛 Bug Fix
Committers: 1

v10.6.0

Compare Source

🚀 Enhancement
Committers: 1

v10.5.9

Compare Source

🐛 Bug Fix
📝 Documentation
🏠 Internal
Committers: 3
prettier/eslint-plugin-prettier (eslint-plugin-prettier)

v4.2.1

Compare Source

Patch Changes

v4.2.0

Compare Source

Minor Changes

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 Jan 6, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from dd73f4e to b37fc36 Compare January 12, 2022 09:21
@renovate renovate bot changed the title chore(deps): update dependency ember-template-lint to ^3.16.0 chore(deps): update minor dependencies (minor) Jan 12, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from b37fc36 to 6b1d04a Compare January 15, 2022 08:09
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) fix(deps): update minor dependencies (minor) Jan 15, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 3125386 to af696e7 Compare January 21, 2022 05:34
@renovate renovate bot changed the title fix(deps): update minor dependencies (minor) fix(deps): update minor dependencies (minor) - autoclosed Jan 21, 2022
@renovate renovate bot closed this Jan 21, 2022
@renovate renovate bot deleted the renovate/minor-dependencies branch January 21, 2022 08:48
@renovate renovate bot changed the title fix(deps): update minor dependencies (minor) - autoclosed fix(deps): update minor dependencies (minor) Jan 21, 2022
@renovate renovate bot reopened this Jan 21, 2022
@renovate renovate bot restored the renovate/minor-dependencies branch January 21, 2022 18:32
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from af696e7 to 527c46a Compare January 21, 2022 18:34
@renovate renovate bot changed the title fix(deps): update minor dependencies (minor) chore(deps): update dependency webpack to ^5.67.0 Jan 21, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 527c46a to ae4213b Compare March 7, 2022 07:43
@renovate renovate bot changed the title chore(deps): update dependency webpack to ^5.67.0 chore(deps): update minor dependencies (minor) Mar 7, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from dcb0d49 to 737de82 Compare March 21, 2022 20:50
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 737de82 to 501f0f7 Compare March 26, 2022 12:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 501f0f7 to 92a997e Compare April 24, 2022 18:41
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 92a997e to 0e910fe Compare May 15, 2022 19:53
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from c818a32 to 9c2c708 Compare June 23, 2022 20:41
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 9c2c708 to f47003b Compare September 25, 2022 13:15
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from f47003b to 73c47d4 Compare November 20, 2022 11:47
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from dd509fd to 604971f Compare March 24, 2023 13:30
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 604971f to 563d3d0 Compare March 29, 2023 23:38
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 5e5fabb to 62729b9 Compare July 20, 2024 04:12
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 62729b9 to 7f3ca5a Compare July 25, 2024 15:32
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 02a5c04 to 508ece6 Compare August 13, 2024 22:59
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 64d2a47 to e615ea3 Compare August 22, 2024 13:58
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from c331ed2 to 661c12d Compare September 17, 2024 15:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 754cf72 to 112dff7 Compare September 25, 2024 16:25
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 112dff7 to d1fbcca Compare October 15, 2024 11:57
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from c6a3d40 to 16e71ef Compare November 1, 2024 23:43
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 16e71ef to 485e599 Compare November 5, 2024 14:40
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 41c4652 to 71790af Compare November 14, 2024 22:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 5 times, most recently from eccaa67 to 480beaf Compare December 6, 2024 22:09
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) fix(deps): update minor dependencies (minor) Dec 10, 2024
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 480beaf to e800f70 Compare December 17, 2024 21:33
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