Skip to content
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

update plugin with changes from svelte main #21

Open
wants to merge 49 commits into
base: master
Choose a base branch
from

Commits on May 6, 2021

  1. Bump lodash from 4.17.20 to 4.17.21 (#183)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.20...4.17.21)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 6, 2021
    Configuration menu
    Copy the full SHA
    34b32e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Bump glob-parent from 5.1.1 to 5.1.2 (#185)

    Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
    - [Release notes](https://github.com/gulpjs/glob-parent/releases)
    - [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
    - [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: glob-parent
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 8, 2021
    Configuration menu
    Copy the full SHA
    2d25b92 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    8bc5ee4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Add ignoreExportsWarn option

    traed committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    816725b View commit details
    Browse the repository at this point in the history
  2. Add text and fix format

    traed committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    4a27693 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee82ecf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    8fadd18 View commit details
    Browse the repository at this point in the history
  2. Add importer to resolver

    traed committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    a95d38d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    2001d22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c127e26 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    123b363 View commit details
    Browse the repository at this point in the history
  2. remove comma

    benmccann authored Jun 22, 2022
    Configuration menu
    Copy the full SHA
    353fc55 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. [docs] suggest vite/sveltekit

    suggest using SvelteKit or vite-plugin-svelte
    dummdidumm authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    aec4bfa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Configuration menu
    Copy the full SHA
    87b44e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    2f46031 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    607e0a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request #198 from traed/master

    Add option to ignore warnings
    Rich-Harris authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    282be74 View commit details
    Browse the repository at this point in the history
  2. -> v7.1.1

    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    5d7a9c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd50f9c View commit details
    Browse the repository at this point in the history
  4. -> v7.1.1

    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    dd64bab View commit details
    Browse the repository at this point in the history
  5. fix package resolution

    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    82d3697 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #205 from sveltejs/fix-pkg-resolution

    fix package resolution
    Rich-Harris authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    66b806b View commit details
    Browse the repository at this point in the history
  7. -> v7.1.2

    Rich-Harris committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9744823 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. docs: clarify

    dummdidumm authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    0f8ece9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    9288f82 View commit details
    Browse the repository at this point in the history
  2. lint

    Rich-Harris committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    25751ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51ffed2 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. get tests passing

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    1344757 View commit details
    Browse the repository at this point in the history
  2. Update index.js

    Co-authored-by: Ben McCann <[email protected]>
    dummdidumm and benmccann authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    9750a01 View commit details
    Browse the repository at this point in the history
  3. dedent

    dummdidumm authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a7463e7 View commit details
    Browse the repository at this point in the history
  4. docs: clarify

    dummdidumm authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    f0e64bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206 from sveltejs/warn-about-missing-svelte-condi…

    …tion
    
    warn about missing svelte export condition
    Rich-Harris authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    3be2d58 View commit details
    Browse the repository at this point in the history
  6. -> v7.1.3

    Rich-Harris committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2a7647f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix: pass options to silence warning

    fixes #207
    dummdidumm authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6abf913 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from sveltejs/dummdidumm-patch-1

    fix: pass options to silence warning
    Rich-Harris authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    c4c9f1f View commit details
    Browse the repository at this point in the history
  3. -> v7.1.4

    Rich-Harris committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    0d55b01 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    4271788 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8b5c16d View commit details
    Browse the repository at this point in the history
  2. chore: 7.1.6

    dummdidumm committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ff0b431 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 (#213)

    Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
    - [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
    - [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)
    
    ---
    updated-dependencies:
    - dependency-name: word-wrap
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ed67842 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    fe52a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5e8ec View commit details
    Browse the repository at this point in the history
  3. chore: release 7.2.0

    dummdidumm committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    a03264d View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    719f351 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. core: Svelte 5 work

    - use Svelte 4 in repository for testing now
    - get tests passing using Svelte 5
    - Silence Svelte 5 version of unused CSS warning code if `emitCss` is `false`
    dummdidumm committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    1e01360 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    295cf0b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore(deps-dev): bump svelte from 4.2.17 to 4.2.19 (#223)

    Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.17 to 4.2.19.
    - [Release notes](https://github.com/sveltejs/svelte/releases)
    - [Changelog](https://github.com/sveltejs/svelte/blob/[email protected]/packages/svelte/CHANGELOG.md)
    - [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)
    
    ---
    updated-dependencies:
    - dependency-name: svelte
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    996eb8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9761963 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c75899a View commit details
    Browse the repository at this point in the history