Title: Bump postcss and @angular-devkit/build-angular in /Savanna-Sample-Application by dependabot[bot] · Pull Request #40 · ZebraDevs/DataServices-JavaScript-Samples · GitHub
Open Graph Title: Bump postcss and @angular-devkit/build-angular in /Savanna-Sample-Application by dependabot[bot] · Pull Request #40 · ZebraDevs/DataServices-JavaScript-Samples
X Title: Bump postcss and @angular-devkit/build-angular in /Savanna-Sample-Application by dependabot[bot] · Pull Request #40 · ZebraDevs/DataServices-JavaScript-Samples
Description: Bumps postcss to 8.4.23 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates postcss from 7.0.21 to 8.4.23 Release notes Sourced from postcss's releases. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by @remcohaszing). 8.4.21 Fixed Input#error types (by @hudochenkov). 8.4.20 Fixed source map generation for childless at-rules like @layer. 8.4.19 Fixed whitespace preserving after AST transformations (by @romainmenke). 8.4.18 Fixed an error on absolute: true with empty sourceContent (by @KingSora). 8.4.17 Fixed Node.before() unexpected behavior (by @romainmenke). Added TOC to docs (by @muddv). 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. 8.4.14 Print “old plugin API” warning only if plugin was used (by @zardoy). 8.4.13 Fixed append() error after using .parent (by @thecrypticace). 8.4.12 Fixed package.funding to have same value between all PostCSS packages. 8.4.11 Fixed Declaration#raws.value type. 8.4.10 Fixed package.funding URL format. 8.4.9 Fixed package.funding (by @mondeja). 8.4.8 Fixed end position in empty Custom Properties. 8.4.7 ... (truncated) Changelog Sourced from postcss's changelog. 8.4.23 Fixed warnings in TypeDoc. 8.4.22 Fixed TypeScript support with node16 (by Remco Haszing). 8.4.21 Fixed Input#error types (by Aleks Hudochenkov). 8.4.20 Fixed source map generation for childless at-rules like @layer. 8.4.19 Fixed whitespace preserving after AST transformations (by Romain Menke). 8.4.18 Fixed an error on absolute: true with empty sourceContent (by Rene Haas). 8.4.17 Fixed Node.before() unexpected behavior (by Romain Menke). Added TOC to docs (by Mikhail Dedov). 8.4.16 Fixed Root AST migration. 8.4.15 Fixed AST normalization after using custom parser with old PostCSS AST. 8.4.14 Print “old plugin API” warning only if plugin was used (by @zardoy). 8.4.13 Fixed append() error after using .parent (by Jordan Pittman). 8.4.12 Fixed package.funding to have same value between all PostCSS packages. 8.4.11 Fixed Declaration#raws.value type. 8.4.10 Fixed package.funding URL format. 8.4.9 Fixed package.funding (by Álvaro Mondéjar). 8.4.8 Fixed end position in empty Custom Properties. 8.4.7 ... (truncated) Commits aa9e03e Release 8.4.23 version 691b299 Fix TSDocs 8190234 Update dependencies 5f8dbdb Move to Node.js 20 on CI 7de4860 Release 8.4.22 version a9a157a Merge pull request #1815 from remcohaszing/fix-types 98de266 Revert unwanted changes 4947e3b Fix broken test bda836a Remove intermediate classes for default exports d33810c Merge branch 'main' into fix-types Additional commits viewable in compare view Updates @angular-devkit/build-angular from 0.900.3 to 16.0.0 Release notes Sourced from @angular-devkit/build-angular's releases. v16.0.0 16.0.0 (2023-05-03) @angular/cli Commit Description remove deprecated defaultCollection from workspace configuration remove deprecated defaultProject from workspace configuration show optional migrations during update process remove Node.js v14 support @schematics/angular Commit Description add support to add service worker to standalone application generate functional resolvers and guards by default Implement a standalone flag for new applications remove deprecated CanLoad option for guards remove generation of BrowserModule.withServerTransition update app-shell schematic to support standalone applications Update universal schematic to support standalone applications add experimental message when using standalone application schematic. add standalone option to library library provide migration that disables build optimizer on dev server builds reformat app.config.ts remove compileComponents from component test schematic rename app.server.module.ts to app.module.server.ts replace provideServerSupport with provideServerRendering update private Components utilities to work with standalone project structure use same property order in standalone AppComponent Commit Description update to TypeScript 5 and drop support for TypeScript 4.8 @angular-devkit/architect Commit Description allow registered builder teardowns to execute @angular-devkit/build-angular Commit Description add CSP support for inline styles display build output table with esbuild implement progress option for esbuild builder initial autoprefixer support for CSS in esbuild builder initial development server for esbuild-based builder initial tailwindcss support for CSS in esbuild builder support module resolution with less stylesheets in esbuild builder support scripts option with esbuild builder support SSL options with esbuild development server support standalone app-shell generation ... (truncated) Changelog Sourced from @angular-devkit/build-angular's changelog. 16.0.0 (2023-05-03) Breaking Changes @angular/cli The deprecated defaultCollection workspace option has been removed. Use schematicCollections instead. Before "defaultCollection": "@angular/material" After "schematicCollections": ["@angular/material"] The deprecated defaultProject workspace option has been removed. The project to use will be determined from the current working directory. Node.js v14 support has been removed Node.js v14 is planned to be End-of-Life on 2023-04-30. Angular will stop supporting Node.js v14 in Angular v16. Angular v16 will continue to officially support Node.js versions v16 and v18. @schematics/angular ng g resolver and ng g guard now generate a functional resolver or guard by default. It is still possible to generate a (deprecated) class-based resolver or guard by using ng g resolver --no-functional or ng g guard --no-functional. The CLI no longer allows to generate CanLoad guards. Use CanMatch instead. TypeScript 4.8 is no longer supported. @angular-devkit/build-angular Deprecated outputPath and outputPaths from the server and browser builder have been removed from the builder output. Use outputs instead. Note: this change does not effect application developers. @angular-devkit/core Several changes to the SchemaRegistry. compile method now returns a Promise. Deprecated flatten has been removed without replacement. ContentHasMutatedException, InvalidUpdateRecordException, UnimplementedException and MergeConflictException API from @angular-devkit/core have been removed in favor of the API from @angular-devkit/schematics. UnsupportedPlatformException - A custom error exception should be created instead. @angular-devkit/schematics ... (truncated) Commits See full diff in compare view Maintainer changes This version was pushed to npm by google-wombot, a new releaser for @angular-devkit/build-angular since your current version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Open Graph Description: Bumps postcss to 8.4.23 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates postcss from 7.0.21 to 8.4.23 Release notes Sourced f...
X Description: Bumps postcss to 8.4.23 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates postcss from 7.0.21 to 8.4.23 Release notes Sourced f...
Opengraph URL: https://github.com/ZebraDevs/DataServices-JavaScript-Samples/pull/40
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:47c341b6-e907-992b-d673-296cd5f77ee3 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | CBE0:120681:C1278:11542F:6982184D |
| html-safe-nonce | 635b4d2b11c227f693886a68eb94621fb05154188618d6193e837225e9b1a097 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQkUwOjEyMDY4MTpDMTI3ODoxMTU0MkY6Njk4MjE4NEQiLCJ2aXNpdG9yX2lkIjoiNjM5MTQzNjU4NTY5OTk2MzY1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | c79f5b4382f091158b392907a13ea9b66883028c2ea2c5c48c66c82db3eca692 |
| hovercard-subject-tag | pull_request:1341242448 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/ZebraDevs/DataServices-JavaScript-Samples/pull/40/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps postcss to 8.4.23 and updates ancestor dependency @angular-devkit/build-angular. These dependencies need to be updated together. Updates postcss from 7.0.21 to 8.4.23 Release notes Sourced f... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | c5d01132ac10b0b45b88f4c1c8790502d669eb065ff383dc5e4757c174f3380f |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/ZebraDevs/DataServices-JavaScript-Samples git https://github.com/ZebraDevs/DataServices-JavaScript-Samples.git |
| octolytics-dimension-user_id | 62951800 |
| octolytics-dimension-user_login | ZebraDevs |
| octolytics-dimension-repository_id | 234590417 |
| octolytics-dimension-repository_nwo | ZebraDevs/DataServices-JavaScript-Samples |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 234590417 |
| octolytics-dimension-repository_network_root_nwo | ZebraDevs/DataServices-JavaScript-Samples |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 0ac87bbde7c9f04b7ead5505c12f56048d89df09 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width