Skip to content

Commit

Permalink
chore(release): publish v2024.3.37
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <[email protected]>
  • Loading branch information
davidsneighbour committed Aug 25, 2024
1 parent 52f64f7 commit df89753
Show file tree
Hide file tree
Showing 19 changed files with 132 additions and 373 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2024.3.35",
"version": "2024.3.37",
"command": {
"version": {
"allowBranch": "main",
Expand Down
456 changes: 110 additions & 346 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@
"@davidsneighbour/tools": "file:./packages/tools",
"@davidsneighbour/webpack-config": "file:./packages/webpack-config",
"@types/node": "22.5.0",
"eslint": "^9.9.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-promise": "^7.1.0",
"lerna": "8.1.8"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/babel-config",
"description": "Babel configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/bootstrap-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/bootstrap-config",
"description": "Bootstrap configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/browserslist-config",
"description": "Browserslist configuration for davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/commitlint-config",
"description": "Commitlint configuration for davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/cypress-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/cypress-config",
"description": "Cypress configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/eslint-config",
"description": "ESlint configuration for use in davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down Expand Up @@ -36,8 +36,8 @@
"eslint-plugin-unicorn": "55.0.0"
},
"devDependencies": {
"@types/eslint__js": "8.42.3",
"@types/eslint-plugin-markdown": "2.0.2"
"@types/eslint-plugin-markdown": "2.0.2",
"@types/eslint__js": "8.42.3"
},
"scripts": {
"eslint:config": "npx @eslint/config-inspector --config index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/frontmatter-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/frontmatter-config",
"description": "Front Matter configuration for use in davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/htmlvalidate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/htmlvalidate-config",
"description": "HTML Validate configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdownlint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/markdownlint-config",
"description": "Markdownlint configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
4 changes: 2 additions & 2 deletions packages/postcss-config/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@davidsneighbour/postcss-config",
"description": "PostCSS configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/postcss-config",
"type": "module",
"dependencies": {
"@davidsneighbour/browserslist-config": "^2024.3.35",
"@davidsneighbour/browserslist-config": "^2024.3.37",
"@fullhuman/postcss-purgecss": "6.0.0",
"autoprefixer": "10.4.20",
"cssnano": "7.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/prettier-config",
"description": "Prettier configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
4 changes: 2 additions & 2 deletions packages/release-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@davidsneighbour/release-config",
"description": "Release script configuration for @davidsneighbour's projects",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/release-config",
"dependencies": {
"@davidsneighbour/tools": "^2024.3.35",
"@davidsneighbour/tools": "^2024.3.37",
"commit-and-tag-version": "12.4.2",
"simple-git-hooks": "^2.11.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/remark-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/remark-config",
"description": "Remarklint configuration used in davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@davidsneighbour/stylelint-config",
"description": "Stylelint configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
"bugs": "https://github.com/davidsneighbour/configurations/issues",
"homepage": "https://github.com/davidsneighbour/configurations/tree/main/packages/stylelint-config",
"dependencies": {
"@davidsneighbour/browserslist-config": "^2024.3.35",
"@davidsneighbour/browserslist-config": "^2024.3.37",
"postcss": "8.4.41",
"postcss-cli": "11.0.0",
"postcss-scss": "4.0.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/tools",
"description": "Tooling packages for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@davidsneighbour/webpack-config",
"description": "Webpack configuration for use in @davidsneighbour projects.",
"version": "2024.3.35",
"version": "2024.3.37",
"license": "MIT",
"repository": "davidsneighbour/configurations",
"author": "Patrick Kollitsch <[email protected]> (https://davids-neighbour.com)",
Expand Down

0 comments on commit df89753

Please sign in to comment.