Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

fix(deps): update all non-major dependencies#60

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch
Open

fix(deps): update all non-major dependencies#60
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Jan 31, 2021

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@types/webpack-env (source) 1.16.01.18.8 age confidence
core-js (source) 3.8.33.48.0 age confidence
sass 1.32.51.97.3 age confidence
sass-loader 10.1.110.5.2 age confidence
string-replace-loader 3.0.13.3.0 age confidence
typescript (source) 4.1.34.9.5 age confidence
vue (source) 2.6.142.7.16 age confidence
vue-skycon 1.0.41.1.0 age confidence
vue-template-compiler (source) 2.6.142.7.16 age confidence

Release Notes

zloirock/core-js (core-js)

v3.48.0

Compare Source

  • Changes v3.47.0...v3.48.0 (126 commits)
  • Map upsert proposal:
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
    • Moved to stable ES, January 2026 TC39 meeting
    • Added es. namespace modules, /es/ and /stable/ namespaces entries
  • Use CreateDataProperty / CreateDataPropertyOrThrow in some missed cases, #​1497
  • Minor fix / optimization in the RegExp constructor (NCG and dotAll) polyfill
  • Added some more workarounds for a Safari < 13 bug with silent ignore of non-writable array .length
  • Added detection of a Webkit bug: Iterator.prototype.flatMap throws on iterator without return method
  • Added detection of a V8 ~ Chromium < 144 bug: Uint8Array.prototype.setFromHex throws an error on length-tracking views over ResizableArrayBuffer
  • Compat data improvements:

v3.47.0

Compare Source

v3.46.0

Compare Source

v3.45.1

Compare Source

  • Changes v3.45.0...v3.45.1 (30 commits)
  • Fixed a conflict of native methods from Map upsert proposal with polyfilled methods in the pure version
  • Added bugs fields to package.json of all packages
  • Compat data improvements:
    • Map upsert proposal features marked as shipped from Bun 1.2.20
    • Added Samsung Internet 29 compat data mapping
    • Added Electron 39 compat data mapping

v3.45.0

Compare Source

v3.44.0

Compare Source

v3.43.0

Compare Source

  • Changes v3.42.0...v3.43.0 (139 commits)
  • Explicit Resource Management proposals:
    • Built-ins:
      • Symbol.dispose
      • Symbol.asyncDispose
      • SuppressedError
      • DisposableStack
        • DisposableStack.prototype.dispose
        • DisposableStack.prototype.use
        • DisposableStack.prototype.adopt
        • DisposableStack.prototype.defer
        • DisposableStack.prototype.move
        • DisposableStack.prototype[@&#8203;@&#8203;dispose]
      • AsyncDisposableStack
        • AsyncDisposableStack.prototype.disposeAsync
        • AsyncDisposableStack.prototype.use
        • AsyncDisposableStack.prototype.adopt
        • AsyncDisposableStack.prototype.defer
        • AsyncDisposableStack.prototype.move
        • AsyncDisposableStack.prototype[@&#8203;@&#8203;asyncDispose]
      • Iterator.prototype[@&#8203;@&#8203;dispose]
      • AsyncIterator.prototype[@&#8203;@&#8203;asyncDispose]
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Array.fromAsync proposal:
    • Built-ins:
      • Array.fromAsync
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Error.isError proposal:
    • Built-ins:
      • Error.isError
    • Moved to stable ES, May 2025 TC39 meeting
    • Added es. namespace module, /es/ and /stable/ namespaces entries
  • Added Joint iteration stage 2.7 proposal:
    • Added built-ins:
      • Iterator.zip
      • Iterator.zipKeyed
  • Added Iterator chunking stage 2 proposal:
    • Added built-ins:
      • Iterator.prototype.chunks
      • Iterator.prototype.windows
  • Number.prototype.clamp proposal:
  • Always check regular expression flags by flags getter PR. Native methods are not fixed, only own implementation updated for:
    • RegExp.prototype[@&#8203;@&#8203;match]
    • RegExp.prototype[@&#8203;@&#8203;replace]
  • Improved handling of RegExp flags in polyfills of some methods in engines without proper support of RegExp.prototype.flags and without polyfill of this getter
  • Added feature detection for a WebKit bug that occurs when this is updated while Set.prototype.difference is being executed
  • Added feature detection for a WebKit bug that occurs when iterator record of a set-like object isn't called before cloning this in the following methods:
    • Set.prototype.symmetricDifference
    • Set.prototype.union
  • Added feature detection for a bug in V8 ~ Chromium < 126. Following methods should throw an error on invalid iterator:
    • Iterator.prototype.drop
    • Iterator.prototype.filter
    • Iterator.prototype.flatMap
    • Iterator.prototype.map
  • Added feature detection for a WebKit bug: incorrect exception thrown by Iterator.from when underlying iterator's return method is null
  • Added feature detection for a FF bug: incorrect exception thrown by Array.prototype.with when index coercion fails
  • Added feature detection for a WebKit bug: TypedArray.prototype.with should truncate negative fractional index to zero, but instead throws an error
  • Worked around a bug of many different tools (example) with incorrect transforming and breaking JS syntax on getting a method from a number literal
  • Fixed deoptimization of the Promise polyfill in the pure version
  • Added some missed dependencies to /iterator/flat-map entries
  • Some other minor fixes and improvements
  • Compat data improvements:
    • Added Deno 2.3 and Deno 2.3.2 compat data mapping
    • Updated Electron 37 compat data mapping
    • Added Opera Android 90 compat data mapping
    • Error.isError marked not supported in Node because of a bug
    • Set.prototype.difference marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Set.prototype.{ symmetricDifference, union } marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterator.from marked as not supported in Safari and supported only from Bun 1.2.5 because of a bug
    • Iterators closing on early errors in Iterator helpers marked as implemented from FF141
    • Array.prototype.with marked as supported only from FF140 because it throws an incorrect exception when index coercion fails
    • TypedArray.prototype.with marked as unsupported in Bun and Safari because it should truncate negative fractional index to zero, but instead throws an error
    • DisposableStack and AsyncDisposableStack marked as shipped in FF141 (SuppressedError has a bug)
    • AsyncDisposableStack bugs marked as fixed in Deno 2.3.2
    • SuppressedError bugs (extra arguments support and arity) marked as fixed in Bun 1.2.15

v3.42.0

Compare Source

  • Changes v3.41.0...v3.42.0 (142 commits)
  • Map upsert proposal:
    • Moved to stage 2.7, April 2025 TC39 meeting
    • Validation order of WeakMap.prototype.getOrInsertComputed updated following tc39/proposal-upsert#79
    • Built-ins:
      • Map.prototype.getOrInsert
      • Map.prototype.getOrInsertComputed
      • WeakMap.prototype.getOrInsert
      • WeakMap.prototype.getOrInsertComputed
  • Don't call well-known Symbol methods for RegExp on primitive values following tc39/ecma262#3009:
    • For avoid performance regression, temporarily, only in own core-js implementations
    • Built-ins:
      • String.prototype.matchAll
      • String.prototype.match
      • String.prototype.replaceAll
      • String.prototype.replace
      • String.prototype.search
      • String.prototype.split
  • Added workaround for the Uint8Array.prototype.setFromBase64 bug in some of Linux builds of WebKit
  • Implemented early-error iterator closing following tc39/ecma262#3467, including fix of a WebKit bug, in the following methods:
    • Iterator.prototype.drop
    • Iterator.prototype.every
    • Iterator.prototype.filter
    • Iterator.prototype.find
    • Iterator.prototype.flatMap
    • Iterator.prototype.forEach
    • Iterator.prototype.map
    • Iterator.prototype.reduce
    • Iterator.prototype.some
    • Iterator.prototype.take
  • Fixed missing forced replacement of AsyncIterator helpers
  • Added closing of sync iterator when async wrapper yields a rejection following tc39/ecma262#2600. Affected methods:
  • Added detection for throwing on undefined initial parameter in Iterator.prototype.reduce (see WebKit bug)
  • core-js-compat and core-js-builder API:
    • Added 'intersect' support for targets.esmodules (Babel 7 behavior)
    • Fixed handling of targets.esmodules: true (Babel 7 behavior)
  • Compat data improvements:

v3.41.0

Compare Source

v3.40.0

Compare Source

v3.39.0

Compare Source

v3.38.1

Compare Source

v3.38.0

Compare Source

v3.37.1

Compare Source

v3.37.0

Compare Source

v3.36.1

Compare Source

v3.36.0

Compare Source


Configuration

📅 Schedule: Branch creation - Monday through Friday ( * * * * 1-5 ) in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 dependencies Pull requests that update a dependency file minor Pull requests that update a minor or patch version labels Jan 31, 2021
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 358ca6a to 6ebe6cb Compare February 2, 2021 01:23
@renovate renovate Bot changed the title Update dependency eslint to v7.19.0 Update ESLint and Prettier Feb 2, 2021
@github-actions

github-actions Bot commented Feb 2, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6ebe6cb to 916c81e Compare February 4, 2021 07:19
@renovate renovate Bot changed the title Update ESLint and Prettier Update all non-major dependencies Feb 4, 2021
@github-actions

github-actions Bot commented Feb 4, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 916c81e to fc71810 Compare February 9, 2021 19:16
@github-actions

github-actions Bot commented Feb 9, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from fc71810 to 5d7e266 Compare February 10, 2021 02:16
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5d7e266 to 9ddd008 Compare February 10, 2021 21:43
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 9ddd008 to 815fa6c Compare February 12, 2021 13:42
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 815fa6c to 1f143a7 Compare February 12, 2021 14:29
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1f143a7 to a1acdaa Compare February 13, 2021 00:34
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a1acdaa to b7cc29c Compare February 14, 2021 20:53
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from b7cc29c to 07d6ec6 Compare February 18, 2021 18:33
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 07d6ec6 to 5df8fa1 Compare February 18, 2021 22:25
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 5df8fa1 to 03bf1f3 Compare February 19, 2021 03:48
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 8a023e6 to f429d35 Compare June 6, 2021 21:46
@github-actions

github-actions Bot commented Jun 6, 2021

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f429d35 to d107023 Compare October 18, 2021 19:43
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d107023 to 7598e13 Compare March 7, 2022 15:40
@github-actions

github-actions Bot commented Mar 7, 2022

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 7598e13 to 585bfc4 Compare March 26, 2022 12:51
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 585bfc4 to 6d8326b Compare April 24, 2022 18:31
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6d8326b to 6ff2d37 Compare May 24, 2022 15:56
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6ff2d37 to ab85a91 Compare May 24, 2022 21:13
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ab85a91 to d760339 Compare June 1, 2022 19:19
@github-actions

github-actions Bot commented Jun 1, 2022

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d760339 to 6434c1d Compare June 3, 2022 04:40
@github-actions

github-actions Bot commented Jun 3, 2022

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 6434c1d to f036e24 Compare June 3, 2022 23:08
@github-actions

github-actions Bot commented Jun 3, 2022

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f036e24 to ac3d54a Compare June 9, 2022 02:58
@github-actions

github-actions Bot commented Jun 9, 2022

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from ac3d54a to f59585d Compare June 13, 2022 22:23
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f59585d to 15e63ba Compare June 14, 2022 17:19
@github-actions

Copy link
Copy Markdown

@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 0c52b3d to 71ae51f Compare June 22, 2022 19:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file minor Pull requests that update a minor or patch version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant