1
1
mirror of https://github.com/primer/css.git synced 2024-10-03 20:07:58 +03:00
css/package.json

110 lines
3.1 KiB
JSON
Raw Normal View History

{
"name": "@primer/css",
"version": "21.4.0",
"description": "The CSS implementation of GitHub's Primer Design System",
2019-03-06 08:40:34 +03:00
"homepage": "https://primer.style/css",
"author": "GitHub, Inc.",
"engines": {
"node": ">=16.0.0"
},
"license": "MIT",
"style": "dist/primer.css",
"sass": "index.scss",
"type": "module",
"main": "dist/primer.js",
"repository": "https://github.com/primer/css",
"bugs": {
"url": "https://github.com/primer/css/issues"
},
"keywords": [
"primer",
"css",
"github",
"design-system"
],
"scripts": {
"build:docs": "script/build-docs",
"build:docs:preview": "script/build-docs preview",
2022-08-13 01:17:56 +03:00
"build:css": "script/build-css.js",
2019-09-10 21:23:05 +03:00
"dist": "script/dist.js",
2022-08-13 01:17:56 +03:00
"dist:watch": "chokidar \"src/**/*.scss\" -c \"script/dist.js\"",
"stylelint": "stylelint --quiet --rd 'src/**/*.scss'",
"stylelint:fix": "npm run stylelint -- --fix",
"stylelint:remove-disables": "script/stylelint-remove-disables.js 'src/**/*.scss'",
"stylelint:add-disables": "script/stylelint-add-disables.js 'src/**/*.scss'",
2021-04-07 18:33:42 +03:00
"eslint": "eslint deprecations.js __tests__ script",
2021-03-26 00:16:57 +03:00
"prepublishOnly": "script/prepublish",
"pretest": "npm run dist && script/pretest",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest",
2021-10-15 00:21:02 +03:00
"release": "changeset publish",
"storybook": "cd docs && npm i && npx storybook build",
"build:storybook": "cd docs && npm i && npm run build:storybook"
2016-05-25 21:56:43 +03:00
},
"dependencies": {
Bump the all group across 1 directory with 8 updates (#2694) * Bump the all group across 1 directory with 8 updates Bumps the all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@primer/primitives](https://github.com/primer/primitives) | `8.2.4` | `9.0.3` | | [@primer/view-components](https://github.com/primer/view_components) | `0.30.0` | `0.32.0` | | [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.fd47ce2` | `13.0.0-rc.3392714` | | [eslint](https://github.com/eslint/eslint) | `9.8.0` | `9.9.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.7.0` | `28.8.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.41` | `8.4.43` | | [postcss-calc](https://github.com/postcss/postcss-calc) | `10.0.1` | `10.0.2` | | [stylelint](https://github.com/stylelint/stylelint) | `16.8.1` | `16.9.0` | Updates `@primer/primitives` from 8.2.4 to 9.0.3 - [Release notes](https://github.com/primer/primitives/releases) - [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/primitives/compare/v8.2.4...v9.0.3) Updates `@primer/view-components` from 0.30.0 to 0.32.0 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.30.0...v0.32.0) Updates `@primer/stylelint-config` from 13.0.0-rc.fd47ce2 to 13.0.0-rc.3392714 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits) Updates `eslint` from 9.8.0 to 9.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.8.0...v9.9.1) Updates `eslint-plugin-jest` from 28.7.0 to 28.8.2 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.7.0...v28.8.2) Updates `postcss` from 8.4.41 to 8.4.43 - [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.41...8.4.43) Updates `postcss-calc` from 10.0.1 to 10.0.2 - [Release notes](https://github.com/postcss/postcss-calc/releases) - [Changelog](https://github.com/postcss/postcss-calc/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-calc/compare/v10.0.1...v10.0.2) Updates `stylelint` from 16.8.1 to 16.9.0 - [Release notes](https://github.com/stylelint/stylelint/releases) - [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md) - [Commits](https://github.com/stylelint/stylelint/compare/16.8.1...16.9.0) --- updated-dependencies: - dependency-name: "@primer/primitives" dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss-calc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: stylelint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * add eslint disables --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
2024-09-02 15:09:13 +03:00
"@primer/primitives": "^9.0.3",
Bump the all group across 1 directory with 6 updates (#2702) * Bump the all group across 1 directory with 6 updates Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@primer/primitives](https://github.com/primer/primitives) | `9.1.0` | `9.1.1` | | [@primer/view-components](https://github.com/primer/view_components) | `0.33.0` | `0.34.0` | | [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.fe9ab86` | `13.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | Updates `@primer/primitives` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/primer/primitives/releases) - [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/primitives/compare/v9.1.0...v9.1.1) Updates `@primer/view-components` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.33.0...v0.34.0) Updates `@primer/stylelint-config` from 13.0.0-rc.fe9ab86 to 13.0.0 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits/v13.0.0) Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0) Updates `eslint-plugin-github` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2) Updates `postcss` from 8.4.45 to 8.4.47 - [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.45...8.4.47) --- updated-dependencies: - dependency-name: "@primer/primitives" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Disable lint errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2024-09-18 00:28:06 +03:00
"@primer/view-components": "^0.34.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@csstools/postcss-sass": "^5.1.1",
"@github/prettier-config": "^0.0.6",
"@primer/stylelint-config": "^13.0.0-rc.af5663d",
"autoprefixer": "^10.4.18",
"chokidar-cli": "^3.0.0",
"cssstats": "^4.0.5",
Bump the all group with 10 updates (#2637) * Bump the all group with 10 updates Bumps the all group with 10 updates: | Package | From | To | | --- | --- | --- | | [@primer/primitives](https://github.com/primer/primitives) | `8.2.0` | `8.2.2` | | [@primer/view-components](https://github.com/primer/view_components) | `0.22.0` | `0.25.1` | | [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.af5663d` | `13.0.0-rc.3392714` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.4.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `4.10.2` | `5.0.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.5.0` | `28.6.0` | | [filesize](https://github.com/avoidwork/filesize.js) | `10.1.0` | `10.1.2` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.3` | `6.0.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.2` | Updates `@primer/primitives` from 8.2.0 to 8.2.2 - [Release notes](https://github.com/primer/primitives/releases) - [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/primitives/compare/v8.2.0...v8.2.2) Updates `@primer/view-components` from 0.22.0 to 0.25.1 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.22.0...v0.25.1) Updates `@primer/stylelint-config` from 13.0.0-rc.af5663d to 13.0.0-rc.3392714 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits) Updates `eslint` from 8.57.0 to 9.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0) Updates `eslint-plugin-github` from 4.10.2 to 5.0.1 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.2...v5.0.1) Updates `eslint-plugin-jest` from 28.5.0 to 28.6.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0) Updates `filesize` from 10.1.0 to 10.1.2 - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.2) Updates `postcss-load-config` from 5.0.3 to 6.0.1 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/v5.0.3...6.0.1) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.2) Updates `semver` from 7.6.0 to 7.6.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.2) --- updated-dependencies: - dependency-name: "@primer/primitives" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: filesize dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: semver dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Rename .eslintrc.json to eslint.config.json * Update and rename eslint.config.json to eslint.config.cjs * Update eslint.config.cjs * Fix config --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2024-06-12 00:31:53 +03:00
"eslint": "^9.4.0",
"eslint-plugin-github": "^5.0.1",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-prettier": "^5.1.3",
"filesize": "^10.0.5",
"front-matter": "^4.0.2",
"fs-extra": "^11.1.0",
"globby": "^14.0.1",
"jest": "^29.5.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.35",
"postcss-calc": "^10.0.0",
"postcss-import": "^16.0.1",
Bump the all group with 10 updates (#2637) * Bump the all group with 10 updates Bumps the all group with 10 updates: | Package | From | To | | --- | --- | --- | | [@primer/primitives](https://github.com/primer/primitives) | `8.2.0` | `8.2.2` | | [@primer/view-components](https://github.com/primer/view_components) | `0.22.0` | `0.25.1` | | [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.af5663d` | `13.0.0-rc.3392714` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.4.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `4.10.2` | `5.0.1` | | [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `28.5.0` | `28.6.0` | | [filesize](https://github.com/avoidwork/filesize.js) | `10.1.0` | `10.1.2` | | [postcss-load-config](https://github.com/postcss/postcss-load-config) | `5.0.3` | `6.0.1` | | [prettier](https://github.com/prettier/prettier) | `3.2.5` | `3.3.2` | | [semver](https://github.com/npm/node-semver) | `7.6.0` | `7.6.2` | Updates `@primer/primitives` from 8.2.0 to 8.2.2 - [Release notes](https://github.com/primer/primitives/releases) - [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/primitives/compare/v8.2.0...v8.2.2) Updates `@primer/view-components` from 0.22.0 to 0.25.1 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.22.0...v0.25.1) Updates `@primer/stylelint-config` from 13.0.0-rc.af5663d to 13.0.0-rc.3392714 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits) Updates `eslint` from 8.57.0 to 9.4.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.4.0) Updates `eslint-plugin-github` from 4.10.2 to 5.0.1 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v4.10.2...v5.0.1) Updates `eslint-plugin-jest` from 28.5.0 to 28.6.0 - [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases) - [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v28.5.0...v28.6.0) Updates `filesize` from 10.1.0 to 10.1.2 - [Changelog](https://github.com/avoidwork/filesize.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/avoidwork/filesize.js/compare/10.1.0...10.1.2) Updates `postcss-load-config` from 5.0.3 to 6.0.1 - [Release notes](https://github.com/postcss/postcss-load-config/releases) - [Changelog](https://github.com/postcss/postcss-load-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-load-config/compare/v5.0.3...6.0.1) Updates `prettier` from 3.2.5 to 3.3.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.3.2) Updates `semver` from 7.6.0 to 7.6.2 - [Release notes](https://github.com/npm/node-semver/releases) - [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-semver/compare/v7.6.0...v7.6.2) --- updated-dependencies: - dependency-name: "@primer/primitives" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: eslint-plugin-jest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: filesize dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss-load-config dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: semver dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Rename .eslintrc.json to eslint.config.json * Update and rename eslint.config.json to eslint.config.cjs * Update eslint.config.cjs * Fix config --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2024-06-12 00:31:53 +03:00
"postcss-load-config": "^6.0.1",
"postcss-scss": "^4.0.5",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"semver": "^7.6.0",
Bump the all group across 1 directory with 6 updates (#2702) * Bump the all group across 1 directory with 6 updates Bumps the all group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@primer/primitives](https://github.com/primer/primitives) | `9.1.0` | `9.1.1` | | [@primer/view-components](https://github.com/primer/view_components) | `0.33.0` | `0.34.0` | | [@primer/stylelint-config](https://github.com/primer/stylelint-config) | `13.0.0-rc.fe9ab86` | `13.0.0` | | [eslint](https://github.com/eslint/eslint) | `9.9.1` | `9.10.0` | | [eslint-plugin-github](https://github.com/github/eslint-plugin-github) | `5.0.1` | `5.0.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.45` | `8.4.47` | Updates `@primer/primitives` from 9.1.0 to 9.1.1 - [Release notes](https://github.com/primer/primitives/releases) - [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/primitives/compare/v9.1.0...v9.1.1) Updates `@primer/view-components` from 0.33.0 to 0.34.0 - [Release notes](https://github.com/primer/view_components/releases) - [Changelog](https://github.com/primer/view_components/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/view_components/compare/v0.33.0...v0.34.0) Updates `@primer/stylelint-config` from 13.0.0-rc.fe9ab86 to 13.0.0 - [Release notes](https://github.com/primer/stylelint-config/releases) - [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/stylelint-config/commits/v13.0.0) Updates `eslint` from 9.9.1 to 9.10.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.9.1...v9.10.0) Updates `eslint-plugin-github` from 5.0.1 to 5.0.2 - [Release notes](https://github.com/github/eslint-plugin-github/releases) - [Commits](https://github.com/github/eslint-plugin-github/compare/v5.0.1...v5.0.2) Updates `postcss` from 8.4.45 to 8.4.47 - [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.45...8.4.47) --- updated-dependencies: - dependency-name: "@primer/primitives" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: "@primer/view-components" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: "@primer/stylelint-config" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: eslint-plugin-github dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: postcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> * Disable lint errors --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2024-09-18 00:28:06 +03:00
"stylelint": "^16.9.0",
"table": "^6.8.1"
2021-03-30 08:10:34 +03:00
},
"jest": {
2021-03-31 02:53:47 +03:00
"testEnvironment": "node",
"testPathIgnorePatterns": [
"/node_modules/",
"/__tests__/utils/",
"/__tests__/docs.test.js"
],
"transform": {}
},
"browserslist": [
"last 10 Chrome versions",
"last 4 Firefox versions",
"last 3 Safari versions",
"not Safari 12",
"last 4 Edge versions",
"not Edge <= 18",
"Firefox ESR"
2021-04-06 06:35:12 +03:00
],
"eslintConfig": {
2021-04-07 18:33:42 +03:00
"extends": [
"plugin:github/internal",
"plugin:github/recommended"
],
2021-04-06 06:35:12 +03:00
"env": {
2021-04-07 18:33:42 +03:00
"es6": true,
"node": true
2021-04-06 06:35:12 +03:00
},
"parserOptions": {
2021-04-07 18:33:42 +03:00
"ecmaVersion": 2017,
"requireConfigFile": false
}
}
}