From 1856e54a141bcd2e08f465ec68ccab173479d6fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:11:19 +0000 Subject: [PATCH 1/4] Bump astro-embed from 0.8.0 to 0.9.0 Bumps [astro-embed](https://github.com/delucis/astro-embed/tree/HEAD/packages/astro-embed) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/delucis/astro-embed/releases) - [Changelog](https://github.com/delucis/astro-embed/blob/main/packages/astro-embed/CHANGELOG.md) - [Commits](https://github.com/delucis/astro-embed/commits/astro-embed@0.9.0/packages/astro-embed) --- updated-dependencies: - dependency-name: astro-embed dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 134 +++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 121 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe34c20..869e9e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.0", "astro": "^4.16.13", - "astro-embed": "^0.8.0", + "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", "astro-icon": "^1.1.1", "astro-robots-txt": "^1.0.0", @@ -69,10 +69,22 @@ "astro": "^4.0.0-beta || ^5.0.0-beta" } }, + "node_modules/@astro-community/astro-embed-bluesky": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-bluesky/-/astro-embed-bluesky-0.1.2.tgz", + "integrity": "sha512-DBTRxNOJuQO9BWLzML80lL92mA1vpc3TYkvTZPMCTTDF69szWpgzKBGUVbq7NZCbN4oigfj6IxJHLa3tBmbLyg==", + "dependencies": { + "@atproto/api": "^0.13.14", + "ts-pattern": "^5.5.0" + }, + "peerDependencies": { + "astro": "^4.0.0 || ^5.0.0-beta.0" + } + }, "node_modules/@astro-community/astro-embed-integration": { - "version": "0.7.2", - "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-integration/-/astro-embed-integration-0.7.2.tgz", - "integrity": "sha512-R5eyiA01pj400skp6sJY4t01oXtTY+Huv2uR4eWUagaPgOOadu135+UkPXo38+LgZ5voYzZkaGwfTaZj4R0AFg==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-integration/-/astro-embed-integration-0.8.0.tgz", + "integrity": "sha512-WnBBikazuFDSslsYjJ5xGeQexMWYdGqpxpiHl0IiBJ9A51MYwDlBoHAtnXU8a5jkidneN8+BD/vLW5uFWf157A==", "dependencies": { "@astro-community/astro-embed-link-preview": "^0.2.0", "@astro-community/astro-embed-twitter": "^0.5.5", @@ -100,9 +112,9 @@ } }, "node_modules/@astro-community/astro-embed-twitter": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-twitter/-/astro-embed-twitter-0.5.7.tgz", - "integrity": "sha512-/IMaFWKFMP62RCrLXWdQ/xXLVguaqE6sUcC4RDIg0yZ0yg3FCGcyVluijo+TDnB3PyJhgcq9jz6b1hNgZxIiYw==", + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-twitter/-/astro-embed-twitter-0.5.8.tgz", + "integrity": "sha512-O2ptQPw+DfipukK8czjJcTcyVgDsrs3OmrHbc3YmWRglaUTOpSTImzPo076POyNBSWjLaRKloul81DFiAMNjTA==", "dependencies": { "@astro-community/astro-embed-utils": "^0.1.0" }, @@ -130,9 +142,9 @@ } }, "node_modules/@astro-community/astro-embed-youtube": { - "version": "0.5.5", - "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.5.tgz", - "integrity": "sha512-pG9uYjyZB1kpW8Ljy/H1Klof2txVXLwQmyoG4XWblZyt9eqFlaa65MdzL7UKzzqdoOsn64TN+Q+zPbx0HJhP4Q==", + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/@astro-community/astro-embed-youtube/-/astro-embed-youtube-0.5.6.tgz", + "integrity": "sha512-/mRfCl/eTBUz0kmjD1psOy0qoDDBorVp0QumUacjFcIkBullYtbeFQ2ZGZ+3N/tA6cR/OIyzr2QA4dQXlY6USg==", "dependencies": { "lite-youtube-embed": "^0.3.3" }, @@ -273,6 +285,58 @@ "node": "^18.17.1 || ^20.3.0 || >=21.0.0" } }, + "node_modules/@atproto/api": { + "version": "0.13.18", + "resolved": "https://registry.npmjs.org/@atproto/api/-/api-0.13.18.tgz", + "integrity": "sha512-rrl5HhzGYWZ7fiC965TPBUOVItq9M4dxMb6qz8IvAVQliSkrJrKc7UD0QWL89QiiXaOBuX8w+4i5r4wrfBGddg==", + "dependencies": { + "@atproto/common-web": "^0.3.1", + "@atproto/lexicon": "^0.4.3", + "@atproto/syntax": "^0.3.1", + "@atproto/xrpc": "^0.6.4", + "await-lock": "^2.2.2", + "multiformats": "^9.9.0", + "tlds": "^1.234.0", + "zod": "^3.23.8" + } + }, + "node_modules/@atproto/common-web": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@atproto/common-web/-/common-web-0.3.1.tgz", + "integrity": "sha512-N7wiTnus5vAr+lT//0y8m/FaHHLJ9LpGuEwkwDAeV3LCiPif4m/FS8x/QOYrx1PdZQwKso95RAPzCGWQBH5j6Q==", + "dependencies": { + "graphemer": "^1.4.0", + "multiformats": "^9.9.0", + "uint8arrays": "3.0.0", + "zod": "^3.23.8" + } + }, + "node_modules/@atproto/lexicon": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@atproto/lexicon/-/lexicon-0.4.3.tgz", + "integrity": "sha512-lFVZXe1S1pJP0dcxvJuHP3r/a+EAIBwwU7jUK+r8iLhIja+ml6NmYv8KeFHmIJATh03spEQ9s02duDmFVdCoXg==", + "dependencies": { + "@atproto/common-web": "^0.3.1", + "@atproto/syntax": "^0.3.1", + "iso-datestring-validator": "^2.2.2", + "multiformats": "^9.9.0", + "zod": "^3.23.8" + } + }, + "node_modules/@atproto/syntax": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/@atproto/syntax/-/syntax-0.3.1.tgz", + "integrity": "sha512-fzW0Mg1QUOVCWUD3RgEsDt6d1OZ6DdFmbKcDdbzUfh0t4rhtRAC05KbZYmxuMPWDAiJ4BbbQ5dkAc/mNypMXkw==" + }, + "node_modules/@atproto/xrpc": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/@atproto/xrpc/-/xrpc-0.6.4.tgz", + "integrity": "sha512-9ZAJ8nsXTqC4XFyS0E1Wlg7bAvonhXQNQ3Ocs1L1LIwFLXvsw/4fNpIHXxvXvqTCVeyHLbImOnE9UiO1c/qIYA==", + "dependencies": { + "@atproto/lexicon": "^0.4.3", + "zod": "^3.23.8" + } + }, "node_modules/@babel/code-frame": { "version": "7.26.2", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", @@ -2194,12 +2258,13 @@ } }, "node_modules/astro-embed": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/astro-embed/-/astro-embed-0.8.0.tgz", - "integrity": "sha512-zG7SjRKo2TT4LsZLQfttf+Yb9OJ2oty+/qj7SZ9RPPAo0olfbWgoXkAdrDHBJyvVMss9GCgCunIp/kqQ32t9ZA==", + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/astro-embed/-/astro-embed-0.9.0.tgz", + "integrity": "sha512-koBCZH8n1q7tyXW+s11mdwb5dFsv9kG8uMuF17CUIVFJWqwRxx7YCpa9o2P9PuPeWffsrwmdVJTl65kLLP2Uug==", "dependencies": { "@astro-community/astro-embed-baseline-status": "^0.1.0", - "@astro-community/astro-embed-integration": "^0.7.2", + "@astro-community/astro-embed-bluesky": "^0.1.0", + "@astro-community/astro-embed-integration": "^0.8.0", "@astro-community/astro-embed-link-preview": "^0.2.2", "@astro-community/astro-embed-twitter": "^0.5.6", "@astro-community/astro-embed-vimeo": "^0.3.10", @@ -2277,6 +2342,11 @@ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, + "node_modules/await-lock": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/await-lock/-/await-lock-2.2.2.tgz", + "integrity": "sha512-aDczADvlvTGajTDjcjpJMqRkOF6Qdz3YbPZm/PyW6tKPkx2hlYBzxMhEywM/tU72HrVZjgl5VCdRuMlA7pZ8Gw==" + }, "node_modules/axios": { "version": "1.7.7", "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", @@ -3417,6 +3487,11 @@ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==" + }, "node_modules/gray-matter": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/gray-matter/-/gray-matter-4.0.3.tgz", @@ -4111,6 +4186,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/iso-datestring-validator": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/iso-datestring-validator/-/iso-datestring-validator-2.2.2.tgz", + "integrity": "sha512-yLEMkBbLZTlVQqOnQ4FiMujR6T4DEcCb1xizmvXS+OxuhwcbtynoosRzdMA69zZCShCNAbi+gJ71FxZBBXx1SA==" + }, "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", @@ -5499,6 +5579,11 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" }, + "node_modules/multiformats": { + "version": "9.9.0", + "resolved": "https://registry.npmjs.org/multiformats/-/multiformats-9.9.0.tgz", + "integrity": "sha512-HoMUjhH9T8DDBNT+6xzkrd9ga/XiBI4xLr58LJACwK6G3HTOPeMz4nB4KJs33L2BelrIJa7P0VuNaVF3hMYfjg==" + }, "node_modules/nanoid": { "version": "3.3.7", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", @@ -6719,6 +6804,14 @@ "resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.1.tgz", "integrity": "sha512-WiCJLEECkO18gwqIp6+hJg0//p23HXp4S+gGtAKu3mI2F2/sXC4FvHvXvB0zJVVaTPhx1/tOwdbRsa1sOBIKqQ==" }, + "node_modules/tlds": { + "version": "1.255.0", + "resolved": "https://registry.npmjs.org/tlds/-/tlds-1.255.0.tgz", + "integrity": "sha512-tcwMRIioTcF/FcxLev8MJWxCp+GUALRhFEqbDoZrnowmKSGqPrl5pqS+Sut2m8BgJ6S4FExCSSpGffZ0Tks6Aw==", + "bin": { + "tlds": "bin.js" + } + }, "node_modules/to-regex-range": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", @@ -6748,6 +6841,11 @@ "url": "https://github.com/sponsors/wooorm" } }, + "node_modules/ts-pattern": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/ts-pattern/-/ts-pattern-5.5.0.tgz", + "integrity": "sha512-jqbIpTsa/KKTJYWgPNsFNbLVpwCgzXfFJ1ukNn4I8hMwyQzHMJnk/BqWzggB0xpkILuKzaO/aMYhS0SkaJyKXg==" + }, "node_modules/tsconfck": { "version": "3.1.4", "resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.1.4.tgz", @@ -6807,6 +6905,14 @@ "resolved": "https://registry.npmjs.org/uhyphen/-/uhyphen-0.2.0.tgz", "integrity": "sha512-qz3o9CHXmJJPGBdqzab7qAYuW8kQGKNEuoHFYrBwV6hWIMcpAmxDLXojcHfFr9US1Pe6zUswEIJIbLI610fuqA==" }, + "node_modules/uint8arrays": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/uint8arrays/-/uint8arrays-3.0.0.tgz", + "integrity": "sha512-HRCx0q6O9Bfbp+HHSfQQKD7wU70+lydKVt4EghkdOvlK/NlrF90z+eXV34mUd48rNvVJXwkrMSPpCATkct8fJA==", + "dependencies": { + "multiformats": "^9.4.2" + } + }, "node_modules/undici": { "version": "6.19.8", "resolved": "https://registry.npmjs.org/undici/-/undici-6.19.8.tgz", diff --git a/package.json b/package.json index 3383eb0..ea7c61b 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/sitemap": "^3.2.1", "@astrojs/starlight": "^0.29.0", "astro": "^4.16.13", - "astro-embed": "^0.8.0", + "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", "astro-icon": "^1.1.1", "astro-robots-txt": "^1.0.0", From 8bd94f7e14647afe369464eae20b6ef84b164b0d Mon Sep 17 00:00:00 2001 From: pedrotski <58076186+pedrotski@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:25:17 +0800 Subject: [PATCH 2/4] Update configure palworld.mdx --- .../docs/games/Palworld/configure palworld.mdx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/content/docs/games/Palworld/configure palworld.mdx b/src/content/docs/games/Palworld/configure palworld.mdx index 8cac43d..79d3fe1 100644 --- a/src/content/docs/games/Palworld/configure palworld.mdx +++ b/src/content/docs/games/Palworld/configure palworld.mdx @@ -99,19 +99,13 @@ Here is a list of all the settings inside the PalworldSettings.ini file as well -## Editing WorldOptions.sav (Legacy - Advanced) +## Importing WorldOptions.sav Settings :::danger -We don't recommend using WorldOptions. Instead, we suggest you use one of the above options. Using this file will overwrite anything inside PalWorldSettings.ini. This also means if you change the server settings in our panel it will no longer work and you **MUST** update them though WorldOptions.sav. - -You also **MUST** fill out all the options such as IP, Port, RCON, password etc. correctly otherwise your server will not be discoverable/joinable. - -If you're using an **Xbox** server you cannot use this file. +As of the 2nd of December, 2024, we no longer support using WorldOptions.sav on our servers. If you upload this file it will be renamed to `WorldOptions.sav.disabled`. This file is not longer supported for Xbox, and every setting is directly in the panel now so it simply causes issues using if not configured correctly. ::: -1. Generate a `WorldOptions.sav` file using the settings you want from [here](https://palworldoptions.com/) (We suggest importing your PalWorldSettings.ini file). +1. Click [here](https://palworldoptions.com/) and import your `WorldOptions.sav` file. 2. Login to the [Game Host Bros Panel](https://panel.gamehostbros.com/) and once there, select your Palworld Service. -3. Once on your Palworld Service, ensure you stop it before proceeding. -4. Once stopped, on the left, navigate to `Management` then `File Manager`. -5. Navigate to `Pal/Saved/SaveGames/0/YOURWORLDFILE` and drag the `WorldOptions.sav` into the save folder with your `LevelMeta.sav` and `Level.sav`. -6. After you have uploaded the file, start the server. +3. Go to `Configuration > Startup Parameters` and change the settings to match your WorldOptions.sav file. +4. Restart your server. From 79ee44814d25bcf5b842479ccb8a3e6ca15b8eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:51:08 +0000 Subject: [PATCH 3/4] Bump @astrojs/starlight from 0.29.0 to 0.29.2 Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.29.0 to 0.29.2. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.29.2/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 869e9e7..007633a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.1", "dependencies": { "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.2", "astro": "^4.16.13", "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", @@ -236,9 +236,10 @@ } }, "node_modules/@astrojs/starlight": { - "version": "0.29.0", - "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.0.tgz", - "integrity": "sha512-0HRr7LiI0XJUA5n0Mj5LPSLZtw80ttkL6eh824y6t/DCcvJzC6e+HRQZ0hIolU8jsEMc7Qs07mMQIvPTpX9KMg==", + "version": "0.29.2", + "resolved": "https://registry.npmjs.org/@astrojs/starlight/-/starlight-0.29.2.tgz", + "integrity": "sha512-xv9AhWkP3fxCB6EF6MlT4yEbxzye3aMSbuVbFEGbQh8G/w1MPhdNCnQakIHpmIwwyxwG9cW3mQdAZum4oOO39w==", + "license": "MIT", "dependencies": { "@astrojs/mdx": "^3.1.3", "@astrojs/sitemap": "^3.1.6", diff --git a/package.json b/package.json index ea7c61b..8a8a7ea 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@astrojs/sitemap": "^3.2.1", - "@astrojs/starlight": "^0.29.0", + "@astrojs/starlight": "^0.29.2", "astro": "^4.16.13", "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", From b6e8bb134e343e584ca03458dd872d9750ddda21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 15:51:35 +0000 Subject: [PATCH 4/4] Bump astro-icon from 1.1.1 to 1.1.4 Bumps [astro-icon](https://github.com/natemoo-re/astro-icon/tree/HEAD/packages/core) from 1.1.1 to 1.1.4. - [Release notes](https://github.com/natemoo-re/astro-icon/releases) - [Changelog](https://github.com/natemoo-re/astro-icon/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/natemoo-re/astro-icon/commits/astro-icon@1.1.4/packages/core) --- updated-dependencies: - dependency-name: astro-icon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 869e9e7..065c4af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "astro": "^4.16.13", "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.4", "astro-robots-txt": "^1.0.0", "marked": "^15.0.1", "node-html-parser": "^6.1.13", @@ -2294,9 +2294,10 @@ } }, "node_modules/astro-icon": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.1.tgz", - "integrity": "sha512-HKBesWk2Faw/0+klLX+epQVqdTfSzZz/9+5vxXUjTJaN/HnpDf608gRPgHh7ZtwBPNJMEFoU5GLegxoDcT56OQ==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/astro-icon/-/astro-icon-1.1.4.tgz", + "integrity": "sha512-sMLkQaevIQLv38WBzb/RDbsmxhg5+X+KcNmpTi9cE6MLurNWU1MPnlO87d9Vwg4HxTenKpDlYp81A3syXFW/gw==", + "license": "MIT", "dependencies": { "@iconify/tools": "^4.0.5", "@iconify/types": "^2.0.0", diff --git a/package.json b/package.json index ea7c61b..bf955f6 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "astro": "^4.16.13", "astro-embed": "^0.9.0", "astro-feelback": "^0.3.4", - "astro-icon": "^1.1.1", + "astro-icon": "^1.1.4", "astro-robots-txt": "^1.0.0", "marked": "^15.0.1", "node-html-parser": "^6.1.13",