-
Notifications
You must be signed in to change notification settings - Fork 80
Chore(deps): Bump webpack-dev-server, @docusaurus/core and @docusaurus/preset-classic in /packages/gasket-template-nextjs-pages/template #1268
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
* feat: separate https-proxy plugin * feat: use https-proxy with prompts * fix: typos and grammar * fix: avoid default export * fix: return proxy server
* fix: metadata plugin export * fix: server template * fix: align packages * fix: fixes and tune-up for next15 async request support * fix: clarify tests * fix: cleanup test console * fix: correct req type order * fix: align dep versions * fix: handle URLSearchParams array values
* [PFX-813] ESM: Port plugin-metadata (#978) * chore: convert to esm * tests: added vitest * chore: update changelog; remove jest deps * fix: test * chore: remove unused space * [PFX-793] Dynamic plugins (#970) * feat: dynamic plugins * chore: add cjs tranpilation * tests: default-plugins * tests: core * tests: dynamic index * tests: prepare hook * fix: lint * chore: add types for dynamic plugins * docs: dynamic plugins * chore: update package.json * docs: update changelog * chore: switch to utilize sub-environments * chore: add metadata * fix: lint * fix: test * chore: remove cjs transpilation * docs: update dynamic and core * fix: test * Update packages/gasket-plugin-dynamic-plugins/README.md Co-authored-by: Andrew Gerard <[email protected]> --------- Co-authored-by: Andrew Gerard <[email protected]> * chore: remove depreacted http2 dep (#981) * Normalized gasket request (#973) * feat: normalized gasket request * fix: attempt types adjustments * fix: types adjustments * test: the things * docs: package docs * fix: docs * fix: one way to make * fix: ensure expected defaults * fix: better types * fix: handle parallel executions * fix: next request helper * test: adjustments * fix: unused import * feat: add WeakPromiseKeeper for consistent promise to value caching * fix: types * fix: docs * feat: handle IncomingMessage url * fix: tighten types * fix: test cruft * docs: fix * fix: only parse url when needed * test: using gasket.symbol as weakmap key (#964) * Separate https-proxy plugin (#982) * feat: separate https-proxy plugin * feat: use https-proxy with prompts * fix: typos and grammar * fix: avoid default export * fix: return proxy server * chore: upgrade lerna * fix: publish issues for command plugin * docs: next.config.js (#987) * [PFX-507] Add DocSearch to Gasket Site (#984) * change dynamic require to string interpolation (#985) * pin react-intl version to 6.6.X (#988) * feat: initial fixup for getting command name early and using prepare lifecycle as an async config * Fix typo * Tune types * Opt for sync configure hook * Clean up old references to command.id * Add isReady, update command property * Update readme * Tune command plugin functionality * Add temp logging for debug * Cleanup debugs * Persist commands config when commandId is undefined * Tune tests * lockfile * remove duplicate tests from merge * lockfile * lockfile * feat: initial fixup for getting command name early and using prepare lifecycle as an async config * Fix typo * Tune types * Opt for sync configure hook * Clean up old references to command.id * Add isReady, update command property * Update readme * Tune command plugin functionality * Add temp logging for debug * Cleanup debugs * Persist commands config when commandId is undefined * Tune tests * Import plugin command types * Relax the regex for gasket file in argv * Remove timing from ready hook * fix test --------- Co-authored-by: Jordan Pina <[email protected]> Co-authored-by: Andrew Gerard <[email protected]> Co-authored-by: Andrew Gerard <[email protected]> Co-authored-by: Kawika Bader <[email protected]> Co-authored-by: bbetts-godaddy <[email protected]>
* chore: add request package by default * chore: remove unused deps * fix: diagnostics should be regular dep
* Fix Gasket imports w/tsconfig alias * Opt for gasket-data.js * Tune local watcher for TS default server * Add concurrently dep * Tune Ts plugin tests * tests and linter * tune local script for custom server * fix test * Update packages/gasket-plugin-nextjs/lib/create.js Co-authored-by: Andrew Gerard <[email protected]> * fix test --------- Co-authored-by: Andrew Gerard <[email protected]>
* fix: align the @types/react package * fix: lock
* tune generated files * remove ts-expect
* fix: Added isMergeableObject config to deepmerge * chore: add isMergeableObject test * fix: add ts-ignore for tests * test: complex vs plain merge --------- Co-authored-by: Andrew Gerard <[email protected]>
* fix: ensure winston custom options are not overridden * docs: changelog
* dist: ensure EXAMPLES.md is published with packages * ci: changeset * dist: fix packages files
* deprecte service worker and workbox plugins * add deprecation note in configure * changeset * tests * remove vite integration guide
* fix template versions * fix version
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix issue where intl.js locale imports are broken when locales are in a subdir * locales relative to managerDir * fix(plugin-gasket-intl): keep relative paths in import statements --------- Co-authored-by: Andrew Gerard <[email protected]>
* docs: better organize and add missing layout withGasketData docs * ci: changeset --------- Co-authored-by: Michael Mason <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* add missing template readmes * changeset
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* fix(plugin-gasket-data): actually cache getPublicGasketData results * docs(plugin-gasket-data): describe publicGasketData caching * fix(plugin-gasket-data): linting * changeset --------- Co-authored-by: Michael Mason <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add templates to docs site * Lockfile & generated readme * Add to templates to navbar * changeset * lint fix * Properly add templates to generated docs * Add template version
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Add git init to template flow * changeset * tune git message * Update packages/create-gasket-app/lib/scaffold/actions/git-init.js Co-authored-by: Andrew Gerard <[email protected]> * Update packages/create-gasket-app/lib/scaffold/actions/git-init.js Co-authored-by: Andrew Gerard <[email protected]> * fix test --------- Co-authored-by: Andrew Gerard <[email protected]>
* docs: gasketdata vs gasket config * ci: changeset
* tune swagger docs * changeset
* test: add script to validate expected dotfiles are packed * fix: update templates with expected dot files to be packed * ci: changeset * fix: update npm script to prefer offline
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* chore: deprecate @gasket/fetch * chore: deprecate @gasket/redux * ci: changesets --------- Co-authored-by: Michael Mason <[email protected]>
…s/preset-classic Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) to 5.2.2 and updates ancestor dependencies [webpack-dev-server](https://github.com/webpack/webpack-dev-server), [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) and [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic). These dependencies need to be updated together. Updates `webpack-dev-server` from 4.15.2 to 5.2.2 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v4.15.2...v5.2.2) Updates `@docusaurus/core` from 3.8.1 to 3.9.2 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus) Updates `@docusaurus/preset-classic` from 3.8.1 to 3.9.2 - [Release notes](https://github.com/facebook/docusaurus/releases) - [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/docusaurus/commits/v3.9.2/packages/docusaurus-preset-classic) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.2 dependency-type: indirect - dependency-name: "@docusaurus/core" dependency-version: 3.9.2 dependency-type: direct:development - dependency-name: "@docusaurus/preset-classic" dependency-version: 3.9.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
|
…ate (#1270) Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 7.1.5 to 7.1.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v7.1.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v7.1.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 7.1.12 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…late-nextjs-pages/template/multi-3a02a06a4b
Bumps [next](https://github.com/vercel/next.js) from 15.3.1 to 15.4.7. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.3.1...v15.4.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kawika Bader <[email protected]>
…late-nextjs-pages/template/multi-3a02a06a4b
f2874fe to
88bfdd1
Compare
Bumps webpack-dev-server to 5.2.2 and updates ancestor dependencies webpack-dev-server, @docusaurus/core and @docusaurus/preset-classic. These dependencies need to be updated together.
Updates
webpack-dev-serverfrom 4.15.2 to 5.2.2Release notes
Sourced from webpack-dev-server's releases.
... (truncated)
Changelog
Sourced from webpack-dev-server's changelog.
... (truncated)
Commits
195a7e6chore(release): 5.2.2620bef1chore(deps): update (#5511)03d1214fix: respect theallowedHostsoption for cross-origin header check (#5510)5ba862echore(deps-dev): bump the dependencies group across 1 directory with 7 update...f7fec94chore: fix typo (#5508)6ee8cd0ci: add Node.js v24 (#5492)d30f963chore: update http-proxy-middleware to ^2.0.9 (#5503)66cf033chore(deps-dev): bump the dependencies group with 2 updates (#5504)4367a5crefactor: use 'String#startsWith' & replace if-then-else (#5501)8e6604fchore(deps): bump the dependencies group across 1 directory with 4 updates (#...Updates
@docusaurus/corefrom 3.8.1 to 3.9.2Release notes
Sourced from
@docusaurus/core's releases.... (truncated)
Changelog
Sourced from
@docusaurus/core's changelog.... (truncated)
Commits
abfbe56v3.9.2598af3bfix(core): allowi18n.localeConfigs.translatein validation (#11452)c3e5db1chore: release v3.9.1 (#11436)e41fa2efix(core): fix Docusaurus outDir for sites using baseUrl (#11434)c24d7dcchore: release v3.9 (#11419)4dc0576fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard ...a9bab41feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprec...af3d5cafix(deps): upgrade webpack-dev-server to v5, fix security warning (#11410)1c484e1chore: drop support for Node 18, that reached End-of-Life (#11408)2febb76feat(core): Addi18n.localeConfigs[locale].{url,baseUrl}config options (#1...Updates
@docusaurus/preset-classicfrom 3.8.1 to 3.9.2Release notes
Sourced from
@docusaurus/preset-classic's releases.... (truncated)
Changelog
Sourced from
@docusaurus/preset-classic's changelog.... (truncated)
Commits
abfbe56v3.9.2c3e5db1chore: release v3.9.1 (#11436)c24d7dcchore: release v3.9 (#11419)1c484e1chore: drop support for Node 18, that reached End-of-Life (#11408)f811e2dchore: release 3.8.1 (#11249)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.