data-transfer-project
data-transfer-project copied to clipboard
Bump the npm_and_yarn group across 1 directory with 23 updates
Bumps the npm_and_yarn group with 11 updates in the /client-rest directory:
| Package | From | To |
|---|---|---|
| @angular/core | 11.2.14 |
12.0.0 |
| postcss | 7.0.39 |
8.4.49 |
| @angular-devkit/build-angular | 0.1102.13 |
19.1.5 |
| qs | 6.5.2 |
6.5.3 |
| cookie | 0.4.2 |
0.7.1 |
| socket.io | 4.5.0 |
4.8.1 |
| follow-redirects | 1.14.8 |
1.15.9 |
| ip | 1.1.9 |
removed |
| socks | 2.6.2 |
2.8.3 |
| json-schema | 0.2.3 |
0.4.0 |
| jsprim | 1.4.1 |
1.4.2 |
Updates @angular/core from 11.2.14 to 12.0.0
Changelog
Sourced from @angular/core's changelog.
19.2.0-next.1 (2025-01-29)
core
Commit Type Description 168516462a9 feat support default value in resource()(#59655)6c92d653493 fix add hasValuenarrowing toResourceRef(#59708)96e602ebe9c fix cancel in-progress request when same value is assigned (#59280) cf9054248d1 fix check whether application is destroyed before printing hydration stats (#59716) 82876242e55 fix ensure type is preserved during HMR (#59700) 127fc0dc847 fix fix resource()'sprevious.state(#59708)f862ace1819 fix fixes test timer-based test flakiness in CI (#59674) elements
Commit Type Description 0c1ecb453c8 fix not setting initial value on signal-based input (#59773) platform-browser
Commit Type Description e6cb411e439 fix automatically disable animations on the server (#59762) 6b09716754b fix prepend baseHreftosourceMappingURLin CSS content (#59730)fd7ee47bf70 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEventproperty (#59690)65cf061feb4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEventproperty (#59690)af9d74710c4 fix Update pseudoevent created by createMouseSpecialEvent to populate _originalEventproperty (#59690)platform-server
Commit Type Description fc5d187da5e fix decouple server from animations module (#59762) router
Commit Type Description c7b6e1107c6 fix prevent error handling when injector is destroyed (#59457) service-worker
Commit Type Description e2987a1d4ab fix add missing rxjspeer dependency (#59747)19.1.4 (2025-01-29)
core
Commit Type Description 544b9ee7ca0 fix check whether application is destroyed before printing hydration stats (#59716) d6e78c072dc fix ensure type is preserved during HMR (#59700) c2436702df9 fix fixes test timer-based test flakiness in CI (#59674) elements
Commit Type Description
... (truncated)
Commits
0a2191fRevert "refactor(core): optimize calls tosplitandslicewhile computing...d555555fix(platform-browser): prevent memory leak of style nodes if shadow DOM encap...1449c5cfix(core): do not retain dynamically compiled components and modules (#42003)effde9drefactor(core): remove unnecessary cast (#41960)6bec2d4refactor(core): optimize calls tosplitandslicewhile computing version...e9ddc57fix(core): invoke profiler around ngOnDestroy lifecycle hooks (#41969)e218a8brefactor(common): change missing NgSwitch provider error message (#41704)3361c19docs: Remove references to protractor from documentation (#41731)73c6c64fix(core): handle multiple i18n attributes with expression bindings (#41882)01cc995fix(animations): ensure consistent transition namespace ordering (#19854)- Additional commits viewable in compare view
Updates postcss from 7.0.39 to 8.4.49
Release notes
Sourced from postcss's releases.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by@tim-we).- Cleaned up code (by
@DrKiraDmitry).
... (truncated)
Changelog
Sourced from postcss's changelog.
8.4.49
- Fixed custom syntax without
source.offset(by@romainmenke).8.4.48
- Fixed position calculation in error/warnings methods (by
@romainmenke).8.4.47
- Removed debug code.
8.4.46
- Fixed
Cannot read properties of undefined (reading 'before').8.4.45
- Removed unnecessary fix which could lead to infinite loop.
8.4.44
- Another way to fix
markClean is not a functionerror.8.4.43
- Fixed
markClean is not a functionerror.8.4.42
- Fixed CSS syntax error on long minified files (by
@varpstar).8.4.41
- Fixed types (by
@nex3and@querkmachine).- Cleaned up RegExps (by
@bluwy).8.4.40
- Moved to getter/setter in nodes types to help Sass team (by
@nex3).8.4.39
- Fixed
CssSyntaxErrortypes (by@romainmenke).8.4.38
- Fixed
endIndex: 0in errors and warnings (by@romainmenke).8.4.37
- Fixed
original.column are not numberserror in another case.8.4.36
- Fixed
original.column are not numberserror on broken previous source map.8.4.35
- Avoid
!innode.parent.nodestype.- Allow to pass
undefinedto node adding method to simplify types.8.4.34
- Fixed
AtRule#nodestype (by Tim Weißenfels).- Cleaned up code (by Dmitry Kirillov).
... (truncated)
Commits
aed8b89Release 8.4.49 version3450630Fix position calculations when offset is missing (#1983)77420d6Release 8.4.48 version341529fUpdate dependencies66fa667Add Node.js 23 to CI1a8b261fix inconsistent position calculations (#1980)1cc6ac3Clarify usage in docs5e6fd13Release 8.4.47 version714bc10Typo439d20eRelease 8.4.46 version- Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.1102.13 to 19.1.5
Release notes
Sourced from @angular-devkit/build-angular's releases.
v19.1.5
19.1.5 (2025-01-29)
@schematics/angular
Commit Description update library schematic to use @angular-devkit/build-angular:ng-packagr
@angular/build
@angular/ssr
Commit Description enhance dynamic route matching for better performance and accuracy redirect to locale pathname instead of full URL rename provideServerRoutesConfigtoprovideServerRoutingv19.1.4
19.1.4 (2025-01-22)
@angular-devkit/schematics
Commit Description ensure collections can be resolved via test runner in pnpm workspaces
@angular/build
@angular/ssr
Commit Description prevent route matcher error when SSR routing is not used properly manage catch-all routes with base href unblock route extraction with withEnabledBlockingInitialNavigationv19.1.3
19.1.3 (2025-01-20)
@angular/build
Commit Description
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
19.1.5 (2025-01-29)
@schematics/angular
Commit Type Description 14e3a71e4 fix update library schematic to use @angular-devkit/build-angular:ng-packagr
@angular/build
Commit Type Description d53d25fc1 fix allow tailwindcss 4.x as a peer dependency bd9d379f0 fix disable TypeScript removeCommentsoptione73e9102e fix handle empty module case to avoid TypeError bb413456e fix keep background referenced HMR update chunks 2011d3428 fix support template updates that also trigger global stylesheet changes 688019946 fix update vite to version 6.0.11
@angular/ssr
Commit Type Description 94643d54d fix enhance dynamic route matching for better performance and accuracy 747557aa0 fix redirect to locale pathname instead of full URL bbbc1eb7a fix rename provideServerRoutesConfigtoprovideServerRouting18.2.14 (2025-01-29)
@angular-devkit/build-angular
Commit Type Description 9d34d28ec fix remove unused vitedependency18.2.13 (2025-01-29)
@angular/cli
Commit Type Description deeaf1883 fix correctly select package versions in descending order during ng add
... (truncated)
Commits
- See full diff in compare view
Updates json5 from 1.0.1 to 2.2.3
Release notes
Sourced from json5's releases.
v2.2.3
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1
- New:
package.jsonandpackage.json5include amoduleproperty so bundlers like webpack, rollup and parcel can take advantage of the ES Module build. (#208)- Fix:
stringifyoutputs\0as\\x00when followed by a digit. (#210)- Fix: Spelling mistakes have been fixed. (#196)
v2.1.0
- New: The
index.mjsandindex.min.mjsbrowser builds in thedistdirectory support ES6 modules. (#187)v2.0.1
- Fix: The browser builds in the
distdirectory support ES5. (#182)v2.0.0
Major: JSON5 officially supports Node.js v6 and later. Support for Node.js v4 has been dropped. Since Node.js v6 supports ES5 features, the code has been rewritten in native ES5, and the dependence on Babel has been eliminated.
New: Support for Unicode 10 has been added.
New: The test framework has been migrated from Mocha to Tap.
New: The browser build at
dist/index.jsis no longer minified by default. A minified version is available atdist/index.min.js. (#181)Fix: The warning has been made clearer when line and paragraph separators are
... (truncated)
Changelog
Sourced from json5's changelog.
v2.2.3 [code, diff]
- Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299)
v2.2.2 [code, diff]
- Fix: Properties with the name
__proto__are added to objects and arrays. (#199) This also fixes a prototype pollution vulnerability reported by Jonathan Gregson! (#295).v2.2.1 [code, diff]
- Fix: Removed dependence on minimist to patch CVE-2021-44906. (#266)
v2.2.0 [code, diff]
- New: Accurate and documented TypeScript declarations are now included. There is no need to install
@types/json5. (#236, #244)v2.1.3 [code, diff]
v2.1.2 [code, diff]
- Fix: Bump
minimisttov1.2.5. (#222)v2.1.1 [code, [diff][d2.1.1]]
... (truncated)
Commits
c3a75242.2.394fd06ddocs: update CHANGELOG for v2.2.33b8cebfdocs(security): use GitHub security advisoriesf0fd9e1docs: publish a security policy6a91a05docs(template): bug -> bug report14f8cb12.2.210cc7cadocs: update CHANGELOG for v2.2.27774c10fix: add proto to objects and arraysedde30aReadme: slight tweak to intro97286f8Improve example in readme- Additional commits viewable in compare view
Updates loader-utils from 1.4.2 to 2.0.4
Release notes
Sourced from loader-utils's releases.
v2.0.4
2.0.4 (2022-11-11)
Bug Fixes
v2.0.3
2.0.3 (2022-10-20)
Bug Fixes
v2.0.2
2.0.2 (2021-11-04)
Bug Fixes
v2.0.1
2.0.1 (2021-10-29)
Bug Fixes
v2.0.0
2.0.0 (2020-03-17)
⚠ BREAKING CHANGES
Changelog
Sourced from loader-utils's changelog.
2.0.4 (2022-11-11)
Bug Fixes
2.0.3 (2022-10-20)
Bug Fixes
2.0.2 (2021-11-04)
Bug Fixes
2.0.1 (2021-10-29)
Bug Fixes
2.0.0 (2020-03-17)
⚠ BREAKING CHANGES
- minimum required
Node.jsversion is8.9.0(#166) (c937e8c)- the
getOptionsmethod returns empty object on empty query (#167) (b595cfb)- Use
md4by default1.4.0 (2020-02-19)
Features
1.3.0 (2020-02-19)
... (truncated)
Commits
6688b50chore(release): 2.0.4ac09944fix: ReDoS problem (#225)7162619chore(release): 2.0.3a93cf6ffix(security): prototype polution exploit (#217)90c7c4bchore(release): 2.0.28c2d24efix: base64 generation and unicode characters (#197)5fb5562chore(release): 2.0.11069f61fix: md4 support on Node.js v17 (#193)d9f4e23chore(release): 2.0.0865dc03refactor: switch tomd4by default (#168)- Additional commits viewable in compare view
Updates body-parser from 1.20.0 to 1.20.3
Release notes
Sourced from body-parser's releases.
1.20.3
What's Changed
Important
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity). DocumentationOther changes
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/body-parser#522- ci: fix errors in ci github action for node 8 and 9 by
@inigomarquinezin expressjs/body-parser#523- fix: pin to [email protected] by
@wesleytoddin expressjs/body-parser#527- deps: [email protected] by
@melikhov-devin expressjs/body-parser#521- Add OSSF Scorecard badge by
@bjohansebasin expressjs/body-parser#531- Linter by
@UlisesGasconin expressjs/body-parser#534- Release: 1.20.3 by
@UlisesGasconin expressjs/body-parser#535New Contributors
@inigomarquinezmade their first contribution in expressjs/body-parser#522@melikhov-devmade their first contribution in expressjs/body-parser#521@bjohansebasmade their first contribution in expressjs/body-parser#531@UlisesGasconmade their first contribution in expressjs/body-parser#534Full Changelog: https://github.com/expressjs/body-parser/compare/1.20.2...1.20.3
1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1
- deps: [email protected]
- perf: remove unnecessary object clone
Changelog
Sourced from body-parser's changelog.
1.20.3 / 2024-09-10
- deps: [email protected]
- add
depthoption to customize the depth level in the parser- IMPORTANT: The default
depthlevel for parsing URL-encoded data is now32(previously wasInfinity)1.20.2 / 2023-02-21
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
1.20.1 / 2022-10-06
- deps: [email protected]
- perf: remove unnecessary object clone
Commits
17529511.20.339744cfchore: linter (#534)b2695c4Merge commit from forkade0f3fadd scorecard to readme (#531)99a1bd6deps: [email protected] (#521)9478591fix: pin to [email protected]83db46aci: fix errors in ci github action for node 8 and 9 (#523)9d4e212chore: add support for OSSF scorecard reporting (#522)ee913741.20.2368a93aFix strict json error message on Node.js 19+- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for body-parser since your current version.
Updates qs from 6.5.2 to 6.5.3
Changelog
Sourced from qs's changelog.
6.5.3
- [Fix]
parse: ignore__proto__keys (#428)- [Fix]
utils.merge: avoid a crash with a null target and a truthy non-array source- [Fix] correctly parse nested arrays
- [Fix]
stringify: fix a crash withstrictNullHandlingand a customfilter/serializeDate(#279)- [Fix]
utils:merge: fix crash whensourceis a truthy primitive & no options are provided- [Fix] when
parseArraysis false, properly handle keys ending in[]- [Fix] fix for an impossible situation: when the formatter is called with a non-string value
- [Fix]
utils.merge: avoid a crash with a null target and an array source- [Refactor]
utils: reduce observable [[Get]]s- [Refactor] use cached
Array.isArray- [Refactor]
stringify: Avoid arr = arr.concat(...), push to the existing instance (#269)- [Refactor]
parse: only need to reassign the var once- [Robustness]
stringify: avoid relying on a globalundefined(#427)- [readme] remove travis badge; add github actions/codecov badges; update URLs
- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause
- [Docs] Clarify the need for "arrayLimit" option
- [meta] fix README.md (#399)
- [meta] add FUNDING.yml
- [actions] backport actions from main
- [Tests] always use
String(x)overx.toString()- [Tests] remove nonexistent tape option
- [Dev Deps] backport from main
Commits
298bfa5v6.5.3ed0f5dc[Fix]parse: ignore__proto__keys (#428)691e739[Robustness]stringify: avoid relying on a globalundefined(#427)1072d57[readme] remove travis badge; add github actions/codecov badges; update URLs12ac1c4[meta] fix README.md (#399)0338716[actions] backport actions from main5639c20Clean up license text so it’s properly detected as BSD-3-Clause51b8a0badd FUNDING.yml45f6759[Fix] fix for an impossible situation: when the formatter is called with a no...f814a7f[Dev Deps] backport from main- Additional commits viewable in compare view
Updates braces from 2.3.2 to 3.0.3
Changelog
Sourced from braces's changelog.
Release history
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each versions is displayed.
- Mention whether you follow Semantic Versioning.
Changelog entries are classified using the following labels (from keep-a-changelog):
Addedfor new features.Changedfor changes in existing functionality.Deprecatedfor soon-to-be removed features.Removedfor now removed features.Fixedfor any bug fixes.Securityin case of vulnerabilities.[3.0.0] - 2018-04-08
v3.0 is a complete refactor, resulting in a faster, smaller codebase, with fewer deps, and a more accurate parser and compiler.
Breaking Changes
- The undocumented
.makeRemethod was removed- Require Node.js >= 8.3
Non-breaking changes
- Caching was removed
Commits
- See full diff in compare view
Updates cookie from 0.4.2 to 0.7.1
Release notes
Sourced from cookie's releases.
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0
0.6.0
- Add
partitionedoption0.5.0
- Add
priorityoption- Fix
expiresoption to reject invalid dates- pref: improve default decode speed
- pref: remove slow string split in parse
Commits
cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)d6f39b0Fix tests for old node6bb701fRemove failing scorecard- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates socket.io from 4.5.0 to 4.8.1
Release notes
Sourced from socket.io's releases.
[email protected]
Due to a change in the bundler configuration, the production bundle (
socket.io.min.js) did not support sending and receiving binary data in version4.8.0. This is now fixed.Dependencies
engine.io@~6.6.0(no change)ws@~8.17.1(no change)[email protected]
Bug Fixes
- bundle: do not mangle the "_placeholder" attribute (ca9e994)
Dependencies
engine.io-client@~6.6.1(no change)ws@~8.17.1(no change)[email protected]
Features
Custom transport implementations
The
transportsoption now accepts an array of transport implementations:import { io } from "socket.io-client"; import { XHR, WebSocket } from "engine.io-client";const socket = io({ transports: [XHR, WebSocket] });
Here is the list of provided implementations:
Transport Description FetchHTTP long-polling based on the built-in fetch()method.NodeXHRHTTP long-polling based on the XMLHttpRequestobject provided by thexmlhttprequest-sslpackage.XHRHTTP long-polling based on the built-in XMLHttpRequestobject.NodeWebSocketWebSocket transport based on the WebSocketobject provided by thewspackage.WebSocketWebSocket transport based on the built-in WebSocketobject.WebTransportWebTransport transport based on the built-in WebTransportobject.Usage:
Transport browser Node.js Deno Bun
... (truncated)
Commits
91e1c8bchore(release): [email protected]8d5528achore(release): [email protected]71387e5refactor(sio-client): reexport transports from the engineaead835refactor(sio): make Namespace._fns private (#5196Description has been truncated
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.