docs.nestjs.com icon indicating copy to clipboard operation
docs.nestjs.com copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/build-angular 14.0.5 -> 14.2.3 age adoption passing confidence devDependencies minor
@angular/animations 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/cdk 14.0.4 -> 14.2.2 age adoption passing confidence dependencies minor
@angular/cli 14.0.5 -> 14.2.3 age adoption passing confidence devDependencies minor
@angular/common 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/compiler 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/compiler-cli (source) 14.0.5 -> 14.2.3 age adoption passing confidence devDependencies minor
@angular/core 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/forms 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/language-service 14.0.5 -> 14.2.3 age adoption passing confidence devDependencies minor
@angular/material 14.0.4 -> 14.2.2 age adoption passing confidence dependencies minor
@angular/platform-browser 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/platform-browser-dynamic 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@angular/router (source) 14.0.5 -> 14.2.3 age adoption passing confidence dependencies minor
@commitlint/cli (source) 17.0.3 -> 17.1.2 age adoption passing confidence devDependencies minor
@commitlint/config-angular (source) 17.0.3 -> 17.1.0 age adoption passing confidence devDependencies minor
@types/jasmine (source) 4.0.3 -> 4.3.0 age adoption passing confidence devDependencies minor
@types/lodash (source) 4.14.182 -> 4.14.185 age adoption passing confidence devDependencies patch
@types/node (source) 16.11.43 -> 16.11.60 age adoption passing confidence devDependencies patch
concurrently 7.2.2 -> 7.4.0 age adoption passing confidence devDependencies minor
core-js 3.23.4 -> 3.25.3 age adoption passing confidence dependencies minor
dgeni-packages 0.29.3 -> 0.30.0 age adoption passing confidence devDependencies minor
jasmine-core (source) 4.2.0 -> 4.4.0 age adoption passing confidence devDependencies minor
karma (source) 6.4.0 -> 6.4.1 age adoption passing confidence devDependencies patch
node 16.16.0 -> 16.17.1 age adoption passing confidence minor
nodemon (source) 2.0.19 -> 2.0.20 age adoption passing confidence dependencies patch
prismjs 1.28.0 -> 1.29.0 age adoption passing confidence dependencies minor
rxjs (source) 7.5.5 -> 7.5.7 age adoption passing confidence dependencies patch
ts-node (source) 10.8.2 -> 10.9.1 age adoption passing confidence devDependencies minor
typescript (source) 4.7.4 -> 4.8.3 age adoption passing confidence devDependencies minor
zone.js (changelog) 0.11.6 -> 0.11.8 age adoption passing confidence dependencies patch

Release Notes

angular/angular-cli

v14.2.3

Compare Source

@​angular-devkit/build-angular
Commit Type Description
e7e0cb78f fix correctly display error messages that contain "at" text.
4756d7e06 fix watch symbolic links
@​ngtools/webpack
Commit Type Description
1e3ecbdb1 perf avoid bootstrap conversion AST traversal where possible

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.2

Compare Source

@​angular/cli
Commit Type Description
5405a9b3b fix favor non deprecated packages during update
@​schematics/angular
Commit Type Description
6bfd6a7fb fix update minimum Angular version to 14.2
@​angular-devkit/build-angular
Commit Type Description
2b00bca61 fix allow esbuild-based builder to use SVG Angular templates
45c95e1bf fix change service worker errors to compilation errors
ecc014d66 fix handle service-worker serving with localize in dev-server
39ea128c1 fix handling of @media queries inside css layers
17b7e1bdf fix issue warning when using deprecated tilde imports
3afd784f1 fix watch index file when running build in watch mode

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Joey Perrott

v14.2.1

Compare Source

@​schematics/angular
Commit Type Description
e4ca46866 fix update ng-packagr version to ^14.2.0

Special Thanks

Alan Agius

v14.2.0

Compare Source

@​angular/cli
Commit Type Description
596037010 fix add missing space after period in warning text
@​angular-devkit/build-angular
Commit Type Description
44c25511e feat add ability to serve service worker when using dev-server
3fb569b5c feat switch to Sass modern API in esbuild builder
5bd03353a fix correct esbuild builder global stylesheet sourcemap URL
c4402b1bd fix correctly handle parenthesis in url
50c783307 fix use valid CSS comment for sourcemaps with Sass in esbuild builder
4c251853f perf avoid extra string creation with no sourcemaps for esbuild sass
d97640534 perf with esbuild builder only load Sass compiler when needed

Special Thanks

Alan Agius, Charles Lyding, Doug Parker, Jason Bedard, Joey Perrott, Kristiyan Kostadinov and angular-robot[bot]

v14.1.3

Compare Source

@​angular-devkit/core
Commit Type Description
365035cb3 fix update workspace extension warning to use correct phrasing

Special Thanks

AgentEnder, Alan Agius, Charles Lyding and Jason Bedard

v14.1.2

Compare Source

@​angular-devkit/build-angular
Commit Type Description
3e19c842c fix avoid collect stats from chunks with no files
d0a0c597c fix correctly handle data URIs with escaped quotes in stylesheets
67b3a086f fix process stylesheet resources from url tokens with esbuild browser builder
e6c45c316 perf reduce babel transformation in esbuild builder
38b71bcc0 perf use esbuild in esbuild builder to downlevel native async/await
@​ngtools/webpack
Commit Type Description
dd47a5e8c fix elide type only named imports when using emitDecoratorMetadata

Special Thanks

Alan Agius, Charles Lyding and Jason Bedard

v14.1.1

Compare Source

@​angular/cli
Commit Type Description
4ee825bac fix catch clause variable is not an Error instance
@​schematics/angular
Commit Type Description
83dcfb32f fix prevent numbers from class names
@​angular-devkit/build-angular
Commit Type Description
ef6da4aad fix allow the esbuild-based builder to fully resolve global stylesheet packages
eed54b359 fix catch clause variable is not an Error instance
c98471094 fix correctly respond to preflight requests
94b444e4c fix correctly set ngDevMode in esbuilder
@​angular-devkit/core
Commit Type Description
44c18082a fix classify string util should concat string without using a .
@​angular/create
Commit Type Description
cb0d3fb33 fix use appropriate package manager to install dependencies

Special Thanks

Alan Agius, Charles Lyding, Jason Bedard and Paul Gschwendtner

v14.1.0

Compare Source

@​angular/cli
Commit Type Description
3884b8652 fix add esbuild browser builder to workspace schema
@​schematics/angular
Commit Type Description
707911d42 feat support controlling addDependency utility rule install behavior
a8fe4fcc3 fix Allow skipping existing dependencies in E2E schematic
b8bf3b480 fix only issue a warning for addDependency existing specifier
@​angular-devkit/build-angular
Commit Type Description
a7709b718 feat add externalDependencies to the esbuild browser builder
248860ad6 feat add Sass file support to experimental esbuild-based builder
b06ae5514 feat add service worker support to experimental esbuild builder
b5f6d862b feat Identify third-party sources in sourcemaps
b3a14d056 fix allow third-party sourcemaps to be ignored in esbuild builder
53dd929e5 fix ensure esbuild builder sourcemap sources are relative to workspace
@​angular-devkit/schematics
Commit Type Description
526cdb263 feat allow chain rule to accept iterables of rules
@​angular/create
Commit Type Description
cfe93fbc8 feat add support for yarn create and npm init

Special Thanks

Alan Agius, Charles Lyding, Derek Cormier, Doug Parker, Jason Bedard, Joey Perrott, Paul Gschwendtner, Victor Porof and renovate[bot]

v14.0.7

Compare Source

@​schematics/angular
Commit Type Description
f653bf4fb fix incorrect logo for Angular Material
@​angular-devkit/build-angular
Commit Type Description
5810c2cc2 fix fallback to use projectRoot when sourceRoot is missing during coverage
@​angular-devkit/core
Commit Type Description
2ba4678b6 fix add i18n as valid project extension
c2201c835 fix log name of invalid extension too

Special Thanks

Alan Agius, Fortunato Ventre, Katerina Skroumpelou and Kristiyan Kostadinov

v14.0.6

Compare Source

@​angular/cli
Commit Type Description
178550529 fix handle cases when completion is enabled and running in an older CLI workspace
10f24498e fix remove deprecation warning of no prefixed schema options
@​schematics/angular
Commit Type Description
dfa6d73c5 fix remove browserslist configuration
@​angular-devkit/build-angular
Commit Type Description
4d848c4e6 fix generate different content hashes for scripts which are changed during the optimization phase
@​angular-devkit/core
Commit Type Description
2500f34a4 fix provide actionable warning when a workspace project has missing root property

Special Thanks

Alan Agius and martinfrancois

angular/angular (@​angular/animations)

v14.2.3

Compare Source

animations
Commit Type Description
bba2dae812 fix make sure that the useAnimation function delay is applied (#​47468)

Special Thanks

AleksanderBodurri, Andrew Kushnir, Andrew Scott, Bob Watson, George Kalpakas, Joey Perrott, Mauro Mattos, dario-piotrowicz, fabioemoutinho and famzila

v14.2.2

Compare Source

animations
Commit Type Description
937e6c5b3d fix make sure that the animation function delay is applied (#​47285)
common
Commit Type Description
c9bdf9bab1 fix rename rawSrc -> ngSrc in NgOptimizedImage directive (#​47362) (#​47396)
core
Commit Type Description
a3e1303f04 fix imply @​Optional flag when a default value is provided (#​47242)
forms
Commit Type Description
80c66a1e57 fix don't prevent default behavior for forms with method="dialog" (#​47308)

Special Thanks

Abhishek Rawat, Andrew Kushnir, Benjamin Chanudet, Bob Watson, George Kalpakas, Ikko Ashimine, Kristiyan Kostadinov, Marc Wrobel, Mariia Subkov, Pawel Kozlowski, Sebastian, abergquist, dario-piotrowicz, onrails and vyom1611

v14.2.1

Compare Source

common
Commit Type Description
c0d7ac9ec2 fix improve formatting of image warnings (#​47299)
1875ce520a fix use DOCUMENT token to query for preconnect links (#​47353)
compiler
Commit Type Description
0e35829580 fix avoid errors for inputs with Object-builtin names (#​47220)
service-worker
Commit Type Description
6091786696 fix include headers in requests for assets (#​47260)
28d33505fd fix only consider GET requests as navigation requests (#​47263)

Special Thanks

Aristeidis Bampakos, Asaf M, Bingo's Code, Bob Watson, Daniel Ostrovsky, George Kalpakas, Giovanni Alberto Rivas, Jeremy Elbourn, Jobayer Hossain, Joe Martin (Crowdstaffing), Joey Perrott, JoostK, Kara Erickson, Kristiyan Kostadinov, Maina Wycliffe, Sabareesh Kappagantu, Simona Cotin, Sonu Sindhu, Yann Provoost, abergquist, jaybell and vyom1611

router
Commit Type Description
5163e3d876 feat Add UrlTree constructor to public API (#​47186)

Special Thanks

Alan Agius, Alex Rickabaugh, Andrew Scott, Joey Perrott, Kara Erickson, Kristiyan Kostadinov and Pawel Kozlowski

v14.2.0

Compare Source

animations
Commit Type Description
b96e571897 fix fix stagger timing not handling params (#​47208)
common
Commit Type Description
b380fdd59e feat add a density cap for image srcsets (#​47082)
7ce497e5bc feat add built-in Imgix loader (#​47082)
bff870db61 feat add cloudflare loader (#​47082)
86e77a5d55 feat add Image directive skeleton (#​45627) (#​47082)
0566205a02 feat Add image lazy loading and fetchpriority (#​47082)
4e952ba216 feat add loaders for cloudinary & imagekit (#​47082)
e854a8cdde feat add loading attr to NgOptimizedImage (#​47082)
8d3701cb4c feat add warnings re: image distortion (#​47082)
d5f7da2120 feat define public API surface for NgOptimizedImage directive (#​47082)
d3c3426aa4 feat detect LCP images in NgOptimizedImage and assert if priority is set (#​47082)
451b85ca17 feat explain why width/height is required (#​47082)
586274fe65 feat provide an ability to exclude origins from preconnect checks in NgOptimizedImage (#​47082)
57f3386e5b feat support custom srcset attributes in NgOptimizedImage (#​47082)
7baf9a46cd feat verify that priority images have preconnect links (#​47082)
f81765b333 feat warn if rendered size is much smaller than intrinsic (#​47082)
e2ab99b95e fix allow null/undefined to be passed to ngClass input (#​39280) (#​46906)
bedf537951 fix

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] avatar Jul 11 '22 13:07 renovate[bot]