Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

chore(deps): upgrade dependencies #145

Merged
merged 1 commit into from
Nov 15, 2023
Merged

chore(deps): upgrade dependencies #145

merged 1 commit into from
Nov 15, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 14, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@angular-devkit/core ^16.2.7 -> ^17.0.0 age adoption passing confidence dependencies major
@angular-devkit/schematics ^16.2.7 -> ^17.0.0 age adoption passing confidence dependencies major
@angular-devkit/schematics-cli ^16.2.7 -> ^17.0.0 age adoption passing confidence dependencies major
Microsoft.Extensions.FileProviders.Embedded (source) 7.0.13 -> 8.0.0 age adoption passing confidence nuget major
Microsoft.Extensions.Logging.Abstractions (source) 7.0.1 -> 8.0.0 age adoption passing confidence nuget major
System.Text.Encodings.Web (source) 7.0.0 -> 8.0.0 age adoption passing confidence nuget major
actions/github-script v6 -> v7 age adoption passing confidence action major
lint-staged 15.0.2 -> 15.1.0 age adoption passing confidence devDependencies minor
openai 4.16.1 -> 4.18.0 age adoption passing confidence optionalDependencies minor
openai 4.16.1 -> 4.18.0 age adoption passing confidence devDependencies minor
prettier (source) 3.0.3 -> 3.1.0 age adoption passing confidence devDependencies minor
prism-react-renderer 2.1.0 -> 2.2.0 age adoption passing confidence dependencies minor
rollup (source) 4.3.0 -> 4.4.1 age adoption passing confidence devDependencies minor
tokio (source) 1.33.0 -> 1.34.0 age adoption passing confidence workspace.dependencies minor
yarn 4.0.1 -> 4.0.2 age adoption passing confidence packageManager patch
com.theokanning.openai-gpt3-java:service 0.16.1 -> 0.17.0 age adoption passing confidence dependencies minor

Release Notes

angular/angular-cli (@​angular-devkit/core)

v17.0.0

Compare Source

Breaking Changes

@​schematics/angular
  • Routing is enabled by default for new applications when using ng generate application and ng new. The --no-routing command line option can be used to disable this behaviour.
  • ng g interceptor now generate a functional interceptor by default. or guard by default. To generate a class-based interceptor the --no-functional command flag should be used.
  • rootModuleClassName, rootModuleFileName and main options have been removed from the public pwa and app-shell schematics.
  • App-shell and Universal schematics deprecated unused appId option has been removed.
@​angular-devkit/build-angular
  • Node.js v16 support has been removed

    Node.js v16 is planned to be End-of-Life on 2023-09-11. Angular will stop supporting Node.js v16 in Angular v17.
    For Node.js release schedule details, please see: https://github.com/nodejs/release#release-schedule

@​angular-devkit/schematics
  • deprecated runExternalSchematicAsync and runSchematicAsync methods have been removed in favor of runExternalSchematic and runSchematic.

Deprecations

@​angular-devkit/build-angular
  • The browserTarget in the dev-server and extract-i18n builders have been deprecated in favor of buildTarget.
@​angular/cli
Commit Type Description
f4e7fa873 fix add @angular/ssr as part of the ng update packageGroup
1f7156b11 fix add Node.js 20 as supported version
4b9a87c90 fix ignore peer mismatch when updating @​nguniversal/builders
f66f9cf61 fix remove Node.js 16 from supported checks
@​schematics/angular
Commit Type Description
741cca73c feat add ng new --ssr
3938863b9 feat add migration to migrate from @nguniversal to @angular/ssr
dc6b6eaf6 feat add migration to replace usages of @nguniversal/builders
6979eba3c feat enable hydration when adding SSR, SSG or AppShell
1a6a139aa feat enable routing by default for new applications
ac0db6697 feat enable standalone by default in new applications
a189962a5 feat generate functional interceptors by default
ae45c4ab8 feat update ng new generated application
3f8aa9d8c feat update ng new to use the esbuild application builder based builder
03a1eaf01 fix account for new block syntax in starter template
eb0fc7434 fix add missing express REQUEST and RESPONSE tokens
ecdcff2db fix add missing icons in ng-new template
175944672 fix do not add unnecessary dependency on @angular/ssr during migration
23c4c5e42 fix enable TypeScript esModuleInterop by default for ESM compliance
d60a6e86a fix noop workspace config migration when already executed
e516a4bdb fix pass ssr option to application schematics
419b5c191 fix remove baseUrl from tsconfig.json
0368b23f2 fix use @​types/node v18
b15e82758 refactor remove deprecated appId option
@​angular-devkit/build-angular
Commit Type Description
c48982dc1 feat add buildTarget option to dev-server and extract-i18n builders
1fb0350eb feat add initial support for bundle budgets to esbuild builders
8168ae2a8 feat apply global CSS updates without a live-reload when using vite
91019bde2 feat enable localize support for SSR with application builder
3c0719bde feat initial i18n extraction support for application builder
8bce80b91 feat initial support for application Web Worker discovery with esbuild
49f07a84d feat standardize application builder output structure
c3a87a60e feat support basic web worker bundling with esbuild builders
9e425308a feat support component style budgets in esbuild builders
771e036d5 feat support deploy URL option for browser-esbuild builder
c5f3ec71f feat support i18n inlining with esbuild-based builder
fd62a9315 feat support i18n with service worker and app-shell with esbuild builders
5898f72a9 feat support namedChunks option in application builder
8f9a0d70c feat support standalone apps route discovery during prerendering
6b08efa6f fix account for arrow function IIFE
2f299fc7b fix account for styles specified as string literals and styleUrl
9994b2dde fix add a maximum rendering timeout for SSR and SSG during development
da4e19145 fix address a path concatenation on Windows
9d4d11cc4 fix allow SSR compilation to work with TS allowJs option
e3c5b91e8 fix automatically include known packages in vite prebundling
ca38ee34c fix avoid binary content in architect results with browser-esbuild
657f78292 fix avoid dev server update analysis when build fails with vite
2c33f09db fix avoid dev-server proxy rewrite normalization when invalid value
b182be8aa fix avoid in-memory prerendering ESM loader errors
0c982b993 fix avoid repeat error clear in vite development server
e41e2015b fix avoid spawning workers when there are no routes to prerender
2d2e79921 fix clean up internal Angular state during rendering SSR
83020fc32 fix clear diagnostic cache when external templates change with esbuild builders
c12f98f94 fix conditionally enable deprecated Less stylesheet JavaScript support
e10f49efa fix convert AOT compiler exceptions into diagnostics
667f43af6 fix correctly resolve polyfills when baseUrl URL is not set to root
d46fb128a fix disable dependency optimization for SSR
1b384308c fix disable parallel TS/NG compilation inside WebContainers
070da72c4 fix do not perform advanced optimizations on @angular/common/locales/global
508c7606e fix do not print Angular is running in development mode. in the server console when running prerender in dev mode
e817656f6 fix do not print Angular is running in development mode. in the server console when running prerender in dev mode
f806e3498 fix elide setClassDebugInfo calls
188a00f3e fix elide setClassMetadataAsync calls
05ce9d697 fix ensure all SSR chunks are resolved correctly with dev server
d392d653c fix ensure correct web worker URL resolution in vite dev server
1a6aa4378 fix ensure css url() prefix warnings support Sass rebasing
52f595655 fix ensure i18n locale data is included in SSR application builds
3ad028bb4 fix ensure localize polyfill and locale specifier are injected when not inlining
3e5a99c2c fix ensure recalculation of component diagnostics when template changes
fa234a418 fix ensure secondary Angular compilations are unblocked on start errors
c0c7dad77 fix ensure that externalMetadata is defined
ac7caa426 fix ensure unique internal identifiers for inline stylesheet bundling
1f73bcc49 fix ensure Web Worker code file is replaced in esbuild builders
23a722b79 fix exclude node.js built-ins from vite dependency optimization
fd2c4c324 fix expose ssr-dev-server builder in the public api
9eb58cf7a fix fail build on non bundling error when using the esbuild based builders
a3e9efe80 fix fully track Web Worker file changes in watch mode
b9505ed09 fix generate a file containing a list of prerendered routes
192a2ae6b fix handle HTTP requests to assets during prerendering
19191e32b fix handle HTTP requests to assets during SSG in dev-server
8981d8c35 fix improve sharing of TypeScript compilation state between various esbuild instances during rebuilds
5a3ae0159 fix in vite skip SSR middleware for path with extensions
f87f22d3f fix keep dependencies pre-bundling validate between builds
0da87bf1c fix limit concurrent output file writes with application builder
391ff78cb fix log number of prerendered routes in console
c46f312ad fix media files download files in vite
87425a791 fix normalize paths when invalidating stylesheet bundler
d4f37da50 fix only show changed output files in watch mode with esbuild
0d54f2d20 fix only watch used files with application builder
1f299ff2d fix prebundle dependencies for SSR when using Vite
58bd3971f fix process nested tailwind usage in application builder
60ca3c82d fix provide server baseUrl result property in Vite-based dev server
0c20cc4dc fix re-add TestBed compileComponents in schematics to support defer block testing
9453a2380 fix remove CJS usage warnings for inactionable packages
5bf7022c4 fix remove support for Node.js v16
c27ad719f fix remove unactionable error overlay suggestion from Vite-based dev server
263271fae fix resolve and load sourcemaps during prerendering to provide better stacktraces
651e3195f fix resolve and load sourcemaps when using vite dev server with prerendering and ssr
b78508fc8 fix several fixes to assets and files writes in browser-esbuild builder
c4c299bce fix silence xhr2 not ESM module warning
f7f6e97d0 fix skip checking CommonJS module descendants
c11a0f0d3 fix support custom index option paths in Vite-based dev server
6c3d7d1c1 fix update ssr option definition
4e89c3cae fix use a dash in bundle names
83b4b2567 fix use browserslist when processing global scripts in application builder
ca4d1634f fix use component style load result caching information for file watching
34947fc64 fix use incremental component style bundling only in watch mode
ec160fe4e fix warn if using partial mode with application builder
559e89159 fix Windows Node.js 20 prerendering failure (#​26186)
2cbec36c7 perf cache polyfills virtual module result
e06e95f73 perf conditionally add Angular compiler plugin to polyfills bundling
61f409cbe perf disable ahead of time prerendering in vite dev-server
01ab16c5d perf fully avoid rebuild of component stylesheets when unchanged
99d9037ee perf only perform a server build when either prerendering, app-shell or ssr is enabled
c013a95e2 perf only rebundle browser polyfills on explicit changes
e68a662bc perf only rebundle global scripts/styles on explicit changes
28d9ab88f perf only rebundle server polyfills on explicit changes
6d3942723 perf optimize server or browser only dependencies once
2e8e9d802 perf patch fetch to load assets from memory
49fe74e24 perf reduce CLI loading times by removing critters from critical path
07e2120da perf remove JavaScript transformer from server polyfills bundling
c28475d30 perf reuse esbuild generated output file hashes
59c22aa4c perf start SSR dependencies optimization before the first request
223a82f5f perf use incremental bundling for component styles in esbuild builders
4b67d2afd perf use single JS transformer instance during dev-server prebundling
@​angular-devkit/schematics
Commit Type Description
f600bbc97 refactor remove deprecated runExternalSchematicAsync and runSchematicAsync
@​angular/pwa
Commit Type Description
81e4917ce fix replace Angular logos
@​angular/ssr
Commit Type Description
dcf3fddff feat add performance profiler to CommonEngine
6224b0599 fix correctly set config URL
8d033841d fix enable prerender and ssr for all build configuration
ee0991bed fix enable performance profiler option name
@​ngtools/webpack
Commit Type Description
f43754570 feat add automated preconnects for image domains
4fe03266a fix account for arrow function IIFE
828030da0 fix account for styles specified as string literals and styleUrl
16428fc97 fix adjust static scan to find image domains in standlone components
486becdbb fix remove setClassDebugInfo calls
89f21ac8c fix remove setClassMetadataAsync calls
8899fb9e3 fix skip transforming empty inline styles in Webpack JIT compilations

v16.2.10

Compare Source

@​angular-devkit/build-angular
Commit Type Description
bab3672cd fix normalize exclude path
dotnet/aspnetcore (Microsoft.Extensions.FileProviders.Embedded)

v8.0.0

v7.0.14

dotnet/runtime (Microsoft.Extensions.Logging.Abstractions)

v8.0.0: .NET 8.0.0

Release

actions/github-script (actions/github-script)

v7

Compare Source

okonet/lint-staged (lint-staged)

v15.1.0

Compare Source

Minor Changes
Patch Changes
openai/openai-node (openai)

v4.18.0

Compare Source

Full Changelog: v4.17.5...v4.18.0

Features

v4.17.5

Compare Source

Full Changelog: v4.17.4...v4.17.5

Chores
  • fix typo in docs and add request header for function calls (#​494) (22ce244)

v4.17.4

Compare Source

Full Changelog: v4.17.3...v4.17.4

Chores

v4.17.3

Compare Source

Full Changelog: v4.17.2...v4.17.3

v4.17.2

Compare Source

Full Changelog: v4.17.1...v4.17.2

Chores

v4.17.1

Compare Source

Full Changelog: v4.17.0...v4.17.1

Refactors
  • client: deprecate files.retrieveContent in favour of files.content (#​474) (7c7bfc2)

v4.17.0

Compare Source

Full Changelog: v4.16.2...v4.17.0

Features
Refactors
  • api: rename FunctionObject to FunctionDefinition (#​470) (f3990c7)

v4.16.2

Compare Source

Full Changelog: v4.16.1...v4.16.2

Bug Fixes
Chores
Documentation
prettier/prettier (prettier)

v3.1.0

Compare Source

diff

🔗 Release Notes

FormidableLabs/prism-react-renderer (prism-react-renderer)

v2.2.0

Compare Source

Minor Changes
Patch Changes
  • Fix html language preset by using markup instead.
    (#​230)
rollup/rollup (rollup)

v4.4.1

Compare Source

2023-11-14

Bug Fixes
  • Do not flag duplicate function declarations in function scopes as syntax errors (#​5248)
Pull Requests

v4.4.0

Compare Source

2023-11-12

Features
  • Replace SWC linting with faster internal linting to error on duplicate declarations etc. (#​5207)
Bug Fixes
  • Show proper error when an entry exports non-existing bindings (#​5207)
Pull Requests

v4.3.1

Compare Source

2023-11-11

Bug Fixes
  • Fix rename error when handling errors in watch mode (#​5240)
  • Prevent warning when using --forceExit (#​5245)
Pull Requests
tokio-rs/tokio (tokio)

v1.34.0: Tokio v1.34.0

Compare Source

Fixed
  • io: allow clear_readiness after io driver shutdown ([#​6067])
  • io: fix integer overflow in take ([#​6080])
  • io: fix I/O resource hang ([#​6134])
  • sync: fix broadcast::channel link ([#​6100])
Changed
  • macros:

Configuration

📅 Schedule: Branch creation - "on monday and thursday" (UTC), 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.

Copy link

codecov bot commented Nov 14, 2023

Codecov Report

Merging #145 (7a0d85c) into main (32cda32) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #145   +/-   ##
=========================================
  Coverage     55.88%   55.88%           
  Complexity        2        2           
=========================================
  Files            83       83           
  Lines          2650     2650           
  Branches        155      155           
=========================================
  Hits           1481     1481           
  Misses         1114     1114           
  Partials         55       55           
Flag Coverage Δ
csharp 40.15% <ø> (ø)
kotlin 62.39% <ø> (ø)
nodejs 98.97% <ø> (ø)
rust 30.92% <ø> (ø)

Impacted file tree graph


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 32cda32...7a0d85c. Read the comment docs.

| datasource  | package                                     | from   | to     |
| ----------- | ------------------------------------------- | ------ | ------ |
| npm         | @angular-devkit/core                        | 16.2.9 | 17.0.0 |
| npm         | @angular-devkit/schematics                  | 16.2.9 | 17.0.0 |
| npm         | @angular-devkit/schematics-cli              | 16.2.9 | 17.0.0 |
| nuget       | Microsoft.Extensions.FileProviders.Embedded | 7.0.13 | 8.0.0  |
| nuget       | Microsoft.Extensions.Logging.Abstractions   | 7.0.1  | 8.0.0  |
| nuget       | System.Text.Encodings.Web                   | 7.0.0  | 8.0.0  |
| github-tags | actions/github-script                       | v6     | v7     |
| npm         | lint-staged                                 | 15.0.2 | 15.1.0 |
| npm         | openai                                      | 4.16.1 | 4.18.0 |
| npm         | prettier                                    | 3.0.3  | 3.1.0  |
| npm         | prism-react-renderer                        | 2.1.0  | 2.2.0  |
| npm         | rollup                                      | 4.3.0  | 4.4.1  |
| crate       | tokio                                       | 1.33.0 | 1.34.0 |
| npm         | @yarnpkg/cli                                | 4.0.1  | 4.0.2  |
| maven       | com.theokanning.openai-gpt3-java:service    | 0.16.1 | 0.17.0 |
@toadfanszz toadfanszz added this pull request to the merge queue Nov 15, 2023
Merged via the queue into main with commit 96f8e97 Nov 15, 2023
66 checks passed
@toadfanszz toadfanszz deleted the renovate/all branch November 15, 2023 01:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant