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}",
 | 
			
		||||
 | 
			
		||||
  "features": {
 | 
			
		||||
    "ghcr.io/devcontainers/features/sshd:1": {}
 | 
			
		||||
    "ghcr.io/devcontainers/features/sshd:1": {},
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "runServices": ["app", "db", "redis"],
 | 
			
		||||
@@ -15,16 +15,16 @@
 | 
			
		||||
  "portsAttributes": {
 | 
			
		||||
    "3000": {
 | 
			
		||||
      "label": "web",
 | 
			
		||||
      "onAutoForward": "notify"
 | 
			
		||||
      "onAutoForward": "notify",
 | 
			
		||||
    },
 | 
			
		||||
    "4000": {
 | 
			
		||||
      "label": "stream",
 | 
			
		||||
      "onAutoForward": "silent"
 | 
			
		||||
    }
 | 
			
		||||
      "onAutoForward": "silent",
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "otherPortsAttributes": {
 | 
			
		||||
    "onAutoForward": "silent"
 | 
			
		||||
    "onAutoForward": "silent",
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "remoteEnv": {
 | 
			
		||||
@@ -33,7 +33,7 @@
 | 
			
		||||
    "STREAMING_API_BASE_URL": "https://${localEnv:CODESPACE_NAME}-4000.app.github.dev",
 | 
			
		||||
    "DISABLE_FORGERY_REQUEST_PROTECTION": "true",
 | 
			
		||||
    "ES_ENABLED": "",
 | 
			
		||||
    "LIBRE_TRANSLATE_ENDPOINT": ""
 | 
			
		||||
    "LIBRE_TRANSLATE_ENDPOINT": "",
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
			
		||||
@@ -43,7 +43,7 @@
 | 
			
		||||
  "customizations": {
 | 
			
		||||
    "vscode": {
 | 
			
		||||
      "settings": {},
 | 
			
		||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"],
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
  "workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",
 | 
			
		||||
 | 
			
		||||
  "features": {
 | 
			
		||||
    "ghcr.io/devcontainers/features/sshd:1": {}
 | 
			
		||||
    "ghcr.io/devcontainers/features/sshd:1": {},
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "forwardPorts": [3000, 4000],
 | 
			
		||||
@@ -14,17 +14,17 @@
 | 
			
		||||
    "3000": {
 | 
			
		||||
      "label": "web",
 | 
			
		||||
      "onAutoForward": "notify",
 | 
			
		||||
      "requireLocalPort": true
 | 
			
		||||
      "requireLocalPort": true,
 | 
			
		||||
    },
 | 
			
		||||
    "4000": {
 | 
			
		||||
      "label": "stream",
 | 
			
		||||
      "onAutoForward": "silent",
 | 
			
		||||
      "requireLocalPort": true
 | 
			
		||||
    }
 | 
			
		||||
      "requireLocalPort": true,
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "otherPortsAttributes": {
 | 
			
		||||
    "onAutoForward": "silent"
 | 
			
		||||
    "onAutoForward": "silent",
 | 
			
		||||
  },
 | 
			
		||||
 | 
			
		||||
  "onCreateCommand": "git config --global --add safe.directory ${containerWorkspaceFolder}",
 | 
			
		||||
@@ -34,7 +34,7 @@
 | 
			
		||||
  "customizations": {
 | 
			
		||||
    "vscode": {
 | 
			
		||||
      "settings": {},
 | 
			
		||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"]
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
      "extensions": ["EditorConfig.EditorConfig", "webben.browserslist"],
 | 
			
		||||
    },
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user