-
Notifications
You must be signed in to change notification settings - Fork 80
Chore(deps): Bump js-yaml in /packages/gasket-template-nextjs-pages/template #1282
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?
Chore(deps): Bump js-yaml in /packages/gasket-template-nextjs-pages/template #1282
Conversation
* 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
* chore: replace hapi/accept with negotiator * chore: add changelog * chore: change to use language
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]>
…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>
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]>
* ESM port plugin-express (#1256) * ESM port plugin-express * changeset * syncpack * node prefix for std lib * ESM migration plugin-fastify (#1257) * ESM migration plugin-fastify * syncpack * ESM port plugin-middleware (#1258) * ESM port * Type imports * changeset * syncpack * node prefix to std libs * ESM Port @gasket/assets (#1259) * ESM Port * changeset * Convert gasket-plugin-https to ESM and migrate to Vitest (#1254) * refactor(gasket-plugin-https): port to ESM and vitest * ci: changeset * fix: syncpack * Convert gasket-plugin-nextjs to ESM (#1253) * refactor(gasket-plugin-nextjs): initial port to ESM * refactor(gasket-plugin-nextjs): use dynamic import and adjust tests * ci: changeset * fix(gasket-preset-nextjs): adjust for esm exports * Convert gasket-plugin-data to ESM and migrate to Vitest (#1252) * refactor(gasket-plugin-data): port to ESM and vitest * fix(gasket-plugin-data): syncpack * ci: changeset * PFX-1022 ESM Port: @gasket/plugin-morgan (#1261) * chore: migrate to esm use vitest * chore(plugin-morgan): remove unnecessary .swcrc file The gasket-cjs build tool uses its own hardcoded SWC configuration and does not read .swcrc files from packages. * Plugin ports (#1262) * ESM port plugin-docs * ESM port plugin-docs-graphs * ESM port docusaurus plugin * Metdata types * Vitetest resolve docusaurus libraries * Mocks for typescript tests * Plugin ports (#1263) * ESM port plugin-docs * ESM port plugin-docs-graphs * ESM port docusaurus plugin * Metdata types * Vitetest resolve docusaurus libraries * Mocks for typescript tests * ESM port plugin-logger * ESM Port plugin-winston * changeset * syncpack * esm port (#1266) * Plugin ports (#1265) * ESM port plugin-docs * ESM port plugin-docs-graphs * ESM port docusaurus plugin * Metdata types * Vitetest resolve docusaurus libraries * Mocks for typescript tests * ESM port plugin-logger * ESM Port plugin-winston * changeset * syncpack * ESM port plugin webpack * ESM port plugin analyze * ESM port typescript tests * ESM Port plugin happyfeet * syncpack * ESM port plugin intl * ESM Port plugin swagger * syncpack * fix TS test imports * consolidate changesets * https plugin import issue * pesky __dirname * fix webpack import * fix swagger prompt export * opt for require with docusaurus packages * fix gasket/assets exports * fix intl rootDir path * graceful error handling with template git init * lockfile * syncpack * lockfile * fix webpack require * changeset to minor --------- Co-authored-by: Andrew Gerard <[email protected]> Co-authored-by: Jordan Pina <[email protected]>
* Initial edge runtime webpack fix * Add noop file * adjust create * Tune webpack hook * tests * changeset * filename typo * revert create drop noop in lib * fix lint * fix: mjs ref from cjs file --------- Co-authored-by: Andrew Gerard <[email protected]>
* add gasket-cjs preprocess to handle with assertions * remove createRequire & new URL * changeset
* Version Packages * fix: minor rev versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrew Gerard <[email protected]>
* feat(gasket-core): ability to set gasket env programmatically * ci: changeset * fix: typo Co-authored-by: Jordan Pina <[email protected]> --------- Co-authored-by: Jordan Pina <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
The `webpackConfig` hook is invoked with `execWaterfallSync`, so hooks must not be asynchronous.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Bumps and [js-yaml](https://github.com/nodeca/js-yaml). These dependencies needed to be updated together. Updates `js-yaml` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) Updates `js-yaml` from 4.1.0 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
|
f2874fe to
88bfdd1
Compare
Bumps and js-yaml. These dependencies needed to be updated together.
Updates
js-yamlfrom 3.14.1 to 3.14.2Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
9963d363.14.2 released10d3c8edist rebuild5278870fix prototype pollution in merge (<<) (#731)Updates
js-yamlfrom 4.1.0 to 4.1.1Changelog
Sourced from js-yaml's changelog.
... (truncated)
Commits
9963d363.14.2 released10d3c8edist rebuild5278870fix prototype pollution in merge (<<) (#731)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.