chore(deps): update devdependencies (non-major) (#28840)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
		@@ -5,7 +5,7 @@
 | 
				
			|||||||
  "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
 | 
					  "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "features": {
 | 
					  "features": {
 | 
				
			||||||
    "ghcr.io/devcontainers/features/sshd:1": {}
 | 
					    "ghcr.io/devcontainers/features/sshd:1": {},
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "runServices": ["app", "db", "redis"],
 | 
					  "runServices": ["app", "db", "redis"],
 | 
				
			||||||
@@ -15,16 +15,16 @@
 | 
				
			|||||||
  "portsAttributes": {
 | 
					  "portsAttributes": {
 | 
				
			||||||
    "3000": {
 | 
					    "3000": {
 | 
				
			||||||
      "label": "web",
 | 
					      "label": "web",
 | 
				
			||||||
      "onAutoForward": "notify"
 | 
					      "onAutoForward": "notify",
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "4000": {
 | 
					    "4000": {
 | 
				
			||||||
      "label": "stream",
 | 
					      "label": "stream",
 | 
				
			||||||
      "onAutoForward": "silent"
 | 
					      "onAutoForward": "silent",
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "otherPortsAttributes": {
 | 
					  "otherPortsAttributes": {
 | 
				
			||||||
    "onAutoForward": "silent"
 | 
					    "onAutoForward": "silent",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "remoteEnv": {
 | 
					  "remoteEnv": {
 | 
				
			||||||
@@ -33,7 +33,7 @@
 | 
				
			|||||||
    "STREAMING_API_BASE_URL": "https://${localEnv:CODESPACE_NAME}-4000.app.github.dev",
 | 
					    "STREAMING_API_BASE_URL": "https://${localEnv:CODESPACE_NAME}-4000.app.github.dev",
 | 
				
			||||||
    "DISABLE_FORGERY_REQUEST_PROTECTION": "true",
 | 
					    "DISABLE_FORGERY_REQUEST_PROTECTION": "true",
 | 
				
			||||||
    "ES_ENABLED": "",
 | 
					    "ES_ENABLED": "",
 | 
				
			||||||
    "LIBRE_TRANSLATE_ENDPOINT": ""
 | 
					    "LIBRE_TRANSLATE_ENDPOINT": "",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
					  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
				
			||||||
@@ -43,7 +43,7 @@
 | 
				
			|||||||
  "customizations": {
 | 
					  "customizations": {
 | 
				
			||||||
    "vscode": {
 | 
					    "vscode": {
 | 
				
			||||||
      "settings": {},
 | 
					      "settings": {},
 | 
				
			||||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
 | 
					      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"],
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
  }
 | 
					  },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -5,7 +5,7 @@
 | 
				
			|||||||
  "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
 | 
					  "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "features": {
 | 
					  "features": {
 | 
				
			||||||
    "ghcr.io/devcontainers/features/sshd:1": {}
 | 
					    "ghcr.io/devcontainers/features/sshd:1": {},
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "forwardPorts": [3000, 4000],
 | 
					  "forwardPorts": [3000, 4000],
 | 
				
			||||||
@@ -14,17 +14,17 @@
 | 
				
			|||||||
    "3000": {
 | 
					    "3000": {
 | 
				
			||||||
      "label": "web",
 | 
					      "label": "web",
 | 
				
			||||||
      "onAutoForward": "notify",
 | 
					      "onAutoForward": "notify",
 | 
				
			||||||
      "requireLocalPort": true
 | 
					      "requireLocalPort": true,
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "4000": {
 | 
					    "4000": {
 | 
				
			||||||
      "label": "stream",
 | 
					      "label": "stream",
 | 
				
			||||||
      "onAutoForward": "silent",
 | 
					      "onAutoForward": "silent",
 | 
				
			||||||
      "requireLocalPort": true
 | 
					      "requireLocalPort": true,
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "otherPortsAttributes": {
 | 
					  "otherPortsAttributes": {
 | 
				
			||||||
    "onAutoForward": "silent"
 | 
					    "onAutoForward": "silent",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
					  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
				
			||||||
@@ -34,7 +34,7 @@
 | 
				
			|||||||
  "customizations": {
 | 
					  "customizations": {
 | 
				
			||||||
    "vscode": {
 | 
					    "vscode": {
 | 
				
			||||||
      "settings": {},
 | 
					      "settings": {},
 | 
				
			||||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
 | 
					      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"],
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
  }
 | 
					  },
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -11,7 +11,7 @@
 | 
				
			|||||||
    "noEmit": true,
 | 
					    "noEmit": true,
 | 
				
			||||||
    "resolveJsonModule": true,
 | 
					    "resolveJsonModule": true,
 | 
				
			||||||
    "strict": false,
 | 
					    "strict": false,
 | 
				
			||||||
    "target": "ES2022"
 | 
					    "target": "ES2022",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"]
 | 
					  "exclude": ["**/build/*", "**/node_modules/*", "**/public/*", "**/vendor/*"],
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@
 | 
				
			|||||||
    "moduleResolution": "node",
 | 
					    "moduleResolution": "node",
 | 
				
			||||||
    "noUnusedParameters": false,
 | 
					    "noUnusedParameters": false,
 | 
				
			||||||
    "tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
 | 
					    "tsBuildInfoFile": "../tmp/cache/streaming/tsconfig.tsbuildinfo",
 | 
				
			||||||
    "paths": {}
 | 
					    "paths": {},
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "include": ["./*.js", "./.eslintrc.js"]
 | 
					  "include": ["./*.js", "./.eslintrc.js"],
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,12 +15,12 @@
 | 
				
			|||||||
    "paths": {
 | 
					    "paths": {
 | 
				
			||||||
      "mastodon": ["app/javascript/mastodon"],
 | 
					      "mastodon": ["app/javascript/mastodon"],
 | 
				
			||||||
      "mastodon/*": ["app/javascript/mastodon/*"],
 | 
					      "mastodon/*": ["app/javascript/mastodon/*"],
 | 
				
			||||||
      "@/*": ["app/javascript/*"]
 | 
					      "@/*": ["app/javascript/*"],
 | 
				
			||||||
    }
 | 
					    },
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "include": [
 | 
					  "include": [
 | 
				
			||||||
    "app/javascript/mastodon",
 | 
					    "app/javascript/mastodon",
 | 
				
			||||||
    "app/javascript/packs",
 | 
					    "app/javascript/packs",
 | 
				
			||||||
    "app/javascript/types"
 | 
					    "app/javascript/types",
 | 
				
			||||||
  ]
 | 
					  ],
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										46
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										46
									
								
								yarn.lock
									
									
									
									
									
								
							@@ -1538,7 +1538,7 @@ __metadata:
 | 
				
			|||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@csstools/css-parser-algorithms@npm:^2.4.0":
 | 
					"@csstools/css-parser-algorithms@npm:^2.5.0":
 | 
				
			||||||
  version: 2.5.0
 | 
					  version: 2.5.0
 | 
				
			||||||
  resolution: "@csstools/css-parser-algorithms@npm:2.5.0"
 | 
					  resolution: "@csstools/css-parser-algorithms@npm:2.5.0"
 | 
				
			||||||
  peerDependencies:
 | 
					  peerDependencies:
 | 
				
			||||||
@@ -1547,14 +1547,14 @@ __metadata:
 | 
				
			|||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@csstools/css-tokenizer@npm:^2.2.2":
 | 
					"@csstools/css-tokenizer@npm:^2.2.3":
 | 
				
			||||||
  version: 2.2.3
 | 
					  version: 2.2.3
 | 
				
			||||||
  resolution: "@csstools/css-tokenizer@npm:2.2.3"
 | 
					  resolution: "@csstools/css-tokenizer@npm:2.2.3"
 | 
				
			||||||
  checksum: 557266ec52e8b36c19008a5bbd7151effba085cdd6d68270c01afebf914981caac698eda754b2a530a8a9947a3dd70e3f3a39a5e037c4170bb2a055a92754acb
 | 
					  checksum: 557266ec52e8b36c19008a5bbd7151effba085cdd6d68270c01afebf914981caac698eda754b2a530a8a9947a3dd70e3f3a39a5e037c4170bb2a055a92754acb
 | 
				
			||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@csstools/media-query-list-parser@npm:^2.1.6":
 | 
					"@csstools/media-query-list-parser@npm:^2.1.7":
 | 
				
			||||||
  version: 2.1.7
 | 
					  version: 2.1.7
 | 
				
			||||||
  resolution: "@csstools/media-query-list-parser@npm:2.1.7"
 | 
					  resolution: "@csstools/media-query-list-parser@npm:2.1.7"
 | 
				
			||||||
  peerDependencies:
 | 
					  peerDependencies:
 | 
				
			||||||
@@ -1777,8 +1777,8 @@ __metadata:
 | 
				
			|||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@formatjs/cli@npm:^6.1.1":
 | 
					"@formatjs/cli@npm:^6.1.1":
 | 
				
			||||||
  version: 6.2.4
 | 
					  version: 6.2.6
 | 
				
			||||||
  resolution: "@formatjs/cli@npm:6.2.4"
 | 
					  resolution: "@formatjs/cli@npm:6.2.6"
 | 
				
			||||||
  peerDependencies:
 | 
					  peerDependencies:
 | 
				
			||||||
    vue: ^3.3.4
 | 
					    vue: ^3.3.4
 | 
				
			||||||
  peerDependenciesMeta:
 | 
					  peerDependenciesMeta:
 | 
				
			||||||
@@ -1786,7 +1786,7 @@ __metadata:
 | 
				
			|||||||
      optional: true
 | 
					      optional: true
 | 
				
			||||||
  bin:
 | 
					  bin:
 | 
				
			||||||
    formatjs: bin/formatjs
 | 
					    formatjs: bin/formatjs
 | 
				
			||||||
  checksum: 3f6bbbc633a3a6ebd4e6fcfc3a9f889bc044043452cbc8f81abcaee97aaef991a778ae785d3b9d21ecc5f55b147eb0009b44520bb895fe244b4c14a36d9b05bd
 | 
					  checksum: f8b0bc45c72b83437f0dc91a2d3ea513852c11bfd8eedbc2f255b19552f153bccb4d38fcd281f897ca60d0dfddf2b99de22e5a87cb1e173ca11df88c61cde2e4
 | 
				
			||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -11330,10 +11330,10 @@ __metadata:
 | 
				
			|||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"meow@npm:^13.0.0":
 | 
					"meow@npm:^13.1.0":
 | 
				
			||||||
  version: 13.0.0
 | 
					  version: 13.1.0
 | 
				
			||||||
  resolution: "meow@npm:13.0.0"
 | 
					  resolution: "meow@npm:13.1.0"
 | 
				
			||||||
  checksum: fab0f91578154c048e792a81704f3f28099ffff900f364df8a85f6e770a57e1c124859a25e186186e149dad30692c7893af0dfd71517bea343bfe5d749b1fa04
 | 
					  checksum: 2dac9dbf99a17ce29618fe5919072a9b28e2aedb9547f9b1f15d046d5501dd6c14fe1f35f7a5665d0ee7111c98c4d359fcf3f985463ec5896dd50177363f442d
 | 
				
			||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -13200,7 +13200,7 @@ __metadata:
 | 
				
			|||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"postcss@npm:^8.2.15, postcss@npm:^8.4.24, postcss@npm:^8.4.32":
 | 
					"postcss@npm:^8.2.15, postcss@npm:^8.4.24, postcss@npm:^8.4.33":
 | 
				
			||||||
  version: 8.4.33
 | 
					  version: 8.4.33
 | 
				
			||||||
  resolution: "postcss@npm:8.4.33"
 | 
					  resolution: "postcss@npm:8.4.33"
 | 
				
			||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
@@ -13295,11 +13295,11 @@ __metadata:
 | 
				
			|||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"prettier@npm:^3.0.0":
 | 
					"prettier@npm:^3.0.0":
 | 
				
			||||||
  version: 3.2.2
 | 
					  version: 3.2.4
 | 
				
			||||||
  resolution: "prettier@npm:3.2.2"
 | 
					  resolution: "prettier@npm:3.2.4"
 | 
				
			||||||
  bin:
 | 
					  bin:
 | 
				
			||||||
    prettier: bin/prettier.cjs
 | 
					    prettier: bin/prettier.cjs
 | 
				
			||||||
  checksum: e84d0d2a4ce2b88ee1636904effbdf68b59da63d9f887128f2ed5382206454185432e7c0a9578bc4308bc25d099cfef47fd0b9c211066777854e23e65e34044d
 | 
					  checksum: 88dfeb78ac6096522c9a5b81f1413d875f568420d9bb6a5e5103527912519b993f2bcdcac311fcff5718d5869671d44e4f85827d3626f3a6ce32b9abc65d88e0
 | 
				
			||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -15785,12 +15785,12 @@ __metadata:
 | 
				
			|||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"stylelint@npm:^16.0.2":
 | 
					"stylelint@npm:^16.0.2":
 | 
				
			||||||
  version: 16.1.0
 | 
					  version: 16.2.0
 | 
				
			||||||
  resolution: "stylelint@npm:16.1.0"
 | 
					  resolution: "stylelint@npm:16.2.0"
 | 
				
			||||||
  dependencies:
 | 
					  dependencies:
 | 
				
			||||||
    "@csstools/css-parser-algorithms": "npm:^2.4.0"
 | 
					    "@csstools/css-parser-algorithms": "npm:^2.5.0"
 | 
				
			||||||
    "@csstools/css-tokenizer": "npm:^2.2.2"
 | 
					    "@csstools/css-tokenizer": "npm:^2.2.3"
 | 
				
			||||||
    "@csstools/media-query-list-parser": "npm:^2.1.6"
 | 
					    "@csstools/media-query-list-parser": "npm:^2.1.7"
 | 
				
			||||||
    "@csstools/selector-specificity": "npm:^3.0.1"
 | 
					    "@csstools/selector-specificity": "npm:^3.0.1"
 | 
				
			||||||
    balanced-match: "npm:^2.0.0"
 | 
					    balanced-match: "npm:^2.0.0"
 | 
				
			||||||
    colord: "npm:^2.9.3"
 | 
					    colord: "npm:^2.9.3"
 | 
				
			||||||
@@ -15810,14 +15810,14 @@ __metadata:
 | 
				
			|||||||
    is-plain-object: "npm:^5.0.0"
 | 
					    is-plain-object: "npm:^5.0.0"
 | 
				
			||||||
    known-css-properties: "npm:^0.29.0"
 | 
					    known-css-properties: "npm:^0.29.0"
 | 
				
			||||||
    mathml-tag-names: "npm:^2.1.3"
 | 
					    mathml-tag-names: "npm:^2.1.3"
 | 
				
			||||||
    meow: "npm:^13.0.0"
 | 
					    meow: "npm:^13.1.0"
 | 
				
			||||||
    micromatch: "npm:^4.0.5"
 | 
					    micromatch: "npm:^4.0.5"
 | 
				
			||||||
    normalize-path: "npm:^3.0.0"
 | 
					    normalize-path: "npm:^3.0.0"
 | 
				
			||||||
    picocolors: "npm:^1.0.0"
 | 
					    picocolors: "npm:^1.0.0"
 | 
				
			||||||
    postcss: "npm:^8.4.32"
 | 
					    postcss: "npm:^8.4.33"
 | 
				
			||||||
    postcss-resolve-nested-selector: "npm:^0.1.1"
 | 
					    postcss-resolve-nested-selector: "npm:^0.1.1"
 | 
				
			||||||
    postcss-safe-parser: "npm:^7.0.0"
 | 
					    postcss-safe-parser: "npm:^7.0.0"
 | 
				
			||||||
    postcss-selector-parser: "npm:^6.0.13"
 | 
					    postcss-selector-parser: "npm:^6.0.15"
 | 
				
			||||||
    postcss-value-parser: "npm:^4.2.0"
 | 
					    postcss-value-parser: "npm:^4.2.0"
 | 
				
			||||||
    resolve-from: "npm:^5.0.0"
 | 
					    resolve-from: "npm:^5.0.0"
 | 
				
			||||||
    string-width: "npm:^4.2.3"
 | 
					    string-width: "npm:^4.2.3"
 | 
				
			||||||
@@ -15828,7 +15828,7 @@ __metadata:
 | 
				
			|||||||
    write-file-atomic: "npm:^5.0.1"
 | 
					    write-file-atomic: "npm:^5.0.1"
 | 
				
			||||||
  bin:
 | 
					  bin:
 | 
				
			||||||
    stylelint: bin/stylelint.mjs
 | 
					    stylelint: bin/stylelint.mjs
 | 
				
			||||||
  checksum: 765eea0b07319d1e7989502c07b8b5794938e5a8542bec00990b09ec10c3f7006891689930099e948d06c9ef9982066edb98b1ea64a435138a6b0f0905eb2b87
 | 
					  checksum: 6fdf0451833c11b18c9aa502f687febd6881a912ac94f39d509b894b0f74ccb636f3dac2991c69cc82dc6190731cc2fa48e307fed477d2a0fce57067cd22b572
 | 
				
			||||||
  languageName: node
 | 
					  languageName: node
 | 
				
			||||||
  linkType: hard
 | 
					  linkType: hard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user