awesome-kotlin
awesome-kotlin copied to clipboard
Bump the all group across 1 directory with 16 updates
Bumps the all group with 16 updates in the /app-frontend directory:
| Package | From | To |
|---|---|---|
| core-js | 3.39.0 |
3.41.0 |
| react | 19.0.0 |
19.1.0 |
| @types/react | 19.0.2 |
19.0.12 |
| react-dom | 19.0.0 |
19.1.0 |
| @types/react-dom | 19.0.2 |
19.0.4 |
| react-router | 7.1.1 |
7.4.1 |
| react-router-dom | 7.1.1 |
7.4.1 |
| @types/node | 22.10.5 |
22.13.14 |
| autoprefixer | 10.4.20 |
10.4.21 |
| copy-webpack-plugin | 12.0.2 |
13.0.0 |
| less | 4.2.1 |
4.2.2 |
| postcss | 8.4.49 |
8.5.3 |
| ts-loader | 9.5.1 |
9.5.2 |
| typescript | 5.7.2 |
5.8.2 |
| webpack | 5.97.1 |
5.98.0 |
| webpack-dev-server | 5.2.0 |
5.2.1 |
Updates core-js from 3.39.0 to 3.41.0
Changelog
Sourced from core-js's changelog.
3.41.0 - 2025.03.01
- Changes v3.40.0...v3.41.0 (85 commits)
RegExp.escapeproposal:
- Built-ins:
RegExp.escape- Moved to stable ES, February 2025 TC39 meeting
- Added
es.namespace module,/es/and/stable/namespaces entriesFloat16proposal:
- Built-ins:
Math.f16roundDataView.prototype.getFloat16DataView.prototype.setFloat16- Moved to stable ES, February 2025 TC39 meeting
- Added
es.namespace modules,/es/and/stable/namespaces entriesMath.clampstage 1 proposal:
- Built-ins:
Math.clamp- Extracted from old
Mathextensions proposal, February 2025 TC39 meeting- Added arguments validation
- Added new entries
- Added a workaround of a V8
AsyncDisposableStackbug, tc39/proposal-explicit-resource-management/256- Compat data improvements:
DisposableStack,SuppressedErrorandIterator.prototype[@@dispose]marked as shipped from V8 ~ Chromium 134Error.isErroradded and marked as shipped from V8 ~ Chromium 134Math.f16roundandDataView.prototype.{ getFloat16, setFloat16 }marked as shipped from V8 ~ Chromium 135Iteratorhelpers proposal features marked as shipped from Safari 18.4JSON.parsesource text access proposal features marked as shipped from Safari 18.4Math.sumPrecisemarked as shipped from FF137- Added Deno 2.2 compat data and compat data mapping
- Explicit Resource Management features are available in V8 ~ Chromium 134, but not in Deno 2.2 based on it
- Updated Electron 35 and added Electron 36 compat data mapping
- Updated Opera Android 87 compat data mapping
- Added Samsung Internet 28 compat data mapping
- Added Oculus Quest Browser 36 compat data mapping
3.40.0 - 2025.01.08
- Changes v3.39.0...v3.40.0 (130 commits)
- Added
Error.isErrorstage 3 proposal:
- Added built-ins:
Error.isError- We have no bulletproof way to polyfill this method / check if the object is an error, so it's an enough naive implementation that is marked as
.sham- Explicit Resource Management stage 3 proposal:
- Updated the way async disposing of only sync disposable resources, tc39/proposal-explicit-resource-management/218
Iteratorsequencing stage 2.7 proposal:
- Reuse
IteratorResultobjects when possible, tc39/proposal-iterator-sequencing/17, tc39/proposal-iterator-sequencing/18, December 2024 TC39 meeting- Added a fix of V8 < 12.8 / NodeJS < 22.10 bug with handling infinite length of set-like objects in
Setmethods- Optimized
DataView.prototype.{ getFloat16, setFloat16 }performance, #1379, thanks@LeviPesin- Dropped unneeded feature detection of non-standard
%TypedArray%.prototype.toSpliced- Dropped possible re-usage of some non-standard / early stage features (like
Math.scale) available on global- Some other minor improvements
... (truncated)
Commits
149541av3.41.00178d48update some linksa519aa4workaround a V8AsyncDisposableStackbuga1e2f08Merge pull request #1394 from lpsinger/spelling5846c42Fix typoab28c34enable some new linting rulesf903d62extractMath.clampto a separate proposal85f65d1moveMath.f16roundandDataView.prototype.{ getFloat16, setFloat16 }to s...7321cc1moveRegExp.escapeto stable ES6e49392v3.40.0- Additional commits viewable in compare view
Updates react from 19.0.0 to 19.1.0
Release notes
Sourced from react's releases.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
hrefattribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250- Added support for
<script>and\<template>tags to be nested within<select>tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exportsfield topackage.jsonforuse-sync-external-storeto support various entrypoints. #25231React Server Components
- Added
unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReferencein client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Changelog
Sourced from react's changelog.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
hrefattribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250- Added support for
<script>and\<template>tags to be nested within<select>tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exportsfield topackage.jsonforuse-sync-external-storeto support various entrypoints. #25231React Server Components
- Added
unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReferencein client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Commits
4a9df08Stop creating Owner Stacks if many have been created recently (#32529)b630219[refactor] move isValidElementType to react-is (#32518)1a19170[refactor] Add element type for Activity (#32499)6aa8254Add ref to Fragment (#32465)e0fe347[flags] remove enableOwnerStacks (#32426)70f1d76[flow] Eliminate usage of global React types in ReactNativeTypes.js (#32330)0d9834cbuild: add support to the rollup build for building typescript packages (#32393)a53da6aAdd useSwipeTransition Hook Behind Experimental Flag (#32373)32b0cadEnable owner stacks in Canary builds (#32053)ed8b68dStop exporting dev-only methods in OSS production builds (#32200)- Additional commits viewable in compare view
Updates @types/react from 19.0.2 to 19.0.12
Commits
- See full diff in compare view
Updates react-dom from 19.0.0 to 19.1.0
Release notes
Sourced from react-dom's releases.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
hrefattribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250- Added support for
<script>and\<template>tags to be nested within<select>tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exportsfield topackage.jsonforuse-sync-external-storeto support various entrypoints. #25231React Server Components
- Added
unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReferencein client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Changelog
Sourced from react-dom's changelog.
19.1.0 (March 28, 2025)
Owner Stack
An Owner Stack is a string representing the components that are directly responsible for rendering a particular component. You can log Owner Stacks when debugging or use Owner Stacks to enhance error overlays or other development tools. Owner Stacks are only available in development builds. Component Stacks in production are unchanged.
- An Owner Stack is a development-only stack trace that helps identify which components are responsible for rendering a particular component. An Owner Stack is distinct from a Component Stacks, which shows the hierarchy of components leading to an error.
- The captureOwnerStack API is only available in development mode and returns a Owner Stack, if available. The API can be used to enhance error overlays or log component relationships when debugging. #29923, #32353, #30306, #32538, #32529, #32538
React
- Enhanced support for Suspense boundaries to be used anywhere, including the client, server, and during hydration. #32069, #32163, #32224, #32252
- Reduced unnecessary client rendering through improved hydration scheduling #31751
- Increased priority of client rendered Suspense boundaries #31776
- Fixed frozen fallback states by rendering unfinished Suspense boundaries on the client. #31620
- Reduced garbage collection pressure by improving Suspense boundary retries. #31667
- Fixed erroneous “Waiting for Paint” log when the passive effect phase was not delayed #31526
- Fixed a regression causing key warnings for flattened positional children in development mode. #32117
- Updated
useIdto use valid CSS selectors, changing format from:r123:to«r123». #32001- Added a dev-only warning for null/undefined created in useEffect, useInsertionEffect, and useLayoutEffect. #32355
- Fixed a bug where dev-only methods were exported in production builds. React.act is no longer available in production builds. #32200
- Improved consistency across prod and dev to improve compatibility with Google Closure Complier and bindings #31808
- Improve passive effect scheduling for consistent task yielding. #31785
- Fixed asserts in React Native when passChildrenWhenCloningPersistedNodes is enabled for OffscreenComponent rendering. #32528
- Fixed component name resolution for Portal #32640
- Added support for beforetoggle and toggle events on the dialog element. #32479 #32479
React DOM
- Fixed double warning when the
hrefattribute is an empty string #31783- Fixed an edge case where
getHoistableRoot()didn’t work properly when the container was a Document #32321- Removed support for using HTML comments (e.g.
<!-- -->) as a DOM container. #32250- Added support for
<script>and\<template>tags to be nested within<select>tags. #31837- Fixed responsive images to be preloaded as HTML instead of headers #32445
use-sync-external-store
- Added
exportsfield topackage.jsonforuse-sync-external-storeto support various entrypoints. #25231React Server Components
- Added
unstable_prerender, a new experimental API for prerendering React Server Components on the server #31724- Fixed an issue where streams would hang when receiving new chunks after a global error #31840, #31851
- Fixed an issue where pending chunks were counted twice. #31833
- Added support for streaming in edge environments #31852
- Added support for sending custom error names from a server so that they are available in the client for console replaying. #32116
- Updated the server component wire format to remove IDs for hints and console.log because they have no return value #31671
- Exposed
registerServerReferencein client builds to handle server references in different environments. #32534- Added react-server-dom-parcel package which integrates Server Components with the Parcel bundler #31725, #32132, #31799, #32294, #31741
Commits
7943da1Set accurate value for alwaysThrottleRetries on www (#32684)476f538Add getClientRects to fragment instances (#32660)c69a5fcAdd blur() and focusLast() to fragment instances (#32654)cd28a94Add observer methods to fragment instances (#32619)6aa8254Add ref to Fragment (#32465)029e8bdAdd Owner Stack to attribute hydration mismatches (#32538)aac177cSupport beforetoggle/toggle events for dialog (#32479)e0fe347[flags] remove enableOwnerStacks (#32426)2e4db33Use valid CSS selectors in useId format (#32001)9b042f9[Fizz] Responsive images should not be preloaded with link headers (#32445)- Additional commits viewable in compare view
Updates @types/react-dom from 19.0.2 to 19.0.4
Commits
- See full diff in compare view
Updates react-router from 7.1.1 to 7.4.1
Release notes
Sourced from react-router's releases.
v7.4.1
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v741
v7.4.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v740
v7.3.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v730
v7.2.0
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v720
v.7.1.5
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v715
v7.1.4
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v714
v7.1.3
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713
v7.1.2
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v712
Changelog
Sourced from react-router's changelog.
7.4.1
Patch Changes
Fix types on
unstable_MiddlewareFunctionto avoid type errors when a middleware doesn't return a value (#13311)Dedupe calls to
route.lazyfunctions (#13260)Add support for
route.unstable_lazyMiddlewarefunction to allow lazy loading of middleware logic. (#13210)Breaking change for
unstable_middlewareconsumersThe
route.unstable_middlewareproperty is no longer supported in the return value fromroute.lazy. If you want to lazily load middleware, you must useroute.unstable_lazyMiddleware.7.4.0
Patch Changes
- Fix root loader data on initial load redirects in SPA mode (#13222)
- Load ancestor pathless/index routes in lazy route discovery for upwards non-eager-discoery routing (#13203)
- Fix
shouldRevalidatebehavior forclientLoader-only routes inssr:trueapps (#13221)- UNSTABLE: Fix
RequestHandlerloadContextparameter type when middleware is enabled (#13204)- UNSTABLE: Update
Route.unstable_MiddlewareFunctionto have a return value ofResponse | undefinedinstead ofResponse | voidbecaue you should not return anything if you aren't returning theResponse(#13199)- UNSTABLE(BREAKING): If a middleware throws an error, ensure we only bubble the error itself via
next()and are no longer leaking theMiddlewareErrorimplementation detail (#13180)7.3.0
Minor Changes
Add
fetcherKeyas a parameter topatchRoutesOnNavigation(#13061)
- In framework mode, Lazy Route Discovery will now detect manifest version mismatches after a new deploy
- On navigations to undiscovered routes, this mismatch will trigger a document reload of the destination path
- On
fetchercalls to undiscovered routes, this mismatch will trigger a document reload of the current pathPatch Changes
Skip resource route flow in dev server in SPA mode (#13113)
Support middleware on routes (unstable) (#12941)
Middleware is implemented behind a
future.unstable_middlewareflag. To enable, you must enable the flag and the types in yourreact-router-config.tsfile:import type { Config } from "@react-router/dev/config"; import type { Future } from "react-router";declare module "react-router" {
interface Future {
unstable_middleware: true; // 👈 Enable middleware types
}
}
... (truncated)
Commits
7350eefchore: Update version for release (#13322)9693bf4chore: Update version for release (pre) (#13312)b48d1b4Merge branch 'main' into release-nextefa08f6Fix middleware return types (#13311)f1e14a2Dedupe calls toroute.lazyfunctions (#13260)4447236Remove underscore from docs that keeps getting auto-formatted205f0deMerge branch 'release-next' into dev1f7fdd5chore: Update version for release (#13262)91c7bacAdd client middleware to split route modules (#13210)8423891chore: Update version for release (pre) (#13244)- Additional commits viewable in compare view
Updates react-router-dom from 7.1.1 to 7.4.1
Release notes
Sourced from react-router-dom's releases.
v7.1.3
See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v713
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
Changelog
Sourced from react-router-dom's changelog.
7.4.1
Patch Changes
- Updated dependencies:
7.4.0
Patch Changes
- Updated dependencies:
7.3.0
Patch Changes
- Updated dependencies:
7.2.0
Patch Changes
- Updated dependencies:
7.1.5
Patch Changes
- Updated dependencies:
7.1.4
Patch Changes
- Updated dependencies:
7.1.3
Patch Changes
- Updated dependencies:
7.1.2
... (truncated)
Commits
7350eefchore: Update version for release (#13322)9693bf4chore: Update version for release (pre) (#13312)4447236Remove underscore from docs that keeps getting auto-formattedef64c55chore: format1f7fdd5chore: Update version for release (#13262)8423891chore: Update version for release (pre) (#13244)f3a07bbchore: formatd3bed18chore: Update version for release (#13175)c24bc42chore: Update version for release (pre) (#13174)754c304chore: Update version for release (pre) (#13157)- Additional commits viewable in compare view
Updates @types/node from 22.10.5 to 22.13.14
Commits
- See full diff in compare view
Updates @types/react from 19.0.2 to 19.0.12
Commits
- See full diff in compare view
Updates @types/react-dom from 19.0.2 to 19.0.4
Commits
- See full diff in compare view
Updates autoprefixer from 10.4.20 to 10.4.21
Release notes
Sourced from autoprefixer's releases.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by@Marukome0743).
Changelog
Sourced from autoprefixer's changelog.
10.4.21
- Fixed old
-moz-prefix for:placeholder-shown(by@Marukome0743).
Commits
Updates copy-webpack-plugin from 12.0.2 to 13.0.0
Release notes
Sourced from copy-webpack-plugin's releases.
v13.0.0
13.0.0 (2025-02-27)
⚠ BREAKING CHANGES
For more information please visit
tinyglobby.The breaking change only affects the developer who used these options -
gitignoreandignoreFilesin theglobOptionsoption.Please migrate to the
ignoreoption.Bug Fixes
- concurrency option is limited to files now (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >