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 minor dependencies (minor) #35

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@ember/optional-features ^2.0.0 -> ^2.1.0 age adoption passing confidence
@ember/render-modifiers ^2.0.5 -> ^2.1.0 age adoption passing confidence
@ember/string ^3.0.1 -> ^3.1.1 age adoption passing confidence
ember-auto-import (source) ^2.6.1 -> ^2.7.2 age adoption passing confidence
ember-cli-code-coverage (source) ^2.0.0 -> ^2.1.2 age adoption passing confidence
ember-cli-htmlbars ^6.2.0 -> ^6.3.0 age adoption passing confidence
ember-resolver ^10.0.0 -> ^10.1.1 age adoption passing confidence
ember-source (source) ~4.11.0 -> ~4.12.4 age adoption passing confidence
ember-template-lint ^5.6.0 -> ^5.13.0 age adoption passing confidence
eslint-config-prettier ^8.6.0 -> ^8.10.0 age adoption passing confidence
eslint-plugin-ember ^11.4.7 -> ^11.12.0 age adoption passing confidence
eslint-plugin-n ^15.6.1 -> ^15.7.0 age adoption passing confidence
pretty-quick ^3.1.3 -> ^3.3.1 age adoption passing confidence
qunit (source) ^2.19.4 -> ^2.20.1 age adoption passing confidence
tracked-built-ins ^3.1.1 -> ^3.3.0 age adoption passing confidence
webpack ^5.75.0 -> ^5.91.0 age adoption passing confidence

cc @tzellman


Release Notes

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

v2.1.0

Compare Source

emberjs/ember-render-modifiers (@​ember/render-modifiers)

v2.1.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 3
emberjs/ember-string (@​ember/string)

v3.1.1

Compare Source

🐛 Bug Fix
Committers: 1

v3.1.0

Compare Source

🚀 Enhancement
🏠 Internal
Committers: 1
ef4/ember-auto-import (ember-auto-import)

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
kategengler/ember-cli-code-coverage (ember-cli-code-coverage)

v2.1.2: Release 2.1.2

Compare Source

🐛 Bug Fix
Committers: 1

v2.1.1: Release 2.1.1

Compare Source

🏠 Internal
Committers: 1

v2.1.0: Release 2.1.0

Compare Source

🚀 Enhancement
Committers: 1

v2.0.3: Release 2.0.3

Compare Source

🐛 Bug Fix
  • ember-cli-code-coverage
🏠 Internal
Committers: 2

v2.0.2: Release 2.0.2

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3
ember-cli/ember-cli-htmlbars (ember-cli-htmlbars)

v6.3.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2
ember-cli/ember-resolver (ember-resolver)

v10.1.1: Release 10.1.1

Compare Source

🐛 Bug Fix

🏠 Internal

Committers: 3

v10.1.0

Compare Source

🚀 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
ember-template-lint/ember-template-lint (ember-template-lint)

v5.13.0

Compare Source

🚀 Enhancement
Committers: 1

v5.12.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
📝 Documentation
Committers: 4

v5.11.2

Compare Source

🐛 Bug Fix
Committers: 2

v5.11.1

Compare Source

🐛 Bug Fix
Committers: 1

v5.11.0

Compare Source

🚀 Enhancement
Committers: 1

v5.10.3

Compare Source

🐛 Bug Fix
Committers: 1

v5.10.2

Compare Source

🐛 Bug Fix
🏠 Internal
Committers: 3

v5.10.1

Compare Source

🐛 Bug Fix
Committers: 3

v5.10.0

Compare Source

🚀 Enhancement
Committers: 1

v5.9.0

Compare Source

🚀 Enhancement
Committers: 1

v5.8.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 2

v5.7.3

Compare Source

🐛 Bug Fix
  • #​2339 Convert path to URL before import of config/plugin for Windows support (@​lifeart)
Committers: 1

v5.7.2

Compare Source

🐛 Bug Fix
Committers: 1
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!
ember-cli/eslint-plugin-ember (eslint-plugin-ember)

v11.12.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
  • #​2027 Allow ember-data type registry imports in use-ember-data-rfc-395-imports rule (@​wagenet)
Committers: 2

v11.11.1

Compare Source

🐛 Bug Fix
Committers: 1

v11.11.0

Compare Source

🚀 Enhancement
Committers: 1

v11.10.0

Compare Source

🚀 Enhancement
Committers: 1

v11.9.0

Compare Source

🚀 Enhancement
🏠 Internal
  • #​1898 [no-empty-glimmer-component-classes] Import the template tag value instead of hardcode (@​chrisrng)
Committers: 2

v11.8.0

Compare Source

🚀 Enhancement
Committers: 1

v11.7.2

Compare Source

🐛 Bug Fix
  • #​1876 Allow generic type in TypeScript class in no-empty-glimmer-component-classes rule (@​chrisrng)
Committers: 7

v11.7.1

Compare Source

🐛 Bug Fix
  • #​1870 Fix crash with default computed property import in no-unused-services rule (@​bmish)
  • #​1869 Avoid crash with inject decorator in no-restricted-service-injections rule (@​bmish)
  • #​1871 Avoid further decorator detection crashes in no-restricted-service-injections rule (@​bmish)
Committers: 1

v11.7.0

Compare Source

🚀 Enhancement
  • #​1865 Support autofix of numerical property access and ternary expressions in no-get rule (@​evanjehl)
🐛 Bug Fix
  • #​1866 Account for class only having template tag in no-empty-glimmer-component-classes rule (@​chrisrng)
Committers: 2

v11.6.0

Compare Source

🚀 Enhancement
🐛 Bug Fix
Committers: 1

v11.5.2

Compare Source

🐛 Bug Fix
  • #​1841 Fix a bug in autofixer and autofix additional cases with firstObject and lastObjectinno-get` rule (@​ArtixZ)
Committers: 1

v11.5.1

Compare Source

🐛 Bug Fix
Committers: 1

v11.5.0

Compare Source

🚀 Enhancement
Committers: 1

v11.4.9

Compare Source

🐛 Bug Fix
Committers: 1
eslint-community/eslint-plugin-n (eslint-plugin-n)

v15.7.0

Compare Source

prettier/pretty-quick (pretty-quick)

v3.3.1

Compare Source

Patch Changes

v3.3.0

Compare Source

Minor Changes
  • #​180 93924ab Thanks @​SukkaW! - refactor: replace chalk and multimatch with their lightweight and performant alternatives
Patch Changes

v3.2.1

Compare Source

Patch Changes

v3.2.0

Compare Source

Minor Changes

v3.1.4

Compare Source

Patch Changes
qunitjs/qunit (qunit)

v2.20.1

Compare Source

==================

Fixed
  • Core: Fix compatibility with sinon.useFakeTimers in IE 10 and IE 11. (Timmy Willison) #​1738
  • Core: Fix hanging assert.async() after assert.timeout(). (Timo Tijhof) #​1705

v2.20.0

Compare Source

==================

Added
  • Core: Add QUnit.reporters.perf. (Timo Tijhof) #​1714
Changed
  • Assert: Add type check for assert.async() parameter. (Zixin Yin) #​1721
  • HTML Reporter: Remove units for 0 values in qunit.css. (Hareesh) #​1715
Fixed
  • Core: Faster inArray by using Array.prototype.includes when possible. (Izel Nakri)
tracked-tools/tracked-built-ins (tracked-built-ins)

v3.3.0

Compare Source

🚀 Enhancement
  • #​408 Move Array#fill to "write then read" methods so the template correctly updates (@​locks)
📝 Documentation
🏠 Internal
Committers: 4
webpack/webpack (webpack)

v5.91.0

Compare Source

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks

v5.90.3

Compare Source

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Compare Source

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Compare Source

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Compare Source

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: webpack/webpack@v5.89.0...v5.90.0

v5.89.0

Compare Source

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2

v5.88.1

[Compare Source](https://to


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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the deps label Nov 5, 2021
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 064ebb1 to 8e3cd81 Compare November 15, 2021 22:05
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 6d8a8ab to d673796 Compare November 25, 2021 14:33
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from d673796 to 68e5dfa Compare December 4, 2021 16:33
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 1c7f4aa to 1b79785 Compare December 16, 2021 22:38
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 1b79785 to 679fa17 Compare March 7, 2022 16:11
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 679fa17 to ae1eff7 Compare March 26, 2022 14:21
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from ae1eff7 to a34d10a Compare April 25, 2022 02:55
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from a34d10a to 497f7d5 Compare May 15, 2022 19:06
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 497f7d5 to 269363d Compare June 18, 2022 22:05
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 269363d to e4141e9 Compare September 25, 2022 11:48
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) chore(deps): update minor dependencies (minor) - autoclosed Oct 4, 2022
@renovate renovate bot closed this Oct 4, 2022
@renovate renovate bot deleted the renovate/minor-dependencies branch October 4, 2022 15:29
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) - autoclosed chore(deps): update minor dependencies (minor) Oct 10, 2022
@renovate renovate bot restored the renovate/minor-dependencies branch October 10, 2022 05:09
@renovate renovate bot reopened this Oct 10, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from e4141e9 to df2fee8 Compare October 10, 2022 06:42
@renovate renovate bot changed the title chore(deps): update minor dependencies (minor) chore(deps): update dependency ember-template-lint to ^4.15.0 Oct 10, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from df2fee8 to 31c28e0 Compare October 17, 2022 19:17
@renovate renovate bot changed the title chore(deps): update dependency ember-template-lint to ^4.15.0 chore(deps): update minor dependencies (minor) Oct 17, 2022
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from c114b24 to 4334cb7 Compare October 18, 2022 20:16
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 3 times, most recently from 6c847b1 to dc3e1dd Compare November 2, 2022 16:20
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from dc3e1dd to 8c7804e Compare November 3, 2022 15:48
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 9bdf35b to 99e0723 Compare August 3, 2023 08:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 7e78bd3 to bedd719 Compare August 12, 2023 09:31
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from f5fa02c to 04c101d Compare August 22, 2023 13:03
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from a32513b to d56028a Compare September 24, 2023 00:49
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from d56028a to bdb91e4 Compare October 13, 2023 22:45
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from bdb91e4 to daf3244 Compare November 4, 2023 22:53
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from c6d8c21 to 0c1edd4 Compare November 24, 2023 18:39
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 2 times, most recently from 34e596b to 18cf51c Compare December 13, 2023 20:04
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 18cf51c to 4a563f1 Compare December 23, 2023 04:19
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 5 times, most recently from 2d8096b to f108b02 Compare January 23, 2024 01:31
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from f108b02 to 290f0f0 Compare January 24, 2024 17:09
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 290f0f0 to 1d327b7 Compare February 1, 2024 17:36
@renovate renovate bot force-pushed the renovate/minor-dependencies branch 4 times, most recently from b797fae to 0c5047f Compare February 21, 2024 16:29
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 0c5047f to 6ebdb7c Compare February 22, 2024 16:09
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 6ebdb7c to 1c9e3b5 Compare March 20, 2024 16:59
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 1c9e3b5 to 7c56ccf Compare March 25, 2024 15:03
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.

None yet

0 participants