-
Notifications
You must be signed in to change notification settings - Fork 257
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
Next #1649
Open
fredericbirke
wants to merge
4
commits into
scullyio:main
Choose a base branch
from
fredericbirke:next
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Next #1649
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore(monorepo): finished NX migrate to 13. WIP, fixes in next commits * fix(ng-lib): fix build errors from nx migration * chore(monorepo): nX update * fix(monorepo) SPS now working, Fixed XhrFactory bug by providing my own * fix(scully-plugin-puppeteer): fixed exit problem with ppt renderer * fix(monorepo): make tests work with ESM * chore(monorepo): pruge a few stale files from scully folder * chore(monorepo): handle relative path differently bcs GA * fix(monorepo): fix GA by adding mandatory node flags * fix(monorepo): update workflow to cater ESM * fix(monorepo): try less concurrency for guthub actions * fix(scully): requireify the load of sentry * fix(monorepo): use require for jsYaml * fix(monorepo): replace jsYaml with yaml to fix GA build problem * fix(ng-lib): move rx7 to peerdep to aid install failure in test * ci(ng-lib): fix workflow to aid new setup * fix(actions): fix typo in workflow * fix(actions): fix workflow to install rx7 * fix(scully): fix versions in package.json for scully * fix(monorepo): update workflow, and demo plugins to modules * fix(actions): ok, now I'm going to try to use the force * fix(actions): upgrade schematic and use the force on npm * fix(scully): use require for path-to-regexp commonjs module * fix(actions): update workflow to install develop version of ppt plugin && latest puppeteer * fix(actions): move npm install as init schematics install wrong versions * fix(actions): fix type in wrokflow * fix(platform-server): make sure ready events doesn't fire premature * chore(monorepo): update package-lock * feat(monorepo): latest nx * feat(actions): add support for next branch * fix(platform-server): add node option to workflow * chore(monorepo): small rework out of PR remarks, added more dics for markdown
* feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 (scullyio#1533) * feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 ISSUES CLOSED: scullyio#1529 * fix(monorepo): add workaround for [#22606](angular/angular-cli#22606) * test(ng-lib): add test to check if tss works with route-resolvers * fix(scully): kill background server on exit (scullyio#1535) * chore(monorepo): upgrade to latest angular, NX, and formatting stds * refactor(actions): switch to max 8 parrallel on nx build
* feat(platform-server): limit to version 12, as version 13 needs ESM (scullyio#1522) * chore: bump version and tag it to 2.1.7 * Bump marked to resolve security advisory (scullyio#1526) * fix(scully): upgrade marked version * fix(scully): upgrade @types/marked * chore: bump version and tag it to 2.1.8 * ci: add codeql scanning to the workflow (scullyio#1528) * chore: bump version and tag it to 2.1.9 * feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 (scullyio#1533) * feat(ng-lib): use GuardsCheckEnd instead of Navigationend. see scullyio#1529 ISSUES CLOSED: scullyio#1529 * fix(monorepo): add workaround for [#22606](angular/angular-cli#22606) ISSUES CLOSED: scullyio#1529 * test(ng-lib): add test to check if tss works with route-resolvers ISSUES CLOSED: scullyio#1529 * chore: bump version and tag it to 2.1.10 * fix(scully): kill background server on exit (scullyio#1535) This will forcefully kill the background server when scully is done processing ISSUES CLOSED: scullyio#1513 * chore: bump version and tag it to 2.1.11 * chore(deps): bump nanoid from 3.1.30 to 3.2.0 (scullyio#1534) Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.30 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.1.30...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version and tag it to 2.1.12 * chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 (scullyio#1540) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.6...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version and tag it to 2.1.13 * fix(ng-lib): don't error when routing from non-Scully page to Scully-genreated page (scullyio#1541) * chore: bump version and tag it to 2.1.14 * chore(deps): bump url-parse from 1.5.4 to 1.5.7 (scullyio#1542) Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.4 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](unshiftio/url-parse@1.5.4...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version and tag it to 2.1.15 * Added spanish translations responding to issue scullyio#1321 (scullyio#1445) * Added spanish translations responding to issue scullyio#1321 * Update docs/learn/create-a-plugin/create-a-plugin_es.md Co-authored-by: Andrés Villanueva <[email protected]> Co-authored-by: Sander Elias <[email protected]> Co-authored-by: Andrés Villanueva <[email protected]> * chore: bump version and tag it to 2.1.16 * chore(monorepo): merge in main * chore(deps): bump prismjs from 1.25.0 to 1.27.0 (scullyio#1548) Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](PrismJS/prism@v1.25.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * chore: bump version and tag it to 2.1.17 * fix(schematics): Get schematic tests running and passing plus add logic for gitignore (scullyio#1547) entries * chore: bump version and tag it to 2.1.18 * chore(monorepo): update depedencies (PPT & PW) to try fixing some scuritty warings (scullyio#1551) * chore: bump version and tag it to 2.1.19 * fix(scully): update selfsigned to fix security issue when using SSL selfsigned certifiates (scullyio#1552) * chore: bump version and tag it to 2.1.20 * fix(schematics): make sure the schematics install the latest version off our playwright plugin, instead of 0.0.2 (scullyio#1554) * chore: bump version and tag it to 2.1.21 * refactor(Actions): we don't need to build after the build-artifacts, because its already there (scullyio#1555) * chore: bump version and tag it to 2.1.22 * test: updated configuration to run tests for schematics and sps, univ… (scullyio#1482) * chore: bump version and tag it to 2.1.23 * chore(monorepo): updating deps * chore(monorepo): upgrade to latest nx * chore(monorepo): bump version * fix(actions): fix on node version 16.13.2 untill next node versions are released * fix(scully): update deps for ESM use * fix(scully-plugin-puppeteer): correct depedency import, move from peerdeps to deps (it was in scully Co-authored-by: Scully-Bot <[email protected]> Co-authored-by: Zsofia Florek <[email protected]> Co-authored-by: Jeffrey Bosch <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: manueldose <[email protected]> Co-authored-by: Andrés Villanueva <[email protected]> Co-authored-by: Mike Brocchi <[email protected]>
* fix(scully): fix startup so we don't need to depend on hashBang -S option bcs windows ISSUES CLOSED: scullyio#1550 * chore(monorepo): fix whitespce, update nx * Update libs/scully/src/lib/utils/platform-server/startupSpS.ts * fix(actions): a module to cyrpes tests * fix(actions): add --experimental-specifier-resolution=node to workflow * fix(actions): more --experimental-specifier-resolution=node chore: bump package
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information