• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

glorious-codes / glorious-codes / 823c81e8-c846-4654-b928-3aa8872625cd

05 Oct 2023 08:12PM CUT coverage: 100.0%. Remained the same
823c81e8-c846-4654-b928-3aa8872625cd

Pull #107

circleci

web-flow
chore(deps): bump postcss and css-loader

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.31 and updates ancestor dependency [css-loader](https://github.com/webpack-contrib/css-loader). These dependencies need to be updated together.


Updates `postcss` from 8.4.21 to 8.4.31
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.21...8.4.31)

Updates `css-loader` from 3.6.0 to 6.8.1
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v3.6.0...v6.8.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: css-loader
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #107: chore(deps): bump postcss and css-loader

27 of 27 branches covered (100.0%)

Branch coverage included in aggregate %.

252 of 252 relevant lines covered (100.0%)

14.77 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/scripts/author/views/home/home.js
1
import seoService from '@scripts/base/services/seo/seo';
2
import viewport from '@scripts/base/components/viewport/viewport';
3
import row from '@scripts/base/components/row/row';
4
import rowItem from '@scripts/base/components/row-item/row-item';
5
import authorViewSummary from '@scripts/author/components/author-view-summary/author-view-summary';
6
import template from './home.html';
7

8
const head = seoService.buildHead({
1✔
9
  title: 'Author',
10
  description: [
11
    'My name is Rafael Camargo, developer with a sharp eye for design focused',
12
    'on Frontend/UI Architecture. Maker of Nashios, Teleflik and Dollert.'
13
  ],
14
  keywords: 'Rafael Camargo, nashios, teleflik, dollert, frontend, UI, design'
15
});
16

17
export default {
18
  name: 'author',
19
  components: {
20
    viewport,
21
    row,
22
    rowItem,
23
    authorViewSummary
24
  },
25
  head,
26
  template
27
};
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc