Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Prepare monorepo for typescript migration #15

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

madthax
Copy link
Collaborator

@madthax madthax commented May 3, 2023

Added the changes from the first issue.

Closes #1

@madthax madthax requested a review from svallory May 3, 2023 04:50
@madthax madthax self-assigned this May 3, 2023
@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@tokilabs/[email protected] shell +15 albertonunes
@tokilabs/[email protected] eval, network +17 albertonunes
@tokilabs/[email protected] shell +124 albertonunes
@tokilabs/[email protected] eval, network, shell +132 albertonunes
@tokilabs/[email protected] eval, filesystem, environment +23 svallory
[email protected] shell +10 eslint-community-bot
[email protected] None +4 ljharb
[email protected] filesystem, shell +17 mysticatea
[email protected] None +0 benjamn
[email protected] shell +77 ljharb
[email protected] shell +74 linusu
[email protected] shell +103 ljharb
[email protected] shell +10 lydell
[email protected] eval, network, filesystem, shell, environment +131 kul
[email protected] shell +13 jounqin
[email protected] filesystem, shell +67 ljharb
@babel/[email protected] shell +22 nicolo-ribaudo
[email protected] filesystem, shell +67 ljharb
[email protected] eval +1 rvanvelzen1
[email protected] shell, environment +10 acdlite
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 4.5.4...4.9.5 network +0/-0 typescript-bot
[email protected] 3.0.9...3.1.1 environment +17/-17 nickmerwin
[email protected] 5.2.0...5.2.4 environment +18/-26 ivasilov
[email protected] 7.1.1...7.2.0 None +0/-0 marijn
[email protected] 0.5.5...0.5.6 None +2/-3 isaacs
[email protected] 26.0.1...29.5.0 None +126/-290 simenb
[email protected] 7.0.0...7.0.2 None +0/-10 with-bot
[email protected] 7.2.0...7.4.1 None +0/-0 marijn
[email protected] 1.19.1...2.8.8 None +0/-0 prettier-bot

🚮 Removed packages: [email protected]

Copy link
Member

@svallory svallory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the huge delay. I forgot you had sent a PR :/

"name": "pug-monorepo",
"private": true,
"name": "madthax-pug-ts",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just the monorepo config. It is not a package, so it needs to remain private so we don't publish it by accident.

Also, npm will show the packages you published regardless of the organization they are in (check mine) so how about we name this @tokilabs/pug-ts (after the repository) and all other packages as @tokilabs/[original name]?

"author": "Thassio Werlang <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/madthax/pug-ts"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be the official repository https://github.com/tokilabs/pug-ts

@svallory svallory changed the title Feature/1 migrate source code to typescript #1 Prepare monorepo for typescript migration May 20, 2023
@svallory svallory changed the title #1 Prepare monorepo for typescript migration Prepare monorepo for typescript migration #1 May 20, 2023
@svallory svallory changed the title Prepare monorepo for typescript migration #1 Prepare monorepo for typescript migration fixes #1 May 20, 2023
@svallory svallory changed the title Prepare monorepo for typescript migration fixes #1 Prepare monorepo for typescript migration May 20, 2023
@svallory
Copy link
Member

Another thing @madthax you forgot to create a prettier configuration file that uses @tokilabs/prettier-config

Also, in the future, update the issue's checklist as you make progress ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare monorepo for typescript migration
2 participants