VanillaJS sortable lists and grids using native HTML5 drag and drop API.
Sortable — is a JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery. Supports Meteor, AngularJS, React, Polymer, Knockout and any CSS library, e.g. Bootstrap.
Create IMAP folder.
Create IMAP folder.
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps http-cache-semantics from 4.1.0 to 4.1.1.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
Merge pull request #12 from trasherdk/dependabot/npm_and_yarn/http-cache-semantics-4.1.1
Bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps http-cache-semantics from 4.1.0 to 4.1.1.
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
.
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and languageYou can disable automated security fix PRs for this repo from the Security Alerts page.
fix(deps): update dependency @apollo/client to v3.7.7
fix(deps): update dependency nuxt to v3.1.2
chore(deps): update dependency @types/express to v4.17.17
fix(deps): update nest monorepo to v9.3.2
chore(deps): update dependency @nestjs/cli to v9.2.0
chore(deps): update dependency @types/node to v18.11.19
chore(deps): update dependency nanoid to v4.0.1
fix docs on custom user id
Merge pull request #329 from pilcrowOnPaper/update-userid-docs
Fix docs on custom user id
optimize contributor avatar image
Merge pull request #330 from pilcrowOnPaper/optimize-github-avatars
Optimize contributor avatar images
update dependencies
fix types
Merge pull request #331 from pilcrowOnPaper/update-dependencies
Update Astro dependencies
Fix validateKeyPassword()
docs (#332)
chore(deps): add ^11.1.11 remove ^11.1.10 (devDependencies.npm-pkgbuild)
chore(deps): lock
chore(deps): add ^2.3.0 remove ^2.2.0 (devDependencies.testcafe)
chore(deps): lock
chore(deps): bump npm-pkgbuild from 11.1.11 to 11.1.12
Bumps npm-pkgbuild from 11.1.11 to 11.1.12.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
chore(deps): add ^11.1.12 remove ^11.1.11 (devDependencies.npm-pkgbuild)
chore(deps): lock
chore(deps): add ^11.1.14 remove ^11.1.12 (devDependencies.npm-pkgbuild)
chore(deps): bump
chore(scripts): add testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 6000 --app-init-delay 10000 --app "vite" (scripts.test:cafe)
fix(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Bumps http-cache-semantics from 4.1.0 to 4.1.1.
updated-dependencies:
Signed-off-by: dependabot[bot] support@github.com
test: use / as base
chore(scripts): add testcafe $BROWSER:headless tests/cafe/*.js -s build/test --page-request-timeout 5000 --app-init-delay 9000 --app "vite" (scripts.test:cafe) chore(deps): add ^4.1.0 remove ^4.0.4 (devDependencies.vite)
test: cleanup
chore(deps): add ^4.1.1 remove ^4.1.0 (devDependencies.vite)
chore(deps): lock
0.6.2
Merge pull request #327 from pilcrowOnPaper/fix-sveltekit-locals-type
Fix SvelteKit locals
type issues
add notes
update quick start guide
Merge pull request #328 from pilcrowOnPaper/fix-quick-start-docs
Fix quick start docs
ensure concatenating arrays (#527)
patch bump (#528)
added pipe
package (#492)
pipe
packageNOTE: I did not rollup config because I wasn't sure how I should configure it
fix md-variables and add more tests for pipe
generate readme for pipe
Co-authored-by: Thomas Clark thomas.clark@bigtincan.com
re-order-readme (#529)
Add just-pipe to global template
Add template-mate for just-pipe
Fix wrong import for just-permutations in README (#534)
Upgrade packages and Node versions. (#989)
Upgrade to Node 16
Upgrade packages and Node versions.
Add a recursive version of the Longest Common Substring.
Add a recursive version of the Longest Common Subsequence.
Adding Heap time complexities
More helpful error messages (#138)
The current error messages can be a bit confusing; especially the cannot read property 'replace' of undefined
error (see #72).
This adds 2 more checks to give more helpful messages and replaces the throw "<msg>"
in base64_url_decode with throw new Error("<msg>")
as the former lead to undefined error messages.
Tests are added and the README is updated with the different error messages.
Add semicolons
Add additional tests
Co-authored-by: Eric de Ruiter eric@thisisdevelopment.nl
Fixed Router Types
6.5.4
Updated uWebsockets.js to v20.19.0
6.5.5
Merge branch 'master' of github.com:kartikk221/hyper-express
Added generic type parameter to the Websocket class
Merge pull request #147 from Hookyns/fix/uwebsocketjs-d-ts-generic-type-arg-required
Added generic type parameter to the Websocket class
remove lodash and revert esModuleInterop. Closes #317
8.4.0
Well you didn't check Styling with Markdown is supported :laughing:
import { Validator } from "express-json-validator-middleware";
const validator = new Validator({ allErrors: true });
const validate = validator.validate.bind(validator);
app.post("/Notification/viewed", loadSchema, validator.validate({ body: getSchema }), notificationController.viewed);
export function loadSchema (request, response, next) {
let schema;
switch (request.path) {
case "/Notification":
console.log("Inside Notification schema");
schema = notificationSchema;
break;
case "/Notification/viewed":
console.log("Inside viewed schema"); ``
schema = notificationViewedSchema;
break;
default:
console.log("Taking default");
schema = notificationSchema;
break;
}
try {
request.schema = schema;
next();
} catch (error) {
next(error);
}
}
export function getSchema (request) {
console.log("at getschema" + JSON.stringify(request.schema));
console.log("Request: " + JSON.stringify(request.body));
return request.schema;
}
chore(deps): update dependency testcafe to v2.3.0
chore(deps): update dependency typescript to v4.9.5
chore(deps): update dependency rollup to v3.12.1
docs: add vite-plugin-graphiql
docs: add vite-plugin-shortcuts
feat/vue3-ts-compositionAPI-i18n-fetchData
feat/text
feat/checklist
Update README.md
Update README.md
docs: Add vite-plugin-image-optimizer plugin
Add template vite-mui-ts
Merge branch 'master' into feat/vue3-ts-compositionAPI-i18n-fetchData
update
update
Merge branch 'master' into master
Merge branch 'master' into patch-2
add Compiiile open-source project
Merge pull request #632 from FatehAK/fatehak/vite-plugin-image-optimizer
docs: add vite-plugin-image-optimizer
Merge pull request #647 from emre-cil/master
Add template vite-mui-ts
Merge pull request #645 from alivadjid/feat/vue3-ts-compositionAPI-i18n-fetchData
docs: vue3-ts-compositionAPI-i18n-fetchData
Merge pull request #639 from mammadataei/patch-2
docs: add vite-plugin-graphiql
capitalize wording
Change BitcartCC license to MIT (#3549)
Add Takahē to Social Networking and Forum software (#3471)
Co-authored-by: nodiscc nodiscc@gmail.com
tools: remove obsolete test tooling + add CI badge (#3555)
update URL for taiga
remove photoview demo link (timeout)
remove gancio demo link (502 bad gateway)
update link to general curation issue
Add Answer (#3537)
Add Phorge (#3538)
Add Phorge - a fork of Phabricator.
pull request template: do not delete the text only if adding new software
add the aqua sec blog about npm registry flaw
docs: add web framework tool hardening: nuxt-security
docs: add phylum finding for imagecompress-mini
docs: add jfrog finding for npm audit misses
docs: add open source peace org for protestware list (#84)