Pre-Configured list of Templates and Approval/Denial Reasons that is free for any Bot List or Bot List Staff to use!

Overview

Infinity Cheat Sheet

Pre-Configured list of templates that any Bot List or Bot List Staff are free to use!

Netlify Status


Website Preview

Sample-1 Sample-2


Contributing

I tried to make contributing to this site as simple as possible.

File Structure

Note

When adding new reasons please make sure you also update the corresponding features file.

Feature Example

const denyFeatures = [
  {
    name: '📡 Bot Offline',
    description: `Your bot was offline when we tried to review it. Please get your bot online and re-apply.`,
    click: botOffline
  },
]

Denial Reason Example

import copy from 'copy-to-clipboard';
import toast, { Toaster } from 'react-hot-toast';

const unknownApp = () => {
    copy('There is an unknown application error when trying to invite your bot. Please make sure that the application ID you entered is correct, you have a bot user with your application and your bot application wasnt deleted');
    toast.success('Copied to clipboard!', {
      duration: 4000,
      position: 'bottom-right',
      icon: '👏',
      className: 'flex items-center justify-center px-8 py-3 font-mono text-md font-medium text-color2 bg-dark border rounded border-slate-500',
      style:{
        backgroundColor: '#1e293b',
        color: '#ffffff'
      },
      iconTheme: {
        primary: '#ffff',
        secondary: '#7047BC'
      }
   })
}

export default unknownApp;

Made With

Next.js | TailwindCSS

Comments
  • build(deps-dev): Bump eslint-config-next from 11.1.2 to 12.0.8

    build(deps-dev): Bump eslint-config-next from 11.1.2 to 12.0.8

    Bumps eslint-config-next from 11.1.2 to 12.0.8.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.0.8

    Core Changes

    • Fix no-server-import-in-page eslint rule for subfolder middleware: #32139
    • Create Base Server: #32154
    • Revert support for render prop in <Main />: #32184
    • Refactor FS references in the Base Server: #32179
    • telemetry: collect feature usage for linting during build: #32022
    • Chore/load bindings improvements: #32191
    • fix(NODE_ENV): Warn when launching start or build on development: #14033
    • Fix crash in no-page-custom-font eslint rule when default export is unnamed.: #32251
    • Add docs for leveraging outputStandalone config: #32255
    • Replace raw-body with get-stream and bytes: #21915
    • Update to latest ncc and ensure caniuse-lite data is external : #32064
    • Update swc: #32210
    • Simplify custom Writable: #32247
    • Add shake exports transform to next-swc: #32253
    • Revert "Replace raw-body with get-stream and bytes": #32305
    • Re-open chore(deps): upgrade browserslist: #32300
    • Fix RSC link navigation: #32303
    • Compile escape-string-regexp: #32310
    • Add unstable_useRefreshRoot: #32342
    • Upate swc: #32365
    • fix unstable_useRefreshRoot typing: #32364
    • fix(next-swc/styled-jsx): Fix nth: #32358
    • Rename experimental vital hook: #32343
    • Inline server data response with partial hydration: #32330
    • Update jsx transform of swc: #32383
    • Fix running server with Polyfilled fetch: #32368
    • Fix dynamic routes with pages under index folder: #32440
    • Fixes #32338 missing Document components trigger an error for production builds: #32345
    • Fixes for inline embedding data in the web runtime: #32471
    • Add vitals and rsc to npm files: #32472
    • fixes to allow lazy compilation for import(): #32441
    • upgrade webpack and watchpack: #32173
    • Update to filter loader specific files from traces: #32267
    • Fix server data cache key: #32506
    • [middleware] Fix hydration for rewrites to dynamic pages: #32534
    • Ensure image-optimizer is traced for standalone mode: #32522
    • Remove unused classnames dependency from react-dev-overlay: #32487
    • next-swc: Emit errors and add tests to next-ssg: #32254
    • Include message body in redirect responses: #31886
    • Prevent NEXT_PHASE env change in workers: #28941
    • Check stack property for page export exceptions: #32289
    • fix(next-swc/styled-jsx): Fix interpolation in media query: #32490
    • Update swc: #32566
    • Add turbo / improve Rust build caching in GitHub Actions: #31464
    • Fix ReadableStream.pipeTo() being unimplemented in the web runtime: #32602
    • Ensure AMP optimizer is only excluded from trace when not used: #32577
    • Upgraded next-env dependencies: #32613

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vercel-release-bot, a new releaser for eslint-config-next since your current version.


    Dependabot compatibility score

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): Bump postcss from 8.3.6 to 8.4.5

    build(deps-dev): Bump postcss from 8.3.6 to 8.4.5

    Bumps postcss from 8.3.6 to 8.4.5.

    Release notes

    Sourced from postcss's releases.

    8.4.5

    • Fixed raws types to make object extendable (by @​43081j).
    • Moved from Yarn 1 to pnpm.

    8.4.4

    • Fixed absolute path in source map on zero plugins mode.

    8.4.3

    • Fixed this.css.replace is not a function error.

    8.4.2

    • Fixed previous source map support in zero plugins mode.

    8.4.1

    8.4 “President Camio”

    PostCSS 8.4 brought ranges for warnings and errors, smaller node_modules size, lazy parsing to avoid PostCSS does nothing warning, and TypeScript fixes.

    Thanks to Sponsors

    This release was possible thanks to our community.

    If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

    Rages for Errors and Warnings

    @​adalinesimonian, the author of amazing Stylelint extension for VS Code, added ranges to errors and warnings.

    result.warn(msg, { index })           // One character warning at index
    result.warn(msg, { endIndex })        // Starts at node start, ends at endIndex
    result.warn(msg, { index, endIndex }) // Starts at index, ends at endIndex
    result.warn(msg, { start })           // Starts at start, ends at node end
    result.warn(msg, { end })             // Starts at node start, ends at end
    result.warn(msg, { start, end })      // Starts at start, ends at end
    result.warn(msg, { word })            // Starts at word location, ends at word index + length
    

    ... (truncated)

    Changelog

    Sourced from postcss's changelog.

    8.4.5

    • Fixed raws types to make object extendable (by James Garbutt).
    • Moved from Yarn 1 to pnpm.

    8.4.4

    • Fixed absolute path in source map on zero plugins mode.

    8.4.3

    • Fixed this.css.replace is not a function error.

    8.4.2

    • Fixed previous source map support in zero plugins mode.

    8.4.1

    • Fixed Stringifier types (by James Garbutt).

    8.4 “President Camio”

    • Added ranges for errors and warnings (by Adaline Valentina Simonian).
    • Added Stringifier types (by James Garbutt).
    • Added Processor types.
    • Removed PostCSS does nothing warning by lazy parser (Bogdan Dolin).
    • Fixed Node#walkRules() types (by Aleks Hudochenkov).
    • Fixed types Root and Document in result values (by James Garbutt).
    • Reduced npm install size by 0.5 MB.
    • Moved tests from Jest to uvu (by Andrey Kim).
    • Fixed docs (by Paul Shryock).

    8.3.11

    • Remove debugging code.

    8.3.10

    • Fixed Maximum call stack issue of some source maps (by Yeting Li).

    8.3.9

    • Replaced nanocolors to picocolors.
    • Reduced package size.

    8.3.8

    • Update nanocolors.

    8.3.7

    • Replaced colorette to nanocolors.
    • Added bug field to package.json (by Christian Oliff).
    • Improved docs (by Andrew Bruce and Paul Shryock).
    Commits

    Dependabot compatibility score

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): Bump tailwindcss from 2.2.15 to 3.0.16

    build(deps-dev): Bump tailwindcss from 2.2.15 to 3.0.16

    Bumps tailwindcss from 2.2.15 to 3.0.16.

    Release notes

    Sourced from tailwindcss's releases.

    v3.0.16

    Fixed

    • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080)
    • Improve various warnings (#7118)
    • Fix grammatical mistake (cca5a38)

    v3.0.15

    Fixed

    • Temporarily remove optional chaining in nesting plugin (#7077)

    v3.0.14

    Added

    • Show warnings for invalid content config (#7065)

    Fixed

    • Only emit utility/component variants when those layers exist (#7066)
    • Ensure nesting plugins can receive options (#7016)

    v3.0.13

    Fixed

    • Fix consecutive builds with at apply producing different CSS (#6999)

    v3.0.12

    Fixed

    • Allow use of falsy values in theme config (#6917)
    • Ensure we can apply classes that are grouped with non-class selectors (#6922)
    • Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#6914)
    • Ensure @apply works consistently with or without @layer (#6938)
    • Only emit defaults when using base layer (#6926)
    • Emit plugin defaults regardless of usage (#6926)
    • Move default border color back to preflight (#6926)
    • Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#6926)

    v3.0.11

    Fixed

    • Preserve casing of CSS variables added by plugins (#6888)
    • Ignore content paths that are passed in but don't actually exist (#6901)
    • Revert change that applies Tailwind's defaults in isolated environments like CSS modules (9fdc391)

    v3.0.10

    Fixed

    • Fix @apply in files without @tailwind directives (#6580, #6875)

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.0.16] - 2022-01-24

    Fixed

    • Ensure to transpile the PostCSS Nesting plugin (tailwindcss/nesting) (#7080)
    • Improve various warnings (#7118)
    • Fix grammatical mistake (cca5a38)

    [3.0.15] - 2022-01-15

    Fixed

    • Temporarily remove optional chaining in nesting plugin (#7077)

    [3.0.14] - 2022-01-14

    Added

    • Show warnings for invalid content config (#7065)

    Fixed

    • Only emit utility/component variants when those layers exist (#7066)
    • Ensure nesting plugins can receive options (#7016)

    [3.0.13] - 2022-01-11

    Fixed

    • Fix consecutive builds with at apply producing different CSS (#6999)

    [3.0.12] - 2022-01-07

    Fixed

    • Allow use of falsy values in theme config (#6917)
    • Ensure we can apply classes that are grouped with non-class selectors (#6922)
    • Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#6914)
    • Ensure @apply works consistently with or without @layer (#6938)
    • Only emit defaults when using base layer (#6926)
    • Emit plugin defaults regardless of usage (#6926)
    • Move default border color back to preflight (#6926)
    • Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#6926)

    [3.0.11] - 2022-01-05

    Fixed

    • Preserve casing of CSS variables added by plugins (#6888)
    • Ignore content paths that are passed in but don't actually exist (#6901)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): Bump postcss from 8.3.6 to 8.4.5

    build(deps-dev): Bump postcss from 8.3.6 to 8.4.5

    Bumps postcss from 8.3.6 to 8.4.5.

    Release notes

    Sourced from postcss's releases.

    8.4.5

    • Fixed raws types to make object extendable (by @​43081j).
    • Moved from Yarn 1 to pnpm.

    8.4.4

    • Fixed absolute path in source map on zero plugins mode.

    8.4.3

    • Fixed this.css.replace is not a function error.

    8.4.2

    • Fixed previous source map support in zero plugins mode.

    8.4.1

    8.4 “President Camio”

    PostCSS 8.4 brought ranges for warnings and errors, smaller node_modules size, lazy parsing to avoid PostCSS does nothing warning, and TypeScript fixes.

    Thanks to Sponsors

    This release was possible thanks to our community.

    If your company wants to support the sustainability of front-end infrastructure or wants to give some love to PostCSS, you can join our supporters by:

    Rages for Errors and Warnings

    @​adalinesimonian, the author of amazing Stylelint extension for VS Code, added ranges to errors and warnings.

    result.warn(msg, { index })           // One character warning at index
    result.warn(msg, { endIndex })        // Starts at node start, ends at endIndex
    result.warn(msg, { index, endIndex }) // Starts at index, ends at endIndex
    result.warn(msg, { start })           // Starts at start, ends at node end
    result.warn(msg, { end })             // Starts at node start, ends at end
    result.warn(msg, { start, end })      // Starts at start, ends at end
    result.warn(msg, { word })            // Starts at word location, ends at word index + length
    

    ... (truncated)

    Changelog

    Sourced from postcss's changelog.

    8.4.5

    • Fixed raws types to make object extendable (by James Garbutt).
    • Moved from Yarn 1 to pnpm.

    8.4.4

    • Fixed absolute path in source map on zero plugins mode.

    8.4.3

    • Fixed this.css.replace is not a function error.

    8.4.2

    • Fixed previous source map support in zero plugins mode.

    8.4.1

    • Fixed Stringifier types (by James Garbutt).

    8.4 “President Camio”

    • Added ranges for errors and warnings (by Adaline Valentina Simonian).
    • Added Stringifier types (by James Garbutt).
    • Added Processor types.
    • Removed PostCSS does nothing warning by lazy parser (Bogdan Dolin).
    • Fixed Node#walkRules() types (by Aleks Hudochenkov).
    • Fixed types Root and Document in result values (by James Garbutt).
    • Reduced npm install size by 0.5 MB.
    • Moved tests from Jest to uvu (by Andrey Kim).
    • Fixed docs (by Paul Shryock).

    8.3.11

    • Remove debugging code.

    8.3.10

    • Fixed Maximum call stack issue of some source maps (by Yeting Li).

    8.3.9

    • Replaced nanocolors to picocolors.
    • Reduced package size.

    8.3.8

    • Update nanocolors.

    8.3.7

    • Replaced colorette to nanocolors.
    • Added bug field to package.json (by Christian Oliff).
    • Improved docs (by Andrew Bruce and Paul Shryock).
    Commits

    Dependabot compatibility score

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): Bump eslint-config-next from 11.1.2 to 12.0.8

    build(deps-dev): Bump eslint-config-next from 11.1.2 to 12.0.8

    Bumps eslint-config-next from 11.1.2 to 12.0.8.

    Release notes

    Sourced from eslint-config-next's releases.

    v12.0.8

    Core Changes

    • Fix no-server-import-in-page eslint rule for subfolder middleware: #32139
    • Create Base Server: #32154
    • Revert support for render prop in <Main />: #32184
    • Refactor FS references in the Base Server: #32179
    • telemetry: collect feature usage for linting during build: #32022
    • Chore/load bindings improvements: #32191
    • fix(NODE_ENV): Warn when launching start or build on development: #14033
    • Fix crash in no-page-custom-font eslint rule when default export is unnamed.: #32251
    • Add docs for leveraging outputStandalone config: #32255
    • Replace raw-body with get-stream and bytes: #21915
    • Update to latest ncc and ensure caniuse-lite data is external : #32064
    • Update swc: #32210
    • Simplify custom Writable: #32247
    • Add shake exports transform to next-swc: #32253
    • Revert "Replace raw-body with get-stream and bytes": #32305
    • Re-open chore(deps): upgrade browserslist: #32300
    • Fix RSC link navigation: #32303
    • Compile escape-string-regexp: #32310
    • Add unstable_useRefreshRoot: #32342
    • Upate swc: #32365
    • fix unstable_useRefreshRoot typing: #32364
    • fix(next-swc/styled-jsx): Fix nth: #32358
    • Rename experimental vital hook: #32343
    • Inline server data response with partial hydration: #32330
    • Update jsx transform of swc: #32383
    • Fix running server with Polyfilled fetch: #32368
    • Fix dynamic routes with pages under index folder: #32440
    • Fixes #32338 missing Document components trigger an error for production builds: #32345
    • Fixes for inline embedding data in the web runtime: #32471
    • Add vitals and rsc to npm files: #32472
    • fixes to allow lazy compilation for import(): #32441
    • upgrade webpack and watchpack: #32173
    • Update to filter loader specific files from traces: #32267
    • Fix server data cache key: #32506
    • [middleware] Fix hydration for rewrites to dynamic pages: #32534
    • Ensure image-optimizer is traced for standalone mode: #32522
    • Remove unused classnames dependency from react-dev-overlay: #32487
    • next-swc: Emit errors and add tests to next-ssg: #32254
    • Include message body in redirect responses: #31886
    • Prevent NEXT_PHASE env change in workers: #28941
    • Check stack property for page export exceptions: #32289
    • fix(next-swc/styled-jsx): Fix interpolation in media query: #32490
    • Update swc: #32566
    • Add turbo / improve Rust build caching in GitHub Actions: #31464
    • Fix ReadableStream.pipeTo() being unimplemented in the web runtime: #32602
    • Ensure AMP optimizer is only excluded from trace when not used: #32577
    • Upgraded next-env dependencies: #32613

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vercel-release-bot, a new releaser for eslint-config-next since your current version.


    Dependabot compatibility score

    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 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)
    dependencies 
    opened by dependabot[bot] 1
  • build(deps-dev): Bump postcss-preset-env from 6.7.0 to 7.1.0

    build(deps-dev): Bump postcss-preset-env from 6.7.0 to 7.1.0

    Bumps postcss-preset-env from 6.7.0 to 7.1.0.

    Changelog

    Sourced from postcss-preset-env's changelog.

    7.1.0 (December 22, 2021)

    7.0.2 (December 16, 2021)

    • Fixed unexpected behaviours when using different versions of postcss-values-parser across the plugins 228
    • Updated browserlist to 4.19.1 (minor)
    • Updated caniuse-lite to 1.0.30001287 (minor)
    • Updated css-blank-pseudo to 3.0.0 (major)
    • Updated css-has-pseudo to 3.0.0 (major)
    • Updated css-prefers-color-scheme to 6.0.0 (major)
    • Updated postcss-color-functional-notation to 4.1.0 (minor)
    • Updated postcss-color-hex-alpha to 8.0.1 (patch)
    • Updated postcss-color-rebeccapurple to 7.0.1 (patch)
    • Updated postcss-custom-properties to 12.0.1 (patch)
    • Updated postcss-dir-pseudo-class to 6.0.1 (patch)
    • Updated postcss-double-position-gradients to 3.0.3 (patch)
    • Updated postcss-env-function to 4.0.3 (patch)
    • Updated postcss-focus-visible to 6.0.2 (patch)
    • Updated postcss-focus-within to 5.0.2 (patch)
    • Updated postcss-gap-properties to 3.0.1 (patch)
    • Updated postcss-image-set-function to 4.0.3 (patch)
    • Updated postcss-lab-function to 4.0.2 (patch)
    • Updated postcss-logical to 5.0.1 (patch)
    • Updated postcss-nesting to 10.0.3 (patch)
    • Updated postcss-overflow-shorthand to 3.0.1 (patch)
    • Updated postcss-place to 7.0.2 (patch)
    • Updated postcss-pseudo-class-any-link to 7.0.1 (patch)
    • Updated documentation
    • Updated postcss to be a peer dependency.

    7.0.1 (November 19, 2021)

    • Fixed infinite loop in double-position-gradients 223
    • Fixed "Unknown word" errors in when parsing CSS values 224
    • Fixed "undefined" CSS values after transforms with postcss-place 225
    • Updated postcss-color-functional-notation to 4.0.1 (patch)
    • Updated postcss-double-position-gradients to 3.0.1 (patch)
    • Updated postcss-env-function to 4.0.2 (patch)
    • Updated postcss-image-set-function to 4.0.2 (patch)
    • Updated postcss-lab-function to 4.0.1 (patch)
    • Updated postcss-nesting to 10.0.2 (patch)
    • Updated postcss-place to 7.0.1 (patch)

    7.0.0 (November 16, 2021)

    • Updated autoprefixer to 10.4.0 (major)
    • Updated browserslist to 4.17.5 (minor)
    • Updated caniuse-lite to 1.0.30001272 (patch)

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by alaguna, a new releaser for postcss-preset-env since your current version.


    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 0
  • build(deps-dev): Bump tailwindcss from 2.2.15 to 3.0.15

    build(deps-dev): Bump tailwindcss from 2.2.15 to 3.0.15

    Bumps tailwindcss from 2.2.15 to 3.0.15.

    Release notes

    Sourced from tailwindcss's releases.

    v3.0.15

    Fixed

    • Temporarily remove optional chaining in nesting plugin (#7077)

    v3.0.14

    Added

    • Show warnings for invalid content config (#7065)

    Fixed

    • Only emit utility/component variants when those layers exist (#7066)
    • Ensure nesting plugins can receive options (#7016)

    v3.0.13

    Fixed

    • Fix consecutive builds with at apply producing different CSS (#6999)

    v3.0.12

    Fixed

    • Allow use of falsy values in theme config (#6917)
    • Ensure we can apply classes that are grouped with non-class selectors (#6922)
    • Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#6914)
    • Ensure @apply works consistently with or without @layer (#6938)
    • Only emit defaults when using base layer (#6926)
    • Emit plugin defaults regardless of usage (#6926)
    • Move default border color back to preflight (#6926)
    • Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#6926)

    v3.0.11

    Fixed

    • Preserve casing of CSS variables added by plugins (#6888)
    • Ignore content paths that are passed in but don't actually exist (#6901)
    • Revert change that applies Tailwind's defaults in isolated environments like CSS modules (9fdc391)

    v3.0.10

    Fixed

    • Fix @apply in files without @tailwind directives (#6580, #6875)
    • CLI: avoid unnecessary writes to output files (#6550)

    Added

    • Allow piping data into the CLI (#6876)

    v3.0.9

    ... (truncated)

    Changelog

    Sourced from tailwindcss's changelog.

    [3.0.15] - 2022-01-15

    Fixed

    • Temporarily remove optional chaining in nesting plugin (#7077)

    [3.0.14] - 2022-01-14

    Added

    • Show warnings for invalid content config (#7065)

    Fixed

    • Only emit utility/component variants when those layers exist (#7066)
    • Ensure nesting plugins can receive options (#7016)

    [3.0.13] - 2022-01-11

    Fixed

    • Fix consecutive builds with at apply producing different CSS (#6999)

    [3.0.12] - 2022-01-07

    Fixed

    • Allow use of falsy values in theme config (#6917)
    • Ensure we can apply classes that are grouped with non-class selectors (#6922)
    • Improve standalone CLI compatibility on Linux by switching to the linuxstatic build target (#6914)
    • Ensure @apply works consistently with or without @layer (#6938)
    • Only emit defaults when using base layer (#6926)
    • Emit plugin defaults regardless of usage (#6926)
    • Move default border color back to preflight (#6926)
    • Change experimental.optimizeUniversalDefaults to only work with @tailwind base (#6926)

    [3.0.11] - 2022-01-05

    Fixed

    • Preserve casing of CSS variables added by plugins (#6888)
    • Ignore content paths that are passed in but don't actually exist (#6901)
    • Revert change that applies Tailwind's defaults in isolated environments like CSS modules (9fdc391)

    [3.0.10] - 2022-01-04

    Fixed

    • Fix @apply in files without @tailwind directives (#6580, #6875)
    • CLI: avoid unnecessary writes to output files (#6550)

    ... (truncated)

    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 0
  • build(deps-dev): Bump autoprefixer from 10.3.4 to 10.4.2

    build(deps-dev): Bump autoprefixer from 10.3.4 to 10.4.2

    Bumps autoprefixer from 10.3.4 to 10.4.2.

    Release notes

    Sourced from autoprefixer's releases.

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.

    10.4.1

    10.4 “ǃke e꞉ ǀxarra ǁke”

    In Autoprefixer 10.4 @​lukewarlow added :autofill support:

    input:-webkit-autofill {
      background-color: red;
    }
    

    input:autofill { background-color: red; }

    10.3.7

    10.3.6

    • Updated nanocolors.
    • Reduced package size.

    10.3.5

    • Replaced colorette to nanocolors.
    Changelog

    Sourced from autoprefixer's changelog.

    10.4.2

    • Fixed missed -webkit- prefix for width: stretch.

    10.4.1

    • Fixed ::file-selector-button data (by Luke Warlow).

    10.4 “ǃke e꞉ ǀxarra ǁke”

    • Added :autofill support (by Luke Warlow).

    10.3.7

    • Replaced nanocolors to picocolors.

    10.3.6

    • Updated nanocolors.
    • Reduced package size.

    10.3.5

    • Replaced colorette to nanocolors.
    Commits

    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 0
  • build(deps): Bump next from 11.1.2 to 12.0.8

    build(deps): Bump next from 11.1.2 to 12.0.8

    Bumps next from 11.1.2 to 12.0.8.

    Release notes

    Sourced from next's releases.

    v12.0.8

    Core Changes

    • Fix no-server-import-in-page eslint rule for subfolder middleware: #32139
    • Create Base Server: #32154
    • Revert support for render prop in <Main />: #32184
    • Refactor FS references in the Base Server: #32179
    • telemetry: collect feature usage for linting during build: #32022
    • Chore/load bindings improvements: #32191
    • fix(NODE_ENV): Warn when launching start or build on development: #14033
    • Fix crash in no-page-custom-font eslint rule when default export is unnamed.: #32251
    • Add docs for leveraging outputStandalone config: #32255
    • Replace raw-body with get-stream and bytes: #21915
    • Update to latest ncc and ensure caniuse-lite data is external : #32064
    • Update swc: #32210
    • Simplify custom Writable: #32247
    • Add shake exports transform to next-swc: #32253
    • Revert "Replace raw-body with get-stream and bytes": #32305
    • Re-open chore(deps): upgrade browserslist: #32300
    • Fix RSC link navigation: #32303
    • Compile escape-string-regexp: #32310
    • Add unstable_useRefreshRoot: #32342
    • Upate swc: #32365
    • fix unstable_useRefreshRoot typing: #32364
    • fix(next-swc/styled-jsx): Fix nth: #32358
    • Rename experimental vital hook: #32343
    • Inline server data response with partial hydration: #32330
    • Update jsx transform of swc: #32383
    • Fix running server with Polyfilled fetch: #32368
    • Fix dynamic routes with pages under index folder: #32440
    • Fixes #32338 missing Document components trigger an error for production builds: #32345
    • Fixes for inline embedding data in the web runtime: #32471
    • Add vitals and rsc to npm files: #32472
    • fixes to allow lazy compilation for import(): #32441
    • upgrade webpack and watchpack: #32173
    • Update to filter loader specific files from traces: #32267
    • Fix server data cache key: #32506
    • [middleware] Fix hydration for rewrites to dynamic pages: #32534
    • Ensure image-optimizer is traced for standalone mode: #32522
    • Remove unused classnames dependency from react-dev-overlay: #32487
    • next-swc: Emit errors and add tests to next-ssg: #32254
    • Include message body in redirect responses: #31886
    • Prevent NEXT_PHASE env change in workers: #28941
    • Check stack property for page export exceptions: #32289
    • fix(next-swc/styled-jsx): Fix interpolation in media query: #32490
    • Update swc: #32566
    • Add turbo / improve Rust build caching in GitHub Actions: #31464
    • Fix ReadableStream.pipeTo() being unimplemented in the web runtime: #32602
    • Ensure AMP optimizer is only excluded from trace when not used: #32577
    • Upgraded next-env dependencies: #32613

    ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by vercel-release-bot, a new releaser for next since your current version.


    Dependabot compatibility score

    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 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)
    opened by dependabot[bot] 0
Releases(v1.0.5)
Owner
InfinityBotList
The future of Discord Bot Listing Services, We make it easier for you to advertise and grow using our vanity link’s, widget’s and more.
InfinityBotList
A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and working bug free + Security options!

Multiguild-Modmail A simple Multi Guild Modmail Bot coded in v13 using the enmap Database Working on any host, like repl.it or vps! Its fast and worki

Tomato6966 54 Oct 20, 2022
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
An Easy to use and advanced working multiguild Waitingroom Bot written in discord.js v13 without any extra modules.

Multiguild-Waitingroom-v13 An Easy to use and advanced working multiguild Waitingroom Bot written in discord.js v13 without any extra modules. It is m

Tomato6966 17 Dec 11, 2022
JavaScript / TypeScript templates for Discord.js v13, Slash Commands only!

discord.js-v13-template Slash Command Template Command Handler Events Handler Commands Example JavaScript Template TypeScript Template I will be const

null 10 Nov 15, 2022
A bot Similar to the reaction roles discord bot, but free. Written in JavaScript, and uses MongoDB.

Discord Reaction Roles bot About • Features • Installation • Setting Up About An open source reaction roles bot to anyone who needs one in their serve

null 52 Dec 22, 2022
DownTube is a free to use - Content downloader service that works upon YouTube based open source APIs. It is developed and handled by M30.

?? DownTube 3.1.7 DownTube is a free to use - Content downloader service that works upon YouTube based open source APIs. It is developed and handled b

Dev Anand 1 Sep 5, 2022
A multipurpose bot, a clan bot, a all in one bot. The one bot u need for ur server originally made as Milrato discord Bot and by Tomato6966.

Public Bot and Support Server! Invite the Public Version of this Bot so you don't need to host it by yourself or join my Discord server to get a custo

Tomato6966 472 Dec 25, 2022
The official bot for Lewis Menelaws (TectTok). The bot is made by using Typescript. Feel free to contribute!

lewis-bot Prerequisites Create an application in Discord's developer portal. You need to add all the Intents and permissions. Then create a link in OA

Luka Hietala 2 Aug 11, 2022
Easiest medium to use buttons with any discord API wrapper

Discord Buttons Plugin Easiest medium to use buttons with any discord API wrapper /* Generate 1st Button with "Yes" lable on it */ const button1

CTK WARRIOR 17 May 14, 2022
A bot that will snipe ETH or BSC pairs when liq added. Fast efficient, simple and free

Buy early gems with custom gas fee, slippage, amount. Auto approve token after buy. Sell buyed token with custom gas fee, slippage, amount. Sell token

null 5 Dec 23, 2022
A fully configurable and customizable discord bot for any type of server written from scratch in the JavaScript

A fully configurable and customizable discord bot for any type of server written from scratch in the JavaScript programming language with just a few dependencies. A solid and reliable alternative to creating a discord bot yourself, without having to spend a lot of time filling in the configuration file. Made with love from our organization in Spain.

dotted software 1 Jun 24, 2022
a customizable bot that takes top memes of the day from any r/subreddit and posts them on your instagram page

TAEWONSU a customizable bot that takes top memes of the day from r/subreddit and posts them on your instagram page SetUp install any LTS nodejs (lates

Nukala Suraj 8 Oct 23, 2022
A free NodeJS sniper bot built to work with DxSale. DxLaunch is an open, decentralized platform for token sales.

DxSale sniper bot Purpose This bot allows you to compete with other trading bots when buying a cryptocurrency which is going to be on presale on DxSal

Miroslav Nedelchev 114 Dec 25, 2022
A simple bot for twitch, which has a silly AI in places. The library "cleverbot-free" is used for AI.

AITwitchChat A simple bot for twitch, which has a silly AI in places. The library "cleverbot-free" is used for AI. Requiments tmi.js Node.js 16.6.0 or

DesConnet 4 Dec 7, 2022
Free Whatsapp-Bot multi-device

Information This script is open to anyone! Buying and selling scripts is prohibited! Note Problem born by the user Change The Information Here Donate

Ichizza Maulitha Putri 11 Nov 15, 2022
A Discord bot that snitches on the lore & events, i.e. lies, about any two random users within a server.

Trash Panda Bot Trash Panda Bot A little trash panda to randomly post in your Discord server. Explore the docs » · Report Bug · Request Feature Table

Jim Kelly 3 May 29, 2022
New base bot WhatsApp 🈴 bukan self bot lagi atau buka bot yang bisa di pakai oleh bot sendiri 😎

Installation • Thanks to • Donate Official Group Bot • Settings Instalasi Heroku Buildpack Click the deploy icon below ! > heroku/nodejs > https://g

zeeone 27 Feb 9, 2022
Açık kaynaklı bir discord bot list botu. Bot list sunucularına özel yapılmıştır. Tanıtım videosu MoTion42 Kanalında bulunuyor. Umarım beğenirsiniz.

?? Bot Bilgilendirme Açık kaynaklı bir discord bot list botu. Bot list sunucularına özel yapılmıştır. Tanıtım videosu MoTion42 Kanalında bulunuyor. Um

`Motion 1 Sep 11, 2021